Home
last modified time | relevance | path

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

123

/freebsd-14.2/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-14.2/contrib/lua/src/
H A Dluac.c329 #define COMMENT "\t; " macro
385 printf(COMMENT "%d out",b+1); in PrintCode()
431 printf(COMMENT "%d",c+EXTRAARGC); in PrintCode()
597 printf(COMMENT); in PrintCode()
603 printf(COMMENT "%d in",b-1); in PrintCode()
607 printf(COMMENT); in PrintCode()
617 printf(COMMENT "to %d",pc-bx+2); in PrintCode()
625 printf(COMMENT "to %d",pc+bx+2); in PrintCode()
632 printf(COMMENT "to %d",pc-bx+2); in PrintCode()
644 printf(COMMENT); in PrintCode()
[all …]
/freebsd-14.2/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-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DCommentVisitor.h33 #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
/freebsd-14.2/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-14.2/usr.bin/sed/tests/
H A Dmulti_test.sh104 OCOMMENT=$COMMENT
159 COMMENT='Address ranges'
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-14.2/contrib/llvm-project/clang/lib/AST/
H A DComment.cpp23 #define ABSTRACT_COMMENT(COMMENT) argument
28 #undef COMMENT
39 #define ABSTRACT_COMMENT(COMMENT) in getCommentKindName() argument
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
92 #undef COMMENT in child_begin()
102 #define ABSTRACT_COMMENT(COMMENT) in child_end() argument
[all …]
/freebsd-14.2/lib/libutil/
H A Dproperty.c78 enum { LOOK, COMMENT, NAME, VALUE, MVALUE, COMMIT, FILL, STOP } state, last_state; in properties_read() enumerator
119 state = COMMENT; in properties_read()
125 state = COMMENT; in properties_read()
133 state = COMMENT; /* Ignore the rest of the line */ in properties_read()
136 case COMMENT: in properties_read()
178 state = COMMENT; in properties_read()
191 state = COMMENT; in properties_read()
/freebsd-14.2/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-14.2/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-14.2/crypto/openssl/crypto/conf/
H A Dkeysets.pl24 my $COMMENT = 0x0080;
44 $v |= $COMMENT if $c =~ /\#/;
86 #define CONF_COMMENT $COMMENT
/freebsd-14.2/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-14.2/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-14.2/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-14.2/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-14.2/crypto/openssh/contrib/cygwin/
H A Dsshd-inetd3 @COMMENT@ ssh stream tcp nowait root /usr/sbin/sshd sshd -i
/freebsd-14.2/contrib/byacc/package/pkgsrc/
H A DMakefile12 COMMENT= Berkeley Yacc macro
/freebsd-14.2/release/packages/
H A Dtemplate.ucl7 comment = "${COMMENT}"
H A Dgenerate-ucl.sh150 COMMENT "${comment}" \
/freebsd-14.2/contrib/openpam/freebsd/
H A DMakefile.in10 COMMENT= BSD-licensed implementation of Pluggable Authentication Modules
/freebsd-14.2/sys/dev/syscons/fonts/
H A Dcursor.awk10 /^COMMENT cn.*mouse/ {
/freebsd-14.2/sys/contrib/zlib/
H A Dinflate.h28 COMMENT, /* i: waiting for end of comment (gzip) */ enumerator
/freebsd-14.2/usr.bin/sed/
H A Ddefs.h117 COMMENT, /* # */ enumerator
/freebsd-14.2/contrib/dialog/package/freebsd/
H A DMakefile18 COMMENT= An enhanced version of 'dialog' to work with ncurses macro
/freebsd-14.2/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()

123