Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/flex/dist/src/
H A Dscanopt.c70 static int PRINTLEN(struct _scanopt_t *, int);
84 static int PRINTLEN (struct _scanopt_t *s, int i) in PRINTLEN() function
336 len += (nlong++||nshort) ? 2+PRINTLEN(s,i) : PRINTLEN(s,i);\ in scanopt_usage()
338 len += (nshort++||nlong)? 2+PRINTLEN(s,i) : PRINTLEN(s,i);\ in scanopt_usage()