Searched refs:COMMENT (Results 26 - 34 of 34) sorted by relevance

12

/freebsd-10-stable/sys/kern/
H A Dkern_gzio.c52 #define COMMENT 0x10 /* bit 4 set: file comment present */ macro
/freebsd-10-stable/usr.bin/lex/
H A Dinitscan.c2006 #define COMMENT 14 macro
2328 ACTION_ECHO; yy_push_state( COMMENT ); variable
2496 /* This is the same as COMMENT, but is discarded rather than output. */
3905 ACTION_ECHO; yy_push_state( COMMENT ); variable
4057 case YY_STATE_EOF(COMMENT):
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DComment.h175 #define COMMENT(CLASS, PARENT) CLASS##Kind, macro
180 #define ABSTRACT_COMMENT(COMMENT)
/freebsd-10-stable/contrib/tcsh/
H A Dsh.exec.c640 #ifdef COMMENT
708 #ifdef COMMENT /* this isn't needed. opendir won't open
H A Ded.chared.c128 #ifdef COMMENT
2996 #ifdef COMMENT
3013 #endif /* COMMENT */
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinflate.c734 state->mode = COMMENT;
736 case COMMENT:
/freebsd-10-stable/usr.bin/gzip/
H A Dgzip.c123 #define COMMENT 0x10 macro
894 if ((flags & COMMENT) == 0) {
/freebsd-10-stable/contrib/zlib/
H A Dinflate.c798 state->mode = COMMENT;
799 case COMMENT:
/freebsd-10-stable/contrib/unbound/util/
H A Dconfigparser.y68 %token SPACE LETTER NEWLINE COMMENT COLON ANY ZONESTR

Completed in 288 milliseconds

12