Home
last modified time | relevance | path

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

1234

/freebsd-12.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-12.1/usr.bin/sed/tests/
H A Dmulti_test.sh159 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'
371 COMMENT='w results'
392 COMMENT='Substitution commands'
410 COMMENT='s wfile results'
450 COMMENT='\ in y command'
[all …]
/freebsd-12.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-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DCommentVisitor.h34 #define ABSTRACT_COMMENT(COMMENT) in visit() argument
35 #define COMMENT(CLASS, PARENT) \ in visit() macro
39 #undef COMMENT in visit()
45 #define ABSTRACT_COMMENT(COMMENT) COMMENT argument
46 #define COMMENT(CLASS, PARENT) \ macro
50 #undef COMMENT
/freebsd-12.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-12.1/contrib/llvm/tools/clang/lib/AST/
H A DComment.cpp24 #define ABSTRACT_COMMENT(COMMENT) in getCommentKindName() argument
25 #define COMMENT(CLASS, PARENT) \ in getCommentKindName() macro
29 #undef COMMENT in getCommentKindName()
55 #define ABSTRACT_COMMENT(COMMENT) in CheckCommentASTNodes() argument
56 #define COMMENT(CLASS, PARENT) \ in CheckCommentASTNodes() macro
60 #undef COMMENT in CheckCommentASTNodes()
71 #define ABSTRACT_COMMENT(COMMENT) in child_begin() argument
72 #define COMMENT(CLASS, PARENT) \ in child_begin() macro
76 #undef COMMENT in child_begin()
86 #define COMMENT(CLASS, PARENT) \ in child_end() macro
[all …]
/freebsd-12.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-12.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-12.1/crypto/openssl/crypto/conf/
H A Dkeysets.pl21 my $COMMENT = 0x0080;
40 $v |= $COMMENT if $c =~ /\#/;
81 #define CONF_COMMENT $COMMENT
/freebsd-12.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-12.1/contrib/flex/
H A Dscan.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>> {
/freebsd-12.1/release/packages/
H A Dclibs.ucl8 comment = "%COMMENT%"
H A Dtemplate.ucl8 comment = "%COMMENT%"
H A Ddocs.ucl8 comment = "%COMMENT%"
H A Dacct.ucl8 comment = "%COMMENT%"
H A Ddma.ucl8 comment = "%COMMENT%"
H A Djail-lib32.ucl8 comment = "%COMMENT%"
H A Druntime-profile.ucl8 comment = "%COMMENT%"
H A Dacpi.ucl8 comment = "%COMMENT%"
H A Dapm.ucl8 comment = "%COMMENT%"
H A Dautofs.ucl8 comment = "%COMMENT%"
H A Dbhyve.ucl8 comment = "%COMMENT%"
H A Dssh.ucl8 comment = "%COMMENT%"
/freebsd-12.1/crypto/openssh/contrib/cygwin/
H A Dsshd-inetd3 @COMMENT@ ssh stream tcp nowait root /usr/sbin/sshd sshd -i
/freebsd-12.1/contrib/byacc/package/pkgsrc/
H A DMakefile12 COMMENT= Berkeley Yacc macro

1234