Home
last modified time | relevance | path

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

/system/core/toolbox/upstream-netbsd/usr.bin/grep/
Dgrep.c122 int grepbehave = GREP_BASIC; /* -EFGP: type of the regex */
343 grepbehave = GREP_BASIC; in main()
356 grepbehave = GREP_BASIC; in main()
483 grepbehave = GREP_BASIC; in main()
658 case GREP_BASIC: in main()
Dgrep.h57 #define GREP_BASIC 1 macro