Lines Matching refs:IS_LONG
43 #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()
398 if (!(FLAGS (s, ap->idx) & IS_LONG)) { in scanopt_usage()
417 if (!(FLAGS (s, ue->idx) & IS_LONG)) in scanopt_usage()
422 if (!(FLAGS (s, ap->idx) & IS_LONG)) in scanopt_usage()
427 if (FLAGS (s, ue->idx) & IS_LONG) in scanopt_usage()
432 if (FLAGS (s, ap->idx) & IS_LONG) in scanopt_usage()
613 if (lookup_long && (s->aux[i].flags & IS_LONG)) { in find_opt()
634 else if (!lookup_long && !(s->aux[i].flags & IS_LONG)) { in find_opt()