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

/freebsd-10.3-release/contrib/flex/
H A Dscanopt.c82 static int PRINTLEN PROTO ((struct _scanopt_t *, int));
99 static int PRINTLEN (s, i)
366 len += (nlong++||nshort) ? 2+PRINTLEN(s,i) : PRINTLEN(s,i);\
368 len += (nshort++||nlong)? 2+PRINTLEN(s,i) : PRINTLEN(s,i);\
98 static int PRINTLEN (s, i) function

Completed in 96 milliseconds