Home
last modified time | relevance | path

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

/busybox-1.35.0/findutils/
Dgrep.c178 int reflags; member
204 # define reflags (G.reflags ) macro
208 # define reflags re_syntax_options macro
378 xregcomp(&gl->compiled_regex, gl->pattern, reflags); in grep_file()
783 reflags = REG_NOSUB; in grep_main()
789 reflags |= REG_EXTENDED; in grep_main()
793 reflags = RE_SYNTAX_GREP; in grep_main()
799 reflags |= REG_ICASE; in grep_main()