Home
last modified time | relevance | path

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

/freebsd/contrib/flex/src/
H A Dscanopt.c67 static int PRINTLEN(struct _scanopt_t *, int);
81 static int PRINTLEN (struct _scanopt_t *s, int i) in PRINTLEN() function
333 len += (nlong++||nshort) ? 2+PRINTLEN(s,i) : PRINTLEN(s,i);\ in scanopt_usage()
335 len += (nshort++||nlong)? 2+PRINTLEN(s,i) : PRINTLEN(s,i);\ in scanopt_usage()