Searched defs:COMMENT (Results 1 - 8 of 8) sorted by relevance

/ast/src/lib/libz/
H A Dinflate.h28 COMMENT, /* i: waiting for end of comment (gzip) */ enumerator in enum:__anon450
61 NAME -> COMMENT -> HCRC -> TYPE
H A Dgzio.c59 #define COMMENT 0x10 /* bit 4 set: file comment present */ macro
428 if ((flags & COMMENT) != 0) { /* skip the .gz file comment */
/ast/src/lib/libdss/
H A Dtag.c81 #define COMMENT 1 macro
487 quote |= COMMENT;
499 if (quote & COMMENT)
500 quote ^= COMMENT;
/ast/src/lib/libast/port/
H A Dastlicense.c101 #define COMMENT(x,b,s,u) comment(x,b,s,sizeof(s)-1,u) macro
821 COMMENT(&notice, &buf, "All Rights Reserved", 0);
860 COMMENT(&notice, &buf, "A copy of the License is available at", 0);
874 COMMENT(&notice, &buf, "http://www.eclipse.org/org/documents/epl-v10.html", 0);
876 COMMENT(&notice, &buf, "http://www.opensource.org/licenses/cpl", 0);
908 COMMENT(&notice, &buf, "A copy of the Source Code Agreement is available", 0);
926 COMMENT(&notice, &buf, "If you have copied or used this software without agreeing", 0);
927 COMMENT(&notice, &buf, "to the terms of the license you are infringing on", 0);
928 COMMENT(&notice, &buf, "the license and copyright and are violating", 0);
943 COMMENT(
[all...]
/ast/src/cmd/html/
H A Dhtml2rtf.c884 #define COMMENT 1 macro
937 quote |= COMMENT;
1077 if (!(quote & COMMENT))
H A Dtroff2html.c3640 #define COMMENT 001 macro
3801 if (quote & COMMENT)
3803 quote &= ~COMMENT;
4312 quote |= COMMENT;
4320 quote |= COMMENT|EAT;
4403 quote |= COMMENT;
/ast/src/cmd/nmake/
H A Dmake.h53 #define COMMENT '#' /* make comment char */ macro
/ast/src/cmd/INIT/
H A Dratz.c1589 COMMENT, /* i: waiting for end of comment (gzip) */ enumerator in enum:__anon32
1622 NAME -> COMMENT -> HCRC -> TYPE
2941 state->mode = COMMENT;
2942 case COMMENT:
3631 #define COMMENT 0x10 /* bit 4 set: file comment present */ macro
3924 if ((flags & COMMENT) != 0) { /* skip the .gz file comment */

Completed in 2452 milliseconds