HomeSort by: relevance | last modified time | path
    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