Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ntp/lib/isc/include/isc/
H A Dlex.h87 #define ISC_LEXOPT_NOMORE 0x40 /*%< Want "no more" token. */ macro
/freebsd-13.1/contrib/ntp/lib/isc/
H A Dlex.c378 if ((options & ISC_LEXOPT_NOMORE) != 0) { in isc_lex_gettoken()