Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/flex/
Dscanopt.c57 #define IS_LONG 0x08 macro
95 ((s->aux[i].flags & IS_LONG) ? 2 : 1);
202 aux->flags |= IS_LONG;
216 || !(aux->flags & IS_LONG)) {
364 if(FLAGS(s,i) & IS_LONG) \
370 if (!(FLAGS (s, ue->idx) & IS_LONG))
375 if (FLAGS (s, ap->idx) & IS_LONG)
380 if (FLAGS (s, ue->idx) & IS_LONG)
385 if (!(FLAGS (s, ap->idx) & IS_LONG))
428 has_short = !(FLAGS (s, ue->idx) & IS_LONG);
[all …]
/freebsd-10-stable/contrib/apr/strings/
Dapr_snprintf.c713 IS_QUAD, IS_LONG, IS_SHORT, IS_INT in apr_vformatter() enumerator
850 var_type = IS_LONG; in apr_vformatter()
880 if (var_type == IS_LONG) in apr_vformatter()
900 if (var_type == IS_LONG) in apr_vformatter()
927 if (var_type == IS_LONG) in apr_vformatter()
952 if (var_type == IS_LONG) in apr_vformatter()
1096 else if (var_type == IS_LONG) in apr_vformatter()