Home
last modified time | relevance | path

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

/freebsd-12-stable/gnu/usr.bin/grep/
Dsearch.c220 static char const line_beg[] = "^\\("; in Gcompile() local
226 strcpy (n, match_lines ? line_beg : word_beg); in Gcompile()
304 static char const line_beg[] = "^("; in Ecompile() local
310 strcpy (n, match_lines ? line_beg : word_beg); in Ecompile()