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

/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/dig/
H A Dnslookup.c51 comments = ISC_TRUE, section_question = ISC_TRUE, variable
724 lookup->comments = comments;
/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...]
/osnet-11/usr/src/lib/libbe/common/
H A Dbe_utils.c1634 FILE *comments = NULL; local
1648 * Open vfstab for reading twice. First is for comments,
1651 if ((comments = fopen(vfstab, "r")) == NULL ||
1699 while (fgets(comments_buf, BUFSIZ, comments)) {
1766 (void) fclose(comments);
1767 comments = NULL;
1800 if (comments != NULL)
1801 (void) fclose(comments);
/osnet-11/usr/src/tools/onbld/Scm/
H A DWorkSpace.py104 self.comments = []
204 # We store comments per-entry as well, for the sake of
206 # of uniquifying comments for the general list (and possibly
211 self[fname].comments.extend(desc)
330 def comments(self): member in class:ActiveList

Completed in 57 milliseconds