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

/freebsd-13-stable/contrib/flex/src/
H A Dscanopt.c44 #define IS_LONG 0x08
79 ((s->aux[i].flags & IS_LONG) ? 2 : 1);
174 aux->flags |= IS_LONG;
188 || !(aux->flags & IS_LONG)) {
333 if(FLAGS(s,i) & IS_LONG) \
339 if (!(FLAGS (s, ue->idx) & IS_LONG))
344 if (FLAGS (s, ap->idx) & IS_LONG)
349 if (FLAGS (s, ue->idx) & IS_LONG)
354 if (!(FLAGS (s, ap->idx) & IS_LONG))
397 has_short = !(FLAGS (s, ue->idx) & IS_LONG);
43 #define IS_LONG macro
[all...]
/freebsd-13-stable/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 58 milliseconds