Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
HDlex.h90 #define ISC_LEXOPT_ESCAPE 0x100 /*%< Recognize escapes. */ macro
/freebsd-11-stable/contrib/ntp/lib/isc/
HDlex.c666 if ((options & ISC_LEXOPT_ESCAPE) != 0) in isc_lex_gettoken()
800 ISC_LEXOPT_DNSMULTILINE | ISC_LEXOPT_ESCAPE; in isc_lex_getmastertoken()
835 ISC_LEXOPT_DNSMULTILINE | ISC_LEXOPT_ESCAPE| in isc_lex_getoctaltoken()