Home
last modified time | relevance | path

Searched defs:word_beg (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl2/grep/dist/src/
H A Dsearch.c236 static char const word_beg[] = "\\(^\\|[^[:alnum:]_]\\)\\("; in Gcompile() local
319 static char const word_beg[] = "(^|[^[:alnum:]_])("; in Ecompile() local
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Dm-regex.c183 static const char word_beg[] = "\\(^\\|[^[:alnum:]_]\\)\\("; in Gcompile() local
269 static const char word_beg[] = "(^|[^[:alnum:]_])("; in compile() local