Home
last modified time | relevance | path

Searched refs:term (Results 1 – 1 of 1) sorted by relevance

/system/core/toolbox/upstream-netbsd/usr.bin/grep/
Dgrep.c584 char *term; in main() local
586 term = getenv("TERM"); in main()
587 if (isatty(STDOUT_FILENO) && term != NULL && in main()
588 strcasecmp(term, "dumb") != 0) in main()