Home
last modified time | relevance | path

Searched refs:eopts (Results 1 – 3 of 3) sorted by relevance

/external/libcups/vcnet/regex/
Dmain.c15 int eopts = 0; variable
50 eopts = options('e', optarg);
91 if (eopts&REG_STARTEND) {
95 err = regexec(&re, argv[optind], (size_t)NS, subs, eopts);
319 register int o = (type == 'c') ? copts : eopts;
/external/python/cpython2/Lib/lib-tk/
Dttk.py228 eopts = opts['element create']
229 etype = eopts[0]
233 while argc < len(eopts) and not hasattr(eopts[argc], 'iteritems'):
236 elemargs = eopts[1:argc]
237 elemkw = eopts[argc] if argc < len(eopts) and eopts[argc] else {}
/external/python/cpython3/Lib/tkinter/
Dttk.py224 eopts = opts['element create']
225 etype = eopts[0]
229 while argc < len(eopts) and not hasattr(eopts[argc], 'items'):
232 elemargs = eopts[1:argc]
233 elemkw = eopts[argc] if argc < len(eopts) and eopts[argc] else {}