Searched refs:eopts (Results 1 – 1 of 1) sorted by relevance
320 char **aargv, **eargv, *eopts; in main() local368 eopts = getenv("GREP_OPTIONS"); in main()372 if (eopts != NULL) { in main()376 for (j = 0; j < strlen(eopts); j++) in main()377 if (eopts[j] == ' ') in main()384 while ((str = strsep(&eopts, " ")) != NULL) in main()