Searched refs:WORST (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/lib/libcompat/regexp/
H A Dregexp.c162 #define WORST 0 /* Worst case. */ macro
383 *flagp = WORST; /* Tentatively. */
435 *flagp = (op != '+') ? (WORST|SPSTART) : (WORST|HASWIDTH);
485 *flagp = WORST; /* Tentatively. */
/netbsd-current/external/bsd/less/dist/
H A Dregexp.c158 #define WORST 0 /* Worst case. */ macro
382 *flagp = WORST; /* Tentatively. */
433 *flagp = (op != '+') ? (WORST|SPSTART) : (WORST|HASWIDTH);
483 *flagp = WORST; /* Tentatively. */

Completed in 192 milliseconds