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

/freebsd-10.3-release/contrib/flex/
H A Dscanopt.c77 char has_short;
181 s->has_short = 0;
209 s->has_short = 1;
426 int nwords = 0, nchars = 0, has_short = 0;
428 /* TODO: get has_short schtick to work */
429 has_short = !(FLAGS (s, ue->idx) & IS_LONG);
432 has_short = 1;
436 if ((print_run == 1 && !has_short) ||
437 (print_run == 2 && has_short))
76 char has_short; member in struct:_scanopt_t
425 int nwords = 0, nchars = 0, has_short = 0; local

Completed in 36 milliseconds