Home
last modified time | relevance | path

Searched refs:COMMENT (Results 1 – 25 of 26) sorted by relevance

12

/illumos-gate/usr/src/contrib/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); in astlicense()
955 COMMENT(&notice, &buf, "GNU General Public License", 0); in astlicense()
966 COMMENT(&notice, &buf, "conditions are met:", -1); in astlicense()
1018 COMMENT(&notice, &buf, " required.", -1); in astlicense()
1022 COMMENT(&notice, &buf, " software.", -1); in astlicense()
1025 COMMENT(&notice, &buf, " distribution.", -1); in astlicense()
1042 COMMENT(&notice, &buf, "Software.", 0); in astlicense()
1118 COMMENT(&notice, &buf, "For noncommercial use", 1); in astlicense()
1251 COMMENT(&notice, &buf, "CONTRIBUTORS", 0); in astlicense()
[all …]
/illumos-gate/usr/src/test/util-tests/tests/sed/bsd/
H A Dmulti_test.ksh144 OCOMMENT=$COMMENT
199 COMMENT='Address ranges'
258 COMMENT='Commands a c d and i'
302 COMMENT='Labels and branching'
373 COMMENT='Pattern space commands'
411 COMMENT='w results'
432 COMMENT='Substitution commands'
450 COMMENT='s wfile results'
490 COMMENT='\\ in y command'
496 COMMENT='\\n in a BRE'
[all …]
/illumos-gate/usr/src/cmd/saf/
H A Dmisc.h44 # define COMMENT '#' macro
H A Dutil.c257 tp = strchr(p, COMMENT);
/illumos-gate/usr/src/cmd/msgfmt/
H A Dgnu_po.y47 %token <str> COMMENT
68 comment : COMMENT
H A Dgnu_lex.c395 return (COMMENT); in yylex()
/illumos-gate/usr/src/cmd/lp/lib/forms/
H A Ddelform.c98 RMFILE (COMMENT);
H A Dwrform.c162 if (!(path = getformfile(name, COMMENT))) in wrform()
/illumos-gate/usr/src/lib/libnsl/saf/
H A Ddoconfig.c47 #define COMMENT '#' macro
99 p = strchr(buf, COMMENT); in doconfig()
/illumos-gate/usr/src/cmd/lp/include/
H A Dform.h91 #define COMMENT "comment" macro
/illumos-gate/usr/src/contrib/zlib/
H A Dinflate.h28 COMMENT, /* i: waiting for end of comment (gzip) */ enumerator
H A Dinflate.c785 state->mode = COMMENT; in inflate()
787 case COMMENT: in inflate()
/illumos-gate/usr/src/cmd/consadm/
H A Dconsadm.c54 #define COMMENT '#' macro
391 if (buf[0] == COMMENT || buf[0] == NEWLINE || in addtolist()
454 if (value[0] == COMMENT || value[0] == NEWLINE || in removefromlist()
850 if (value[0] == COMMENT || in persistlist()
/illumos-gate/usr/src/cmd/sed/
H A Ddefs.h116 COMMENT, /* # */ enumerator
H A Dcompile.c116 {'#', 0, COMMENT},
118 {'\0', 0, COMMENT},
271 case COMMENT: /* \0 # */ in compile_stream()
/illumos-gate/usr/src/boot/libsa/
H A Dgzipfs.c111 #define COMMENT 0x10 /* bit 4 set: file comment present */ macro
151 if ((flags & COMMENT) != 0) { /* skip the .gz file comment */ in check_header()
H A Dpkgfs.c610 #define COMMENT 0x10 /* bit 4 set: file comment present */ macro
670 if (flags & COMMENT) { in new_package()
/illumos-gate/usr/src/cmd/autopush/
H A Dautopush.c77 #define COMMENT '#' macro
270 if ((buf[0] == COMMENT) || is_white_space(buf)) in set_info()
/illumos-gate/usr/src/common/ficl/test/
H A Dtester.fr54 : TESTING \ ( -- ) TALKING COMMENT.
/illumos-gate/usr/src/uts/common/os/
H A Dprivs.awk150 /INSERT COMMENT/ {
H A Dpriv_defs25 INSERT COMMENT
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dgunzip.c248 #define COMMENT 0x10 /* bit 4 set: file comment present */ macro
304 || ((buf[3] & COMMENT) && bad_field (-1))) in gunzip_test_header()
/illumos-gate/usr/src/tools/scripts/
H A Dwebrev.sh1015 COMMENT=$5
1195 print "<pre>$COMMENT</pre>\n"
1210 "$COMMENT"
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c1589 COMMENT, /* i: waiting for end of comment (gzip) */ enumerator
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 */
/illumos-gate/usr/src/cmd/init/
H A Dinit.c291 #define COMMENT 5 macro
1635 if (state == COMMENT) { in getcmd()
1651 state = COMMENT; in getcmd()

12