Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ntp/lib/isc/include/isc/
H A Dlex.h92 #define ISC_LEXOPT_OCTAL 0x400 /*%< Expect a octal number. */ macro
/freebsd-13.1/contrib/ntp/lib/isc/
H A Dlex.c568 if ((options & ISC_LEXOPT_OCTAL) != 0 && in isc_lex_gettoken()
593 if ((options & ISC_LEXOPT_OCTAL) != 0) in isc_lex_gettoken()
631 } else if ((options & ISC_LEXOPT_OCTAL) != 0 && in isc_lex_gettoken()
836 ISC_LEXOPT_NUMBER | ISC_LEXOPT_OCTAL; in isc_lex_getoctaltoken()