Home
last modified time | relevance | path

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

123

/NextBSD/usr.bin/m4/tests/
HDregress.comments.out3 >> this is a COMMENT
4 'XXX' this is a COMMENT
5 'XXX' this is a COMMENT q COMMENT too
8 # this is a COMMENT
10 'XXX' this is a COMMENT
11 'XXX' this is a COMMENT q COMMENT too
14 # this is a COMMENT
15 >> this is a COMMENT
16 'XXX' this is a COMMENT
17 'XXX' this is a COMMENT q COMMENT too
[all …]
HDcomments.m45 define(`comment', `COMMENT')dnl
/NextBSD/usr.bin/sed/tests/
HDmulti_test.sh95 echo "ok $MARK $TESTNAME # $TODO$COMMENT"
97 echo "not ok $MARK $TESTNAME # $TODO$COMMENT"
113 COMMENT='Argument parsing - first type'
120 COMMENT='Argument parsing - second type'
159 COMMENT='Address ranges'
190 COMMENT='Brace and other grouping'
218 COMMENT='Commands a c d and i'
262 COMMENT='Labels and branching'
333 COMMENT='Pattern space commands'
362 COMMENT='Print and file routines'
[all …]
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDCommentVisitor.h35 #define ABSTRACT_COMMENT(COMMENT) in visit() argument
36 #define COMMENT(CLASS, PARENT) \ in visit() macro
40 #undef COMMENT in visit()
46 #define ABSTRACT_COMMENT(COMMENT) COMMENT argument
47 #define COMMENT(CLASS, PARENT) \ macro
51 #undef COMMENT
/NextBSD/usr.bin/mkesdb/
HDlex.l53 %x COMMENT
60 "/*" { BEGIN COMMENT; } variable
61 <COMMENT>"*/" { BEGIN 0; }
62 <COMMENT>[\n] { linenumber++; }
63 <COMMENT>. { }
64 <COMMENT><<EOF>> {
/NextBSD/usr.bin/mkcsmapper/
HDlex.l51 %x COMMENT
58 "/*" { BEGIN COMMENT; } variable
59 <COMMENT>"*/" { BEGIN 0; }
60 <COMMENT>[\n] { linenumber++; }
61 <COMMENT>. { }
62 <COMMENT><<EOF>> {
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDComment.cpp25 #define ABSTRACT_COMMENT(COMMENT) in getCommentKindName() argument
26 #define COMMENT(CLASS, PARENT) \ in getCommentKindName() macro
30 #undef COMMENT in getCommentKindName()
56 #define ABSTRACT_COMMENT(COMMENT) in CheckCommentASTNodes() argument
57 #define COMMENT(CLASS, PARENT) \ in CheckCommentASTNodes() macro
61 #undef COMMENT in CheckCommentASTNodes()
72 #define ABSTRACT_COMMENT(COMMENT) in child_begin() argument
73 #define COMMENT(CLASS, PARENT) \ in child_begin() macro
77 #undef COMMENT in child_begin()
86 #define ABSTRACT_COMMENT(COMMENT) in child_end() argument
[all …]
/NextBSD/lib/libutil/
HDproperty.c78 enum { LOOK, COMMENT, NAME, VALUE, MVALUE, COMMIT, FILL, STOP } state, last_state; in properties_read() enumerator
119 state = COMMENT; in properties_read()
125 state = COMMENT; in properties_read()
133 state = COMMENT; /* Ignore the rest of the line */ in properties_read()
136 case COMMENT: in properties_read()
178 state = COMMENT; in properties_read()
191 state = COMMENT; in properties_read()
/NextBSD/sys/dev/aic7xxx/aicasm/
HDaicasm_scan.l83 %x COMMENT
95 "/*" { BEGIN COMMENT; /* Enter comment eating state */ } variable
96 <COMMENT>"/*" { fprintf(stderr, "Warning! Comment within comment."); }
97 <COMMENT>\n { ++yylineno; }
98 <COMMENT>[^*/\n]* ;
99 <COMMENT>"*"+[^*/\n]* ;
100 <COMMENT>"/"+[^*/\n]* ;
101 <COMMENT>"*"+"/" { BEGIN INITIAL; }
/NextBSD/crypto/openssl/crypto/conf/
HDkeysets.pl12 $COMMENT=0x80;
29 $v|=$COMMENT if ($c =~ /\#/);
125 #define CONF_COMMENT $COMMENT
/NextBSD/contrib/subversion/subversion/libsvn_ra_serf/
HDgetlocks.c57 COMMENT, enumerator
92 { LOCK, S_, "comment", COMMENT,
194 else if (leaving_state == COMMENT) in getlocks_closed()
HDlog.c60 COMMENT, enumerator
121 { ITEM, D_, "comment", COMMENT,
358 else if (leaving_state == COMMENT) in log_closed()
/NextBSD/contrib/flex/
HDscan.l102 %x FIRSTCCL CCL ACTION RECOVER COMMENT ACTION_STRING PERCENT_BRACE_ACTION
143 ^"/*" ACTION_ECHO; yy_push_state( COMMENT );
206 <COMMENT>{
939 <COMMENT,COMMENT_DISCARD,ACTION,ACTION_STRING><<EOF>> {
/NextBSD/crypto/openssh/contrib/cygwin/
HDsshd-inetd3 @COMMENT@ ssh stream tcp nowait root /usr/sbin/sshd sshd -i
/NextBSD/contrib/byacc/package/pkgsrc/
HDMakefile12 COMMENT= Berkeley Yacc macro
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/zmod/
HDinflate.h30 COMMENT, /* i: waiting for end of comment (gzip) */ enumerator
/NextBSD/lib/libz/
HDinflate.h28 COMMENT, /* i: waiting for end of comment (gzip) */ enumerator
/NextBSD/usr.bin/sed/
HDdefs.h116 COMMENT, /* # */ enumerator
HDcompile.c120 {'#', 0, COMMENT},
122 {'\0', 0, COMMENT},
276 case COMMENT: /* \0 # */ in compile_stream()
/NextBSD/contrib/dialog/package/freebsd/
HDMakefile18 COMMENT= An enhanced version of 'dialog' to work with ncurses macro
/NextBSD/lib/libstand/
HDgzipfs.c111 #define COMMENT 0x10 /* bit 4 set: file comment present */ macro
148 if ((flags & COMMENT) != 0) { /* skip the .gz file comment */ in check_header()
/NextBSD/contrib/groff/contrib/mom/examples/
HDtypesetting.mom182 .COMMENT \" COMMENT lets you enter comments without using \# or \"
187 .COMMENT OFF \" Remember to turn COMMENT off!
329 .COMMENT
336 .COMMENT OFF
393 .COMMENT
397 .COMMENT OFF
420 .COMMENT
426 .COMMENT OFF
/NextBSD/contrib/binutils/bfd/doc/
HDdoc.str25 : COMMENT
HDproto.str35 : COMMENT
/NextBSD/contrib/dtc/
HDdtc-lexer.l233 <*>{COMMENT}+ /* eat C-style comments */

123