Home
last modified time | relevance | path

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

/system/core/toolbox/grep/
Dgrep.c122 int grepbehave = GREP_BASIC; /* -EFGP: type of the regex */
342 grepbehave = GREP_BASIC; in grep_main()
354 grepbehave = GREP_BASIC; in grep_main()
480 grepbehave = GREP_BASIC; in grep_main()
651 case GREP_BASIC: in grep_main()
Dgrep.h61 #define GREP_BASIC 1 macro