Lines Matching refs:FLAGS
69 static int FLAGS(struct _scanopt_t *, int);
91 static int FLAGS (struct _scanopt_t *s, int i) in FLAGS() function
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()