Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/dig/lib/isc/include/isc/
H A Dlex.h71 #define ISC_LEXOPT_NOMORE 0x40 /*%< Want "no more" token. */ macro
/openbsd-src/usr.bin/dig/lib/isc/
H A Dlex.c299 if ((options & ISC_LEXOPT_NOMORE) != 0) { in isc_lex_gettoken()
/openbsd-src/usr.bin/dig/lib/isccfg/
H A Dparser.c915 options |= (ISC_LEXOPT_EOF | ISC_LEXOPT_NOMORE); in cfg_gettoken()