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

/freebsd-10.3-release/contrib/flex/
H A Dscanopt.c361 int nshort = 0, nlong = 0;
366 len += (nlong++||nshort) ? 2+PRINTLEN(s,i) : PRINTLEN(s,i);\
368 len += (nshort++||nlong)? 2+PRINTLEN(s,i) : PRINTLEN(s,i);\
360 int nshort = 0, nlong = 0; local
/freebsd-10.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c1286 int nlong = 0, nshort = 0, nchar = 0, nint = 0; local
1307 nshort++;
1320 if (nchar > 1 || nshort > 1 || nint > 1 || nlong > 2)
1324 if (nlong > 0 || nshort > 0 || nint > 0)
1329 } else if (nshort > 0) {

Completed in 108 milliseconds