Home
last modified time | relevance | path

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

123

/freebsd/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
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 Dcomments.m44 define(`comment', `COMMENT')dnl
/freebsd/contrib/lua/src/
H A Dluac.c329 #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 Dmulti_test.sh100 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 Dlex.l54 %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 Dlex.l52 %x COMMENT
59 "/*" { BEGIN COMMENT; } variable
60 <COMMENT>"*/" { BEGIN 0; }
61 <COMMENT>[\n] { linenumber++; }
62 <COMMENT>. { }
63 <COMMENT><<EOF>> {
/freebsd/lib/libutil/
H A Dproperty.c77 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 Dvdev_set_001_pos.ksh43 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 Daicasm_scan.l83 %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 Dkeysets.pl24 my $COMMENT = 0x0080;
44 $v |= $COMMENT if $c =~ /\#/;
86 #define CONF_COMMENT $COMMENT
/freebsd/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/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/contrib/ntp/sntp/libevent/cmake/
H A DCodeCoverage.cmake122COMMENT "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 DCodeCoverage.cmake122COMMENT "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 Dsshd-inetd3 @COMMENT@ ssh stream tcp nowait root /usr/sbin/sshd sshd -i
/freebsd/release/packages/
H A Dtemplate.ucl7 comment = "${COMMENT}"
H A Dgenerate-ucl.sh153 COMMENT "${comment}" \
/freebsd/contrib/openpam/freebsd/
H A DMakefile.in10 COMMENT= BSD-licensed implementation of Pluggable Authentication Modules
/freebsd/sys/dev/syscons/fonts/
H A Dcursor.awk10 /^COMMENT cn.*mouse/ {
/freebsd/sys/contrib/zlib/
H A Dinflate.h28 COMMENT, /* i: waiting for end of comment (gzip) */ enumerator
/freebsd/usr.bin/sed/
H A Ddefs.h115 COMMENT, /* # */ enumerator
/freebsd/contrib/dialog/package/freebsd/
H A DMakefile18 COMMENT= An enhanced version of 'dialog' to work with ncurses macro
/freebsd/stand/libsa/
H A Dgzipfs.c108 #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 DInlineModelFeatureMaps.h136 #define POPULATE_INDICES(DTYPE, SHAPE, NAME, COMMENT) NAME, argument
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnosticIDs.cpp174 VALIDATE_DIAG_SIZE(COMMENT)
249 CATEGORY(COMMENT, AST) in GetDiagInfo()
250 CATEGORY(CROSSTU, COMMENT) in GetDiagInfo()

123