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

/bind-9.11.3/util/
H A Dupdate_branches22 # name, status, to whom the branch belongs and comments. Comments are
30 %comments = ();
76 $comments{$branch} = $c;
136 $comments{$_} = $dates{$_};
139 $comments{$_} = "";
181 print BRANCHES "\t// $comments{$key}" if ($comments{$key} ne "");
204 print BRANCHES "\t\t// $comments{$key}" if ($comments{$key} ne "");
/bind-9.11.3/lib/isc/
H A Dlex.c54 unsigned int comments; member in struct:isc_lex
104 lex->comments = 0;
149 return (lex->comments);
153 isc_lex_setcomments(isc_lex_t *lex, unsigned int comments) { argument
160 lex->comments = comments;
482 ((lex->comments & ISC_LEXCOMMENT_DNSMASTERFILE)
489 (lex->comments &
497 ((lex->comments & ISC_LEXCOMMENT_SHELL)
708 (lex->comments
[all...]
/bind-9.11.3/lib/isc/include/isc/
H A Dlex.h181 isc_lex_setcomments(isc_lex_t *lex, unsigned int comments);
188 *\li 'comments' has meaningful values.
/bind-9.11.3/bin/dig/
H A Ddig.c173 " +[no]comments (Control display of comment lines)\n"
206 "comments)\n"
517 if (query->lookup->comments)
563 query->lookup->comments ? "comments" : "nocomments",
574 if (!query->lookup->comments)
580 if (query->lookup->comments && !short_form) {
646 if (query->lookup->comments && headers && !short_form) {
731 if (headers && query->lookup->comments && !short_form)
857 lookup->comments
[all...]
H A Dnslookup.c56 comments = ISC_TRUE, section_question = ISC_TRUE, variable
803 lookup->comments = comments;
H A Dhost.c681 lookup->comments = ISC_FALSE;
H A Ddighost.c840 looknew->comments = ISC_TRUE;
979 looknew->comments = lookold->comments;
4040 if (l->comments)
4059 if (l->comments)
4077 if (l->comments)
4115 if (l->comments)
/bind-9.11.3/contrib/scripts/
H A Dnamed-bootconf.sh48 COMMENTFILE=$WORKDIR/comments
/bind-9.11.3/bin/tests/
H A Dnamed.conf18 * C-style comments are OK
21 // So are C++-style comments
23 # So are shell-style comments
/bind-9.11.3/bin/dig/include/dig/
H A Ddig.h112 comments, member in struct:dig_lookup

Completed in 47 milliseconds