HomeSort by: relevance | last modified time | path
    Searched refs:WORST (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libcompat/regexp/
regexp.c 162 #define WORST 0 /* Worst case. */
255 r->regstart = '\0'; /* Worst-case defaults. */
383 *flagp = WORST; /* Tentatively. */
435 *flagp = (op != '+') ? (WORST|SPSTART) : (WORST|HASWIDTH);
485 *flagp = WORST; /* Tentatively. */
  /src/external/bsd/less/dist/
regexp.c 158 #define WORST 0 /* Worst case. */
254 r->regstart = '\0'; /* Worst-case defaults. */
382 *flagp = WORST; /* Tentatively. */
433 *flagp = (op != '+') ? (WORST|SPSTART) : (WORST|HASWIDTH);
483 *flagp = WORST; /* Tentatively. */
  /src/external/public-domain/sqlite/dist/autosetup/
jimsh0.c 22232 #define WORST 0
22421 *flagp = WORST;
22523 *flagp = (min) ? (WORST|HASWIDTH) : (WORST|SPSTART);
22654 *flagp = WORST;

Completed in 25 milliseconds