Searched defs:COMMENT (Results 1 – 3 of 3) sorted by relevance
29 COMMENT, /* i: waiting for end of comment (gzip) */ enumerator
53 #define COMMENT 0x10 /* bit 4 set: file comment present */ macro
22 enum cstate { PLAIN, IN_STRING, IN_QUOTE, S_COMM, COMMENT, E_COMM }; enumerator