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

  /src/distrib/utils/more/
command.c 64 static int wsearch; /* Search for matches (1) or non-matches (0) */ variable in typeref:typename:int
270 (void)search(1, cmdbuf, number, wsearch);
273 (void)search(0, cmdbuf, number, wsearch);
472 wsearch = 1;
476 * Invert the sense of the search; set wsearch
482 wsearch = 0;
489 if (wsearch)
497 number, wsearch);

Completed in 111 milliseconds