Home
last modified time | relevance | path

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

123

/freebsd-13.1/usr.bin/m4/tests/
H A Dregress.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
11 'XXX' this is a COMMENT q COMMENT too
14 # this is a COMMENT
17 'XXX' this is a COMMENT q COMMENT too
20 # this is a COMMENT
23 'XXX' this is a COMMENT q COMMENT too
29 'XXX' this is a COMMENT q COMMENT too
[all …]
/freebsd-13.1/contrib/lua/src/
H A Dluac.c330 #define COMMENT "\t; " macro
386 printf(COMMENT "%d out",b+1); in PrintCode()
598 printf(COMMENT); in PrintCode()
604 printf(COMMENT "%d in",b-1); in PrintCode()
608 printf(COMMENT); in PrintCode()
618 printf(COMMENT "to %d",pc-bx+2); in PrintCode()
622 printf(COMMENT "to %d",pc+bx+2); in PrintCode()
626 printf(COMMENT "to %d",pc+bx+2); in PrintCode()
633 printf(COMMENT "to %d",pc-bx+2); in PrintCode()
645 printf(COMMENT); in PrintCode()
[all …]
/freebsd-13.1/usr.bin/mkesdb/
H A Dlex.l55 %x COMMENT
62 "/*" { BEGIN COMMENT; } variable
63 <COMMENT>"*/" { BEGIN 0; }
64 <COMMENT>[\n] { linenumber++; }
65 <COMMENT>. { }
66 <COMMENT><<EOF>> {
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DCommentVisitor.h33 #define ABSTRACT_COMMENT(COMMENT) in visit() argument
34 #define COMMENT(CLASS, PARENT) \ in visit() macro
38 #undef COMMENT in visit()
44 #define ABSTRACT_COMMENT(COMMENT) COMMENT argument
45 #define COMMENT(CLASS, PARENT) \ macro
49 #undef COMMENT
/freebsd-13.1/usr.bin/mkcsmapper/
H A Dlex.l53 %x COMMENT
60 "/*" { BEGIN COMMENT; } variable
61 <COMMENT>"*/" { BEGIN 0; }
62 <COMMENT>[\n] { linenumber++; }
63 <COMMENT>. { }
64 <COMMENT><<EOF>> {
/freebsd-13.1/usr.bin/sed/tests/
H A Dmulti_test.sh105 OCOMMENT=$COMMENT
160 COMMENT='Address ranges'
219 COMMENT='Commands a c d and i'
263 COMMENT='Labels and branching'
334 COMMENT='Pattern space commands'
363 COMMENT='Print and file routines'
372 COMMENT='w results'
393 COMMENT='Substitution commands'
411 COMMENT='s wfile results'
451 COMMENT='\ in y command'
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DComment.cpp23 #define ABSTRACT_COMMENT(COMMENT) argument
28 #undef COMMENT
38 #define ABSTRACT_COMMENT(COMMENT) in getCommentKindName() argument
39 #define COMMENT(CLASS, PARENT) \ in getCommentKindName() macro
43 #undef COMMENT in getCommentKindName()
70 #define COMMENT(CLASS, PARENT) \ in CheckCommentASTNodes() macro
74 #undef COMMENT in CheckCommentASTNodes()
86 #define COMMENT(CLASS, PARENT) \ in child_begin() macro
90 #undef COMMENT in child_begin()
100 #define COMMENT(CLASS, PARENT) \ in child_end() macro
[all …]
/freebsd-13.1/lib/libutil/
H A Dproperty.c80 enum { LOOK, COMMENT, NAME, VALUE, MVALUE, COMMIT, FILL, STOP } state, last_state; in properties_read() enumerator
121 state = COMMENT; in properties_read()
127 state = COMMENT; in properties_read()
135 state = COMMENT; /* Ignore the rest of the line */ in properties_read()
138 case COMMENT: in properties_read()
180 state = COMMENT; in properties_read()
193 state = COMMENT; in properties_read()
/freebsd-13.1/sys/dev/aic7xxx/aicasm/
H A Daicasm_scan.l85 %x COMMENT
97 "/*" { BEGIN COMMENT; /* Enter comment eating state */ } variable
98 <COMMENT>"/*" { fprintf(stderr, "Warning! Comment within comment."); }
99 <COMMENT>\n { ++yylineno; }
100 <COMMENT>[^*/\n]* ;
101 <COMMENT>"*"+[^*/\n]* ;
102 <COMMENT>"/"+[^*/\n]* ;
103 <COMMENT>"*"+"/" { BEGIN INITIAL; }
/freebsd-13.1/crypto/openssl/crypto/conf/
H A Dkeysets.pl21 my $COMMENT = 0x0080;
40 $v |= $COMMENT if $c =~ /\#/;
81 #define CONF_COMMENT $COMMENT
/freebsd-13.1/contrib/bsnmp/tests/
H A Dconstbuf.h48 COMMENT, enumerator
152 mode = Constbuf_mode::COMMENT; in count_bin()
183 mode = Constbuf_mode::COMMENT; in handle_bin()
231 case Constbuf_mode::COMMENT: in count_bits()
276 case Constbuf_mode::COMMENT: in constbuf()
/freebsd-13.1/contrib/subversion/subversion/libsvn_ra_serf/
H A Dgetlocks.c57 COMMENT, enumerator
92 { LOCK, S_, "comment", COMMENT,
194 else if (leaving_state == COMMENT) in getlocks_closed()
/freebsd-13.1/contrib/flex/src/
H A Dscan.l128 %x FIRSTCCL CCL ACTION RECOVER COMMENT ACTION_STRING PERCENT_BRACE_ACTION
171 ^"/*" add_action("/*[""["); yy_push_state( COMMENT );
229 <COMMENT,CODE_COMMENT>{ /* */
235 <COMMENT>{
972 <COMMENT,CODE_COMMENT,COMMENT_DISCARD,ACTION,ACTION_STRING,CHARACTER_CONSTANT><<EOF>> {
/freebsd-13.1/release/packages/
H A Dbinutils.ucl8 comment = "%COMMENT%"
H A Dlldb.ucl8 comment = "%COMMENT%"
H A Dgroff.ucl8 comment = "%COMMENT%"
H A Dlld.ucl8 comment = "%COMMENT%"
H A Dssh.ucl8 comment = "%COMMENT%"
H A Dsvn.ucl8 comment = "%COMMENT%"
H A Dclang.ucl8 comment = "%COMMENT%"
H A Dgdb.ucl8 comment = "%COMMENT%"
H A Dunbound.ucl8 comment = "%COMMENT%"
H A Djail.ucl8 comment = "%COMMENT%"
H A Dtemplate.ucl8 comment = "%COMMENT%"
/freebsd-13.1/crypto/openssh/contrib/cygwin/
H A Dsshd-inetd3 @COMMENT@ ssh stream tcp nowait root /usr/sbin/sshd sshd -i

123