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

/freebsd-10.1-release/contrib/flex/
H A Dscanopt.c58 #define IS_LONG 0x08
96 ((s->aux[i].flags & IS_LONG) ? 2 : 1);
203 aux->flags |= IS_LONG;
217 || !(aux->flags & IS_LONG)) {
365 if(FLAGS(s,i) & IS_LONG) \
371 if (!(FLAGS (s, ue->idx) & IS_LONG))
376 if (FLAGS (s, ap->idx) & IS_LONG)
381 if (FLAGS (s, ue->idx) & IS_LONG)
386 if (!(FLAGS (s, ap->idx) & IS_LONG))
429 has_short = !(FLAGS (s, ue->idx) & IS_LONG);
57 #define IS_LONG macro
[all...]
/freebsd-10.1-release/contrib/apr/strings/
H A Dapr_snprintf.c713 IS_QUAD, IS_LONG, IS_SHORT, IS_INT enumerator in enum:var_type_enum
850 var_type = IS_LONG;
880 if (var_type == IS_LONG)
900 if (var_type == IS_LONG)
927 if (var_type == IS_LONG)
952 if (var_type == IS_LONG)
1096 else if (var_type == IS_LONG)

Completed in 48 milliseconds