Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ntp/lib/isc/include/isc/
H A Dlex.h72 #define ISC_LEXOPT_EOF 0x02 /*%< Want end-of-file token. */ macro
/freebsd-13.1/contrib/ntp/lib/isc/
H A Dlex.c399 if ((options & ISC_LEXOPT_EOF) != 0) { in isc_lex_gettoken()
513 if ((options & ISC_LEXOPT_EOF) == 0) { in isc_lex_gettoken()
799 unsigned int options = ISC_LEXOPT_EOL | ISC_LEXOPT_EOF | in isc_lex_getmastertoken()
834 unsigned int options = ISC_LEXOPT_EOL | ISC_LEXOPT_EOF | in isc_lex_getoctaltoken()