Searched refs:eopts (Results 1 – 1 of 1) sorted by relevance
319 char **aargv, **eargv, *eopts; in grep_main() local365 eopts = getenv("GREP_OPTIONS"); in grep_main()369 if (eopts != NULL) { in grep_main()373 for (j = 0; j < strlen(eopts); j++) in grep_main()374 if (eopts[j] == ' ') in grep_main()381 while ((str = strsep(&eopts, " ")) != NULL) in grep_main()