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

/freebsd-10.0-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.0-release/lib/libc/db/test/btree.tests/
H A Dmain.c234 static recno_t nlong; local
235 nlong = atoi(argv[1]);
236 argv[1] = (char *)&nlong;
/freebsd-10.0-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c1218 int nlong = 0, nshort = 0, nchar = 0, nint = 0; local
1234 nlong++;
1252 if (nchar > 1 || nshort > 1 || nint > 1 || nlong > 2)
1256 if (nlong > 0 || nshort > 0 || nint > 0)
1262 if (nlong > 0)
1267 } else if (nlong > 0) {
1281 (nlong > 1 ? "long " : ""),

Completed in 223 milliseconds