OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Thu Mar 26 00:23:24 UTC 2026