Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/dig/lib/isc/include/isc/
H A Dlex.h67 #define ISC_LEXOPT_EOF 0x02 /*%< Want end-of-file token. */ macro
/openbsd-src/usr.bin/dig/lib/isc/
H A Dlex.c315 if ((options & ISC_LEXOPT_EOF) != 0) { in isc_lex_gettoken()
406 if ((options & ISC_LEXOPT_EOF) == 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()