Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/lex/
Dscanopt.c344 int nshort = 0, nlong = 0; in scanopt_usage() local
349 len += (nlong++||nshort) ? 2+PRINTLEN(s,i) : PRINTLEN(s,i);\ in scanopt_usage()
351 len += (nshort++||nlong)? 2+PRINTLEN(s,i) : PRINTLEN(s,i);\ in scanopt_usage()