Home
last modified time | relevance | path

Searched refs:has_short (Results 1 – 1 of 1) sorted by relevance

/trueos/contrib/flex/
HDscanopt.c76 char has_short; member
180 s->has_short = 0;
208 s->has_short = 1;
425 int nwords = 0, nchars = 0, has_short = 0; local
428 has_short = !(FLAGS (s, ue->idx) & IS_LONG);
431 has_short = 1;
435 if ((print_run == 1 && !has_short) ||
436 (print_run == 2 && has_short))