Searched refs:comments (Results 1 - 11 of 11) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/
H A Dlex.c62 unsigned int comments; member in struct:isc_lex
110 lex->comments = 0;
154 return (lex->comments);
158 isc_lex_setcomments(isc_lex_t *lex, unsigned int comments) { argument
165 lex->comments = comments;
477 ((lex->comments & ISC_LEXCOMMENT_DNSMASTERFILE)
484 (lex->comments &
492 ((lex->comments & ISC_LEXCOMMENT_SHELL)
682 (lex->comments
[all...]
/bind-9.6-ESV-R11/bin/dig/
H A Ddig.c202 " +[no]comments (Control display of comment lines)\n"
469 query->lookup->comments ? "comments" : "nocomments",
477 if (!query->lookup->comments)
483 if (query->lookup->comments && !short_form) {
543 if (query->lookup->comments && headers && !short_form) {
628 if (headers && query->lookup->comments && !short_form)
774 lookup->comments = state;
823 case 'o': /* comments */
824 FULLCHECK("comments");
[all...]
H A Dnslookup.c51 comments = ISC_TRUE, section_question = ISC_TRUE, variable
724 lookup->comments = comments;
H A Dhost.c674 lookup->comments = ISC_FALSE;
H A Ddighost.c771 looknew->comments = ISC_TRUE;
846 looknew->comments = lookold->comments;
3222 if( l->comments == ISC_TRUE )
/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dlex.h190 isc_lex_setcomments(isc_lex_t *lex, unsigned int comments);
197 *\li 'comments' has meaningful values.
/bind-9.6-ESV-R11/contrib/named-bootconf/
H A Dnamed-bootconf.sh57 COMMENTFILE=$WORKDIR/comments
/bind-9.6-ESV-R11/bin/dig/include/dig/
H A Ddig.h121 comments, member in struct:dig_lookup
/bind-9.6-ESV-R11/bin/tests/
H A Dnamed.conf27 * C-style comments are OK
30 // So are C++-style comments
32 # So are shell-style comments
/bind-9.6-ESV-R11/contrib/query-loc-0.4.0/
H A Dconfigure1062 # config.log. We remove comments because anyway the quotes in there
3599 /* FIXME: Include the comments suggested by Paul. */
6258 # Putting comments in sed scripts is not portable.
6280 # This sed command replaces #undef with comments. This is necessary, for
/bind-9.6-ESV-R11/contrib/zkt/
H A Dconfigure1458 # config.log. We remove comments because anyway the quotes in there
4437 /* FIXME: Include the comments suggested by Paul. */
7111 # Then replace #undef with comments. This is necessary, for

Completed in 3345 milliseconds