Searched refs:ISC_LEXOPT_NOMORE (Results 1 – 2 of 2) sorted by relevance
87 #define ISC_LEXOPT_NOMORE 0x40 /*%< Want "no more" token. */ macro
378 if ((options & ISC_LEXOPT_NOMORE) != 0) { in isc_lex_gettoken()