Searched refs:eopts (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/usr.bin/grep/
H A Dgrep.c332 char **aargv, **eargv, *eopts; local
376 eopts = getenv("GREP_OPTIONS");
380 if (eopts != NULL && eopts[0] != '\0') {
384 for (unsigned int j = 0; j < strlen(eopts); j++)
385 if (eopts[j] == ' ')
392 while ((str = strsep(&eopts, " ")) != NULL)
/freebsd-9.3-release/lib/libc/regex/grot/
H A Dmain.c18 int eopts = 0; variable
53 eopts = options('e', optarg);
94 if (eopts&REG_STARTEND) {
98 err = regexec(&re, argv[optind], (size_t)NS, subs, eopts);
322 int o = (type == 'c') ? copts : eopts;

Completed in 50 milliseconds