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

/ast/src/cmd/nmake/
H A Dscan.c39 #define QUOTE_comment (1<<1) /* comment quote type */ macro
480 q->flags |= QUOTE_comment;
678 if (q->flags & QUOTE_comment)
735 if ((flags & (QUOTE_blank|q->flags)) == (QUOTE_blank|QUOTE_comment))
1617 else if (x[c] & (QUOTE_comment|QUOTE_quote))
1621 g = scanquote(fd, buf, &b, g, ss->quote, QUOTE_comment|QUOTE_quote);

Completed in 12 milliseconds