/freebsd/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
|
/freebsd/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 …]
|
/freebsd/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 …]
|
/freebsd/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>> {
|
/freebsd/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>> {
|
/freebsd/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()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_set/ |
H A D | vdev_set_001_pos.ksh | 43 COMMENT="$(zpool get -H -o value comment ${TESTPOOL} root)" 48 if [ "$COMMENT" != "openzfs" ]; then 49 log_fail "unexpected value for comment property: $COMMENT != \"openzfs\""
|
/freebsd/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; }
|
/freebsd/crypto/openssl/crypto/conf/ |
H A D | keysets.pl | 24 my $COMMENT = 0x0080; 44 $v |= $COMMENT if $c =~ /\#/; 86 #define CONF_COMMENT $COMMENT
|
/freebsd/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()
|
/freebsd/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>> {
|
/freebsd/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."
|
/freebsd/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."
|
/freebsd/crypto/openssh/contrib/cygwin/ |
H A D | sshd-inetd | 3 @COMMENT@ ssh stream tcp nowait root /usr/sbin/sshd sshd -i
|
/freebsd/release/packages/ |
H A D | template.ucl | 7 comment = "${COMMENT}"
|
H A D | generate-ucl.sh | 153 COMMENT "${comment}" \
|
/freebsd/contrib/openpam/freebsd/ |
H A D | Makefile.in | 10 COMMENT= BSD-licensed implementation of Pluggable Authentication Modules
|
/freebsd/sys/dev/syscons/fonts/ |
H A D | cursor.awk | 10 /^COMMENT cn.*mouse/ {
|
/freebsd/sys/contrib/zlib/ |
H A D | inflate.h | 28 COMMENT, /* i: waiting for end of comment (gzip) */ enumerator
|
/freebsd/usr.bin/sed/ |
H A D | defs.h | 115 COMMENT, /* # */ enumerator
|
/freebsd/contrib/dialog/package/freebsd/ |
H A D | Makefile | 18 COMMENT= An enhanced version of 'dialog' to work with ncurses macro
|
/freebsd/stand/libsa/ |
H A D | gzipfs.c | 108 #define COMMENT 0x10 /* bit 4 set: file comment present */ macro 145 if ((flags & COMMENT) != 0) { /* skip the .gz file comment */ in check_header()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | InlineModelFeatureMaps.h | 136 #define POPULATE_INDICES(DTYPE, SHAPE, NAME, COMMENT) NAME, argument
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | DiagnosticIDs.cpp | 174 VALIDATE_DIAG_SIZE(COMMENT) 249 CATEGORY(COMMENT, AST) in GetDiagInfo() 250 CATEGORY(CROSSTU, COMMENT) in GetDiagInfo()
|