Searched refs:eopts (Results 1 – 3 of 3) sorted by relevance
15 int eopts = 0; variable50 eopts = options('e', optarg);91 if (eopts®_STARTEND) {95 err = regexec(&re, argv[optind], (size_t)NS, subs, eopts);319 register int o = (type == 'c') ? copts : eopts;
228 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 {}
224 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 {}