Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ntp/lib/isc/
H A Dlex.c315 #define IWSEOL (ISC_LEXOPT_INITIALWS | ISC_LEXOPT_EOL)
529 if ((options & ISC_LEXOPT_EOL) != 0) { in isc_lex_gettoken()
535 if ((options & ISC_LEXOPT_EOL) != 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()
/freebsd-13.1/contrib/ntp/lib/isc/include/isc/
H A Dlex.h71 #define ISC_LEXOPT_EOL 0x01 /*%< Want end-of-line token. */ macro