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);
|