| /freebsd-12.1/usr.bin/m4/tests/ |
| H A D | regress.comments.out | 3 >> 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 D | multi_test.sh | 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' 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 D | lex.l | 55 %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 D | CommentVisitor.h | 34 #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 D | lex.l | 53 %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 D | Comment.cpp | 24 #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 D | property.c | 80 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 D | aicasm_scan.l | 85 %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 D | keysets.pl | 21 my $COMMENT = 0x0080; 40 $v |= $COMMENT if $c =~ /\#/; 81 #define CONF_COMMENT $COMMENT
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_ra_serf/ |
| H A D | getlocks.c | 57 COMMENT, enumerator 92 { LOCK, S_, "comment", COMMENT, 194 else if (leaving_state == COMMENT) in getlocks_closed()
|
| /freebsd-12.1/contrib/flex/ |
| H A D | scan.l | 102 %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 D | clibs.ucl | 8 comment = "%COMMENT%"
|
| H A D | template.ucl | 8 comment = "%COMMENT%"
|
| H A D | docs.ucl | 8 comment = "%COMMENT%"
|
| H A D | acct.ucl | 8 comment = "%COMMENT%"
|
| H A D | dma.ucl | 8 comment = "%COMMENT%"
|
| H A D | jail-lib32.ucl | 8 comment = "%COMMENT%"
|
| H A D | runtime-profile.ucl | 8 comment = "%COMMENT%"
|
| H A D | acpi.ucl | 8 comment = "%COMMENT%"
|
| H A D | apm.ucl | 8 comment = "%COMMENT%"
|
| H A D | autofs.ucl | 8 comment = "%COMMENT%"
|
| H A D | bhyve.ucl | 8 comment = "%COMMENT%"
|
| H A D | ssh.ucl | 8 comment = "%COMMENT%"
|
| /freebsd-12.1/crypto/openssh/contrib/cygwin/ |
| H A D | sshd-inetd | 3 @COMMENT@ ssh stream tcp nowait root /usr/sbin/sshd sshd -i
|
| /freebsd-12.1/contrib/byacc/package/pkgsrc/ |
| H A D | Makefile | 12 COMMENT= Berkeley Yacc macro
|