eopts              16 ext/ereg/regex/main.c int eopts = 0;
eopts              51 ext/ereg/regex/main.c 			eopts = options('e', optarg);
eopts              92 ext/ereg/regex/main.c 	if (eopts&REG_STARTEND) {
eopts              96 ext/ereg/regex/main.c 	err = regexec(&re, argv[optind], (size_t)NS, subs, eopts);
eopts             320 ext/ereg/regex/main.c 	register int o = (type == 'c') ? copts : eopts;