Searched defs:comments (Results 1 - 3 of 3) sorted by relevance

/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/bin/dig/include/dig/
H A Ddig.h112 comments, member in struct:dig_lookup
/bind-9.11.3/bin/dig/
H A Dnslookup.c56 comments = ISC_TRUE, section_question = ISC_TRUE, variable
803 lookup->comments = comments;

Completed in 16 milliseconds