Searched defs:isc_commandline_reset (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/isc/
H A Dcommandline.c75 LIBISC_EXTERNAL_DATA isc_boolean_t isc_commandline_reset = ISC_TRUE; variable
98 if (isc_commandline_reset || *place == '\0') {
99 if (isc_commandline_reset) {
101 isc_commandline_reset = ISC_FALSE;
/bind-9.11.3/lib/dns/
H A Dgen-win32.h80 isc_boolean_t isc_commandline_reset = ISC_TRUE; /* Reset processing. */ variable
101 if (isc_commandline_reset || *place == '\0') {
102 isc_commandline_reset = ISC_FALSE;

Completed in 12 milliseconds