| /src/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 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 …]
|
| H A D | comments.m4 | 4 define(`comment', `COMMENT')dnl
|
| /src/contrib/lua/src/ |
| H A D | luac.c | 329 #define COMMENT "\t; " macro 368 printf(COMMENT); PrintConstant(f,bx); in PrintCode() 372 printf(COMMENT); PrintConstant(f,EXTRAARG); in PrintCode() 385 printf(COMMENT "%d out",b+1); in PrintCode() 389 printf(COMMENT "%s",UPVALNAME(b)); in PrintCode() 393 printf(COMMENT "%s",UPVALNAME(b)); in PrintCode() 397 printf(COMMENT "%s",UPVALNAME(b)); in PrintCode() 408 printf(COMMENT); PrintConstant(f,c); in PrintCode() 412 printf(COMMENT "%s",UPVALNAME(a)); in PrintCode() 418 if (isk) { printf(COMMENT); PrintConstant(f,c); } in PrintCode() [all …]
|
| /src/usr.bin/sed/tests/ |
| H A D | multi_test.sh | 100 OCOMMENT=$COMMENT 109 COMMENT='Argument parsing - first type' 116 COMMENT='Argument parsing - second type' 155 COMMENT='Address ranges' 186 COMMENT='Brace and other grouping' 214 COMMENT='Commands a c d and i' 258 COMMENT='Labels and branching' 329 COMMENT='Pattern space commands' 358 COMMENT='Print and file routines' 367 COMMENT='w results' [all …]
|
| /src/usr.bin/mkesdb/ |
| H A D | lex.l | 54 %x COMMENT 61 "/*" { BEGIN COMMENT; } variable 62 <COMMENT>"*/" { BEGIN 0; } 63 <COMMENT>[\n] { linenumber++; } 64 <COMMENT>. { } 65 <COMMENT><<EOF>> {
|
| /src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | CommentVisitor.h | 33 #define ABSTRACT_COMMENT(COMMENT) in visit() argument 34 #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
|
| /src/usr.bin/mkcsmapper/ |
| H A D | lex.l | 52 %x COMMENT 59 "/*" { BEGIN COMMENT; } variable 60 <COMMENT>"*/" { BEGIN 0; } 61 <COMMENT>[\n] { linenumber++; } 62 <COMMENT>. { } 63 <COMMENT><<EOF>> {
|
| /src/contrib/llvm-project/clang/lib/AST/ |
| H A D | Comment.cpp | 23 #define ABSTRACT_COMMENT(COMMENT) argument 24 #define COMMENT(CLASS, PARENT) \ macro 28 #undef COMMENT 39 #define ABSTRACT_COMMENT(COMMENT) in getCommentKindName() argument 40 #define COMMENT(CLASS, PARENT) \ in getCommentKindName() macro 44 #undef COMMENT in getCommentKindName() 70 #define ABSTRACT_COMMENT(COMMENT) in CheckCommentASTNodes() argument 71 #define COMMENT(CLASS, PARENT) \ in CheckCommentASTNodes() macro 75 #undef COMMENT in CheckCommentASTNodes() 87 #define ABSTRACT_COMMENT(COMMENT) in child_begin() argument [all …]
|
| /src/lib/libutil/ |
| H A D | property.c | 77 enum { LOOK, COMMENT, NAME, VALUE, MVALUE, COMMIT, FILL, STOP } state, last_state; in properties_read() enumerator 118 state = COMMENT; in properties_read() 124 state = COMMENT; in properties_read() 132 state = COMMENT; /* Ignore the rest of the line */ in properties_read() 135 case COMMENT: in properties_read() 177 state = COMMENT; in properties_read() 190 state = COMMENT; in properties_read()
|
| /src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_set/ |
| H A D | vdev_set_001_pos.ksh | 44 COMMENT="$(zpool get -H -o value comment ${TESTPOOL} root)" 49 if [ "$COMMENT" != "openzfs" ]; then 50 log_fail "unexpected value for comment property: $COMMENT != \"openzfs\""
|
| /src/sys/dev/aic7xxx/aicasm/ |
| H A D | aicasm_scan.l | 83 %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; }
|
| /src/crypto/openssl/crypto/conf/ |
| H A D | keysets.pl | 24 my $COMMENT = 0x0080; 44 $v |= $COMMENT if $c =~ /\#/; 86 #define CONF_COMMENT $COMMENT
|
| /src/contrib/bsnmp/tests/ |
| H A D | constbuf.h | 48 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()
|
| /src/contrib/flex/src/ |
| H A D | scan.l | 128 %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>> {
|
| /src/contrib/ntp/sntp/libevent/cmake/ |
| H A D | CodeCoverage.cmake | 122 …COMMENT "Resetting code coverage counters to zero.\nProcessing code coverage counters and generati… 128 COMMENT "Open ./${_outputname}/index.html in your browser to view the coverage report." 156 COMMENT "Running gcovr to produce Cobertura code coverage report." 162 COMMENT "Cobertura code coverage report saved in ${_outputname}.xml."
|
| /src/contrib/libevent/cmake/ |
| H A D | CodeCoverage.cmake | 122 …COMMENT "Resetting code coverage counters to zero.\nProcessing code coverage counters and generati… 128 COMMENT "Open ./${_outputname}/index.html in your browser to view the coverage report." 156 COMMENT "Running gcovr to produce Cobertura code coverage report." 162 COMMENT "Cobertura code coverage report saved in ${_outputname}.xml."
|
| /src/sys/contrib/dev/broadcom/brcm80211/brcmfmac/ |
| H A D | firmware.c | 31 COMMENT, enumerator 93 return COMMENT; in brcmf_nvram_handle_idle() 97 return COMMENT; in brcmf_nvram_handle_idle() 119 st = COMMENT; in brcmf_nvram_handle_key() 131 st = COMMENT; in brcmf_nvram_handle_key() 135 return COMMENT; in brcmf_nvram_handle_key()
|
| /src/crypto/openssh/contrib/cygwin/ |
| H A D | sshd-inetd | 3 @COMMENT@ ssh stream tcp nowait root /usr/sbin/sshd sshd -i
|
| /src/contrib/openpam/freebsd/ |
| H A D | Makefile.in | 10 COMMENT= BSD-licensed implementation of Pluggable Authentication Modules
|
| /src/sys/dev/syscons/fonts/ |
| H A D | cursor.awk | 10 /^COMMENT cn.*mouse/ {
|
| /src/sys/contrib/zlib/ |
| H A D | inflate.h | 28 COMMENT, /* i: waiting for end of comment (gzip) */ enumerator
|
| /src/usr.bin/sed/ |
| H A D | defs.h | 115 COMMENT, /* # */ enumerator
|
| /src/contrib/dialog/package/freebsd/ |
| H A D | Makefile | 18 COMMENT= An enhanced version of 'dialog' to work with ncurses macro
|
| /src/stand/libsa/ |
| H A D | gzipfs.c | 109 #define COMMENT 0x10 /* bit 4 set: file comment present */ macro 146 if ((flags & COMMENT) != 0) { /* skip the .gz file comment */ in check_header()
|
| /src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | InlineModelFeatureMaps.h | 136 #define POPULATE_INDICES(DTYPE, SHAPE, NAME, COMMENT) NAME, argument
|