Searched refs:SCANOPT_NO_ERR_MSG (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/bsd/flex/dist/src/
H A Dscanopt.h63 SCANOPT_NO_ERR_MSG = 0x01 /* Suppress printing to stderr. */
62 SCANOPT_NO_ERR_MSG = 0x01 /* Suppress printing to stderr. */ enumerator in enum:scanopt_flag_t
H A Dscanopt.c153 s->no_err_msg = (flags & SCANOPT_NO_ERR_MSG);

Completed in 82 milliseconds