Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/lex/
Dscanopt.c57 #define IS_LONG 0x08 macro
93 ((s->aux[i].flags & IS_LONG) ? 2 : 1); in NAME()
189 aux->flags |= IS_LONG; in scanopt_init()
203 || !(aux->flags & IS_LONG)) { in scanopt_init()
348 if(FLAGS(s,i) & IS_LONG) \ in scanopt_usage()
354 if (!(FLAGS (s, ue->idx) & IS_LONG)) in scanopt_usage()
359 if (FLAGS (s, ap->idx) & IS_LONG) in scanopt_usage()
364 if (FLAGS (s, ue->idx) & IS_LONG) in scanopt_usage()
369 if (!(FLAGS (s, ap->idx) & IS_LONG)) in scanopt_usage()
412 has_short = !(FLAGS (s, ue->idx) & IS_LONG); in scanopt_usage()
[all …]