HomeSort by: relevance | last modified time | path
    Searched defs:line_beg (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
m-regex.c 181 static const char line_beg[] = "^\\("; local
187 strcpy (n, match_lines ? line_beg : word_beg);
267 static const char line_beg[] = "^("; local
273 strcpy (n, match_lines ? line_beg : word_beg);
m-regex.c 181 static const char line_beg[] = "^\\("; local
187 strcpy (n, match_lines ? line_beg : word_beg);
267 static const char line_beg[] = "^("; local
273 strcpy (n, match_lines ? line_beg : word_beg);
  /src/external/gpl2/grep/dist/src/
search.c 234 static char const line_beg[] = "^\\("; local
240 strcpy (n, match_lines ? line_beg : word_beg);
317 static char const line_beg[] = "^("; local
323 strcpy (n, match_lines ? line_beg : word_beg);
search.c 234 static char const line_beg[] = "^\\("; local
240 strcpy (n, match_lines ? line_beg : word_beg);
317 static char const line_beg[] = "^("; local
323 strcpy (n, match_lines ? line_beg : word_beg);

Completed in 33 milliseconds