Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ntp/lib/isc/include/isc/
H A Dlex.h73 #define ISC_LEXOPT_INITIALWS 0x04 /*%< Want initial whitespace. */ macro
/freebsd-13.1/contrib/ntp/lib/isc/
H A Dlex.c315 #define IWSEOL (ISC_LEXOPT_INITIALWS | ISC_LEXOPT_EOL)
521 (options & ISC_LEXOPT_INITIALWS) in isc_lex_gettoken()