Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ntp/lib/isc/include/isc/
H A Dlex.h89 #define ISC_LEXOPT_CNUMBER 0x80 /*%< Recognize octal and hex. */ macro
/freebsd-13.1/contrib/ntp/lib/isc/
H A Dlex.c595 else if ((options & ISC_LEXOPT_CNUMBER) != 0) in isc_lex_gettoken()
624 } else if (!(options & ISC_LEXOPT_CNUMBER) || in isc_lex_gettoken()