Searched refs:COMMENT (Results 1 - 10 of 10) sorted by relevance
/ast/src/lib/libast/port/ |
H A D | astlicense.c | 101 #define COMMENT(x,b,s,u) comment(x,b,s,sizeof(s)-1,u) macro 821 COMMENT(¬ice, &buf, "All Rights Reserved", 0); 860 COMMENT(¬ice, &buf, "A copy of the License is available at", 0); 874 COMMENT(¬ice, &buf, "http://www.eclipse.org/org/documents/epl-v10.html", 0); 876 COMMENT(¬ice, &buf, "http://www.opensource.org/licenses/cpl", 0); 908 COMMENT(¬ice, &buf, "A copy of the Source Code Agreement is available", 0); 926 COMMENT(¬ice, &buf, "If you have copied or used this software without agreeing", 0); 927 COMMENT(¬ice, &buf, "to the terms of the license you are infringing on", 0); 928 COMMENT(¬ice, &buf, "the license and copyright and are violating", 0); 943 COMMENT( [all...] |
/ast/src/lib/libz/ |
H A D | inflate.h | 28 COMMENT, /* i: waiting for end of comment (gzip) */ enumerator in enum:__anon450 61 NAME -> COMMENT -> HCRC -> TYPE
|
H A D | gzio.c | 59 #define COMMENT 0x10 /* bit 4 set: file comment present */ macro 428 if ((flags & COMMENT) != 0) { /* skip the .gz file comment */
|
H A D | inflate.c | 722 state->mode = COMMENT; 723 case COMMENT:
|
/ast/src/lib/libdss/ |
H A D | tag.c | 81 #define COMMENT 1 macro 487 quote |= COMMENT; 499 if (quote & COMMENT) 500 quote ^= COMMENT;
|
/ast/src/cmd/html/ |
H A D | html2rtf.c | 884 #define COMMENT 1 macro 937 quote |= COMMENT; 1077 if (!(quote & COMMENT))
|
H A D | troff2html.c | 3640 #define COMMENT 001 macro 3801 if (quote & COMMENT) 3803 quote &= ~COMMENT; 4312 quote |= COMMENT; 4320 quote |= COMMENT|EAT; 4403 quote |= COMMENT;
|
/ast/src/cmd/INIT/ |
H A D | ratz.c | 1589 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 */
|
/ast/src/cmd/nmake/ |
H A D | parse.c | 634 if (q == COMMENT) 658 if (!q || q == COMMENT) 667 if (*s == COMMENT) 782 case COMMENT:
|
H A D | make.h | 53 #define COMMENT '#' /* make comment char */ macro
|
Completed in 67 milliseconds