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

/bind-9.11.3/bin/dig/
H A Ddig.c69 /*% rrcomments are neither explicitly enabled nor disabled by default */
70 static int rrcomments = 0; variable
205 " +[no]rrcomments (Control display of per-record "
347 /* Turn on rrcomments if explicitly enabled */
348 if (rrcomments > 0)
445 /* Turn on rrcomments if explicitly enabled */
446 if (rrcomments > 0)
456 /* Turn on rrcomments if not explicitly disabled */
457 if (rrcomments >= 0)
521 /* Turn on rrcomments i
[all...]
/bind-9.11.3/bin/delv/
H A Ddelv.c104 rrcomments = ISC_TRUE, variable
178 " +[no]rrcomments (Control display of per-record "
507 if (rrcomments)
1003 rrcomments = state;
1077 case 'r': /* rrcomments */
1078 FULLCHECK("rrcomments");
1079 rrcomments = state;

Completed in 16 milliseconds