Home
last modified time | relevance | path

Searched defs:COMMENT (Results 1 – 3 of 3) sorted by relevance

/plan9/sys/src/cmd/gs/zlib/
H A Dinflate.h29 COMMENT, /* i: waiting for end of comment (gzip) */ enumerator
H A Dgzio.c53 #define COMMENT 0x10 /* bit 4 set: file comment present */ macro
/plan9/sys/src/cmd/spin/
H A Dpc_zpp.c22 enum cstate { PLAIN, IN_STRING, IN_QUOTE, S_COMM, COMMENT, E_COMM }; enumerator