HomeSort by: relevance | last modified time | path
    Searched defs:has_short (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/flex/dist/src/
scanopt.c 66 char has_short;
155 s->has_short = 0;
183 s->has_short = 1;
397 int nwords = 0, nchars = 0, has_short = 0;
399 /* TODO: get has_short schtick to work */
400 has_short = !(FLAGS (s, ue->idx) & IS_LONG);
403 has_short = 1;
407 if ((print_run == 1 && !has_short) ||
408 (print_run == 2 && has_short))
65 char has_short; member in struct:_scanopt_t
396 int nwords = 0, nchars = 0, has_short = 0; local

Completed in 25 milliseconds