Lines Matching refs:comments
54 unsigned int comments;
104 lex->comments = 0;
149 return (lex->comments);
153 isc_lex_setcomments(isc_lex_t *lex, unsigned int comments) {
160 lex->comments = comments;
482 ((lex->comments & ISC_LEXCOMMENT_DNSMASTERFILE)
489 (lex->comments &
497 ((lex->comments & ISC_LEXCOMMENT_SHELL)
708 (lex->comments & ISC_LEXCOMMENT_C) != 0) {
712 (lex->comments & ISC_LEXCOMMENT_CPLUSPLUS) != 0) {
736 * C-style comments become a single space.