Home
last modified time | relevance | path

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

/freebsd/contrib/flex/src/
H A Dscanopt.c43 #define IS_LONG 0x08 macro
78 ((s->aux[i].flags & IS_LONG) ? 2 : 1); in NAME()
173 aux->flags |= IS_LONG; in scanopt_init()
187 || !(aux->flags & IS_LONG)) { in scanopt_init()
332 if(FLAGS(s,i) & IS_LONG) \ in scanopt_usage()
338 if (!(FLAGS (s, ue->idx) & IS_LONG)) in scanopt_usage()
343 if (FLAGS (s, ap->idx) & IS_LONG) in scanopt_usage()
348 if (FLAGS (s, ue->idx) & IS_LONG) in scanopt_usage()
353 if (!(FLAGS (s, ap->idx) & IS_LONG)) in scanopt_usage()
396 has_short = !(FLAGS (s, ue->idx) & IS_LONG); in scanopt_usage()
[all …]