Home
last modified time | relevance | path

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

/system/core/toolbox/grep/
Dgrep.c80 int cflags = 0; variable
495 cflags |= REG_ICASE; in grep_main()
654 cflags |= REG_EXTENDED; in grep_main()
675 c = regcomp(&r_pattern[i], pattern[i], cflags); in grep_main()
Dgrep.h118 extern int cflags, eflags;