Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libast/common/port/
H A Dastlicense.c88 #define COMMENT(x,b,s,u) comment(x,b,s,sizeof(s)-1,u) macro
687 COMMENT(&notice, &buf, "All Rights Reserved", 0); in astlicense()
726 COMMENT(&notice, &buf, "A copy of the License is available at", 0); in astlicense()
740 COMMENT(&notice, &buf, "http://www.eclipse.org/org/documents/epl-v10.html", 0); in astlicense()
742 COMMENT(&notice, &buf, "http://www.opensource.org/licenses/cpl", 0); in astlicense()
774 COMMENT(&notice, &buf, "A copy of the Source Code Agreement is available", 0); in astlicense()
792 COMMENT(&notice, &buf, "If you have copied or used this software without agreeing", 0); in astlicense()
793 COMMENT(&notice, &buf, "to the terms of the license you are infringing on", 0); in astlicense()
794 COMMENT(&notice, &buf, "the license and copyright and are violating", 0); in astlicense()
809 COMMENT(&notice, &buf, "This is free software; you can redistribute it and/or", 0); in astlicense()
[all …]
/titanic_44/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/helptools/
H A Dparsehelp.sh49 C) COMMENT="-c "$OPTARG;;
82 $JAVA_HOME/bin/java -classpath $CLASSPATH parseMain $COMMENT $VERBOSE $*
/titanic_44/usr/src/cmd/saf/
H A Dmisc.h44 # define COMMENT '#' macro
H A Dutil.c260 tp = strchr(p, COMMENT);
/titanic_44/usr/src/cmd/msgfmt/
H A Dgnu_po.y48 %token <str> COMMENT
69 comment : COMMENT
H A Dgnu_lex.c397 return (COMMENT); in yylex()
/titanic_44/usr/src/cmd/lp/lib/forms/
H A Ddelform.c98 RMFILE (COMMENT);
H A Dwrform.c164 if (!(path = getformfile(name, COMMENT))) in wrform()
/titanic_44/usr/src/cmd/lp/include/
H A Dform.h94 #define COMMENT "comment" macro
/titanic_44/usr/src/uts/common/zmod/
H A Dinflate.h30 COMMENT, /* i: waiting for end of comment (gzip) */ enumerator
H A Dinflate.c734 state->mode = COMMENT;
736 case COMMENT:
/titanic_44/usr/src/lib/libnsl/saf/
H A Ddoconfig.c49 #define COMMENT '#' macro
101 p = strchr(buf, COMMENT); in doconfig()
/titanic_44/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()
/titanic_44/usr/src/cmd/consadm/
H A Dconsadm.c56 #define COMMENT '#' macro
393 if (buf[0] == COMMENT || buf[0] == NEWLINE || in addtolist()
456 if (value[0] == COMMENT || value[0] == NEWLINE || in removefromlist()
852 if (value[0] == COMMENT || in persistlist()
/titanic_44/usr/src/cmd/autopush/
H A Dautopush.c77 #define COMMENT '#' macro
270 if ((buf[0] == COMMENT) || is_white_space(buf)) in set_info()
/titanic_44/usr/src/lib/libunistat/
H A DMakefile.com166 @echo $(COMMENT) > $@
/titanic_44/usr/src/uts/common/os/
H A Dprivs.awk150 /INSERT COMMENT/ {
H A Dpriv_defs25 INSERT COMMENT
/titanic_44/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()
/titanic_44/usr/src/tools/scripts/
H A Dwebrev.sh715 COMMENT=$5
895 print "<pre>$COMMENT</pre>\n"
910 "$COMMENT"
/titanic_44/usr/src/cmd/init/
H A Dinit.c287 #define COMMENT 5 macro
1623 if (state == COMMENT) { in getcmd()
1639 state = COMMENT; in getcmd()
/titanic_44/usr/src/lib/libsqlite/src/
H A Dparse.y66 %nonassoc END_OF_FILE ILLEGAL SPACE UNCLOSED_STRING COMMENT FUNCTION