Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/lex/
Dscanopt.c55 #define ARG_REQ 0x02 macro
206 aux->flags |= ARG_REQ; in scanopt_init()
213 aux->flags &= ~(ARG_REQ | ARG_NONE); in scanopt_init()
793 if (auxp->flags & ARG_REQ) { in scanopt()