OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:linematch
(Results
1 - 1
of
1
) sorted by relevancy
/src/distrib/utils/more/
prim.c
621
int
linematch
;
local in function:search
816
linematch
= (regex(cpattern, line) != NULL);
819
linematch
= (re_exec(line) == 1);
821
linematch
= match(pattern, line);
825
* We are successful if wantmatch and
linematch
are
829
if (((wantmatch &&
linematch
) || (!wantmatch && !
linematch
)) &&
Completed in 12 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025