Searched refs:comment (Results 76 - 100 of 133) sorted by relevance

123456

/illumos-gate/usr/src/cmd/sgs/tools/common/
H A Dsgsmsg.c709 char comment; local
712 comment = '#';
714 comment = '$';
716 if (fprintf(fdmsgs, "%c%s", comment,
/illumos-gate/usr/src/lib/libshell/common/features/
H A Dmath.sh52 while read type args name aka comment
/illumos-gate/usr/src/lib/libtecla/
H A Dlibtecla.h527 * comment const char * Extra information such as timestamps will
540 int gl_save_history(GetLine *gl, const char *filename, const char *comment,
542 int gl_load_history(GetLine *gl, const char *filename, const char *comment);
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DTest.java40 * comment=
101 String comment = getToken(o, "comment=");
209 p.setComment(comment);
317 System.out.println("comment: " + list[i++]);
/illumos-gate/usr/src/cmd/msgfmt/
H A Dxgettext.c41 [-c comment-tag]\n [-d default-domain] [-m prefix] \
64 * comment : comment extracted in case of -c option.
74 struct strlist_st *comment; member in struct:element_st
147 * in_comment : Means inside comment block (C or C++).
148 * in_cplus_comment : Means inside C++ comment block.
159 * of the comment block. This is necessary because
211 * Each node contains one line of comment.
415 "-c <comment-tag>\tget comments containing <flag>\n");
538 * Handler for the comment star
[all...]
/illumos-gate/usr/src/lib/libpp/common/
H A Dppproto.c83 char cc[3]; /* beg mid end comment char */
2125 pppopen(char* file, int fd, char* notice, char* options, char* package, char* comment, int flags) argument
2191 if (!comment)
2192 comment = "/*";
2193 if (!(proto->cc[0] = comment[0]))
2195 else if (comment[1])
2197 proto->cc[1] = comment[1];
2198 proto->cc[2] = comment[2] ? comment[2] : comment[
[all...]
H A Dppfsm.h237 if ((pp.in->flags & IN_flush) && pp.level == 1 && !INMACRO(rp) && (!pp.comment || !INCOMMENT(rp)) && (c = op - pp.outbuf) > 0 && *(op - 1) == '\n') \
/illumos-gate/usr/src/lib/libbsm/
H A Dauditxml415 # strip off double tab so that comment can be longer
995 my $comment = $entry->getContent();
1014 $line = "/* $comment */\n\t" if defined $comment;
1026 $line = "/* $comment */\n\t" if defined $comment;
/illumos-gate/usr/src/tools/codereview/
H A Dlwlp.c69 #define USAGE6 "[-hstring] [-e] [-y comment] oldfile newfile"
196 static char *comment; variable
412 comment = optarg;
705 if (comment != NULL && comment[0] != 0) {
706 const char *cur = comment;
904 * Allow C comment delimiters around flag; only really applies
906 * around flag for #if. Also accept flag with no C comment
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_sec.c99 * comment() returns true if the line is a comment, 0 otherwise.
102 comment(cp) function
374 if (!(blank(line) || comment(line))) {
721 if (!(blank(line) || comment(line))) {
/illumos-gate/usr/src/lib/libadm/common/
H A Dgetdev.c802 if (!devtabent->comment) {
820 if (!devtabent->comment) {
H A Dputdgrp.c434 ent->comment = FALSE; /* data rec */
514 if (rec->comment)
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_cmds2.c419 comment();
H A Dex_subr.c116 * Ignore a comment to the end of the line.
120 comment(void) function
243 comment();
/illumos-gate/usr/src/tools/cscope-fast/
H A Dscanner.l46 *--yysptr : getc(yyin)) == '/' ? comment() : yytchar) == \
708 * ", which puts a trailing comment in the database
822 comment(void)
827 if ((c = getc(yyin)) == '*') { /* C comment */
842 } else if (c == '/') { /* C++ comment */
847 } else { /* not a comment */
853 /* there may be an immediately following comment */
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dfncs.c639 _form->comment = formbuf.comment;
750 if (pf->comment)
751 Free (pf->comment);
/illumos-gate/usr/src/boot/sys/boot/i386/loader/
H A DMakefile118 $(GSTRIP) -R .comment -R .note $@
/illumos-gate/usr/src/lib/libtecla/common/
H A Dhistory.c997 * comment const char * Extra information such as timestamps will
1009 int _glh_save_history(GlHistory *glh, const char *filename, const char *comment, argument
1025 if(!glh || !filename || !comment) {
1051 * specified comment string.
1055 * Write peripheral information associated with the line, as a comment.
1057 if(fprintf(fp, "%s ", comment) < 0 ||
1146 * comment const char * The same comment string that was passed to
1155 int _glh_load_history(GlHistory *glh, const char *filename, const char *comment, argument
1165 size_t comment_len; /* The length of the comment strin
[all...]
/illumos-gate/usr/src/lib/libresolv2/common/nameser/
H A Dns_print.c112 const char *comment; local
929 comment = "unknown IPSECKEY gateway type";
1040 comment = "unknown RR type";
1045 comment = "RR format error";
1051 rdlen != 0U ? " (" : "", comment));
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Doptions.c1160 int quoted, comment; local
1168 comment = 0;
1179 * A newline means the end of a comment; backslash-newline
1180 * is ignored. Note that we cannot have escape && comment.
1186 comment = 0;
1193 * Ignore characters other than newline in a comment.
1195 if (comment)
1213 * If this is the start of a comment, ignore the rest of the line.
1216 comment = 1;
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipfstat.c808 static void printlivelist(out, set, fp, group, comment)
811 char *group, *comment;
895 printlivelist(out, set, NULL, g->fg_name, comment);
902 static void printdeadlist(out, set, fp, group, comment)
905 char *group, *comment;
988 printdeadlist(out, set, NULL, g->fg_name, comment);
/illumos-gate/usr/src/uts/common/smbsrv/ndl/
H A Dspoolss.ndl237 DWORD comment;
291 DWORD comment;
349 DWORD comment;
/illumos-gate/usr/src/cmd/oawk/
H A Dawk.lx.l38 %Start A str chc sc reg comment
79 <A>^{WS}*#.*\n lineno++; /* strip comment lines */
157 <A># { BEGIN comment; }
158 <comment>\n { BEGIN A; lineno++; RETURN(NL); }
159 <comment>. /* dummy */;
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/helptools/
H A DparseMain.java161 public void comment(String s) throws IOException { method in class:ResourceWriter
560 // comment block
569 rw.comment(commentLine);
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ditm_comp.l50 %start norm comment

Completed in 128 milliseconds

123456