HomeSort by: relevance | last modified time | path
    Searched defs:nshort (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/flex/dist/src/
scanopt.c 332 int nshort = 0, nlong = 0;
337 len += (nlong++||nshort) ? 2+PRINTLEN(s,i) : PRINTLEN(s,i);\
339 len += (nshort++||nlong)? 2+PRINTLEN(s,i) : PRINTLEN(s,i);\
331 int nshort = 0, nlong = 0; local
  /src/external/cddl/osnet/dist/tools/ctf/cvt/
dwarf.c 1363 int nlong = 0, nshort = 0, nchar = 0, nint = 0; local
1384 nshort++;
1397 if (nchar > 1 || nshort > 1 || nint > 1 || nlong > 2)
1401 if (nlong > 0 || nshort > 0 || nint > 0)
1406 } else if (nshort > 0) {

Completed in 30 milliseconds