Searched refs:eopts (Results 1 – 1 of 1) sorted by relevance
316 char **aargv, **eargv, *eopts; in main() local362 eopts = getenv("GREP_OPTIONS"); in main()366 if (eopts != NULL) { in main()370 for (j = 0; j < strlen(eopts); j++) in main()371 if (eopts[j] == ' ') in main()378 while ((str = strsep(&eopts, " ")) != NULL) in main()