Searched refs:ISC_LEXOPT_NOMORE (Results 1 – 3 of 3) sorted by relevance
71 #define ISC_LEXOPT_NOMORE 0x40 /*%< Want "no more" token. */ macro
299 if ((options & ISC_LEXOPT_NOMORE) != 0) { in isc_lex_gettoken()
915 options |= (ISC_LEXOPT_EOF | ISC_LEXOPT_NOMORE); in cfg_gettoken()