Searched refs:COMMENT (Results 1 - 25 of 150) sorted by relevance

123456

/xsrc/external/mit/ctwm/dist/cmake_files/
H A Dmktar_support.cmake14 COMMENT "Building generated files for tarball."
22 COMMENT "touch MKTAR_GENFILES"
H A Ddoxygen.cmake33 COMMENT "Generating Doxygen documentation in ${DOXYGEN_DIR}"
38 COMMENT "Cleaning up Doxygen docs")
H A Dfind_asciidoc_bits.cmake181 set(my_usage "${PROG}_mk_${OUT}(<output> <input> [DEPENDS <deps>] [COMMENT <comment>])")
185 "COMMENT"
220 COMMENT ${_ARGS_COMMENT}
269 COMMENT ${_ARGS_COMMENT}
301 COMMENT ${_ARGS_COMMENT}
335 COMMENT ${_ARGS_COMMENT}
353 COMMENT ${_ARGS_COMMENT}
376 COMMENT "${_ARGS_COMMENT} (docbook${ASCIIDOCTOR_DB_VER},${DTYPE})"
397 COMMENT "${_ARGS_COMMENT} (docbook${ASCIIDOC_DB_VER},${DTYPE})"
426 COMMENT
[all...]
H A Dsetup_yacc.cmake47 COMMENT "Building parser with yacc."
61 COMMENT "Copying in prebuilt gram.tab.h."
66 COMMENT "Copying in prebuilt gram.tab.c."
H A Dgen_source_files.cmake104 COMMENT "Generating version.c from current WT state."
113 COMMENT "Generating version.c from current git state."
127 COMMENT "Using pregenerated version.c."
136 COMMENT "Using null version.c."
149 COMMENT "Writing version info into version.c.in"
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/
H A Dglcpp-lex.l181 %x COMMENT DEFINE DONE HASH NEWLINE_CATCHUP UNREACHABLE
271 <INITIAL,DEFINE,HASH>"/*" { yy_push_state(COMMENT, yyscanner); }
272 <COMMENT>[^*\r\n]*
273 <COMMENT>[^*\r\n]*{NEWLINE} { yylineno++; yycolumn = 0; parser->commented_newlines++; }
274 <COMMENT>"*"+[^*/\r\n]*
275 <COMMENT>"*"+[^*/\r\n]*{NEWLINE} { yylineno++; yycolumn = 0; parser->commented_newlines++; }
276 <COMMENT>"*"+"/" {
587 <INITIAL,COMMENT,DEFINE,HASH><<EOF>> {
588 if (YY_START == COMMENT)
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/
H A Dglcpp-lex.l181 %x COMMENT DEFINE DONE HASH NEWLINE_CATCHUP UNREACHABLE
270 <INITIAL,DEFINE,HASH>"/*" { yy_push_state(COMMENT, yyscanner); }
271 <COMMENT>[^*\r\n]*
272 <COMMENT>[^*\r\n]*{NEWLINE} { yylineno++; yycolumn = 0; parser->commented_newlines++; }
273 <COMMENT>"*"+[^*/\r\n]*
274 <COMMENT>"*"+[^*/\r\n]*{NEWLINE} { yylineno++; yycolumn = 0; parser->commented_newlines++; }
275 <COMMENT>"*"+"/" {
577 <INITIAL,COMMENT,DEFINE,HASH><<EOF>> {
578 if (YY_START == COMMENT)
/xsrc/external/mit/xcmsdb/dist/
H A DSCCDFile.h52 #define COMMENT_KEYWORD "COMMENT"
81 #define COMMENT 3 macro
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/parser/
H A DDRI.c79 case COMMENT:
H A DExtensions.c67 case COMMENT:
H A DVendor.c89 case COMMENT:
144 case COMMENT:
H A DModule.c103 case COMMENT:
135 case COMMENT:
243 if ((token = xf86getToken(NULL)) == COMMENT)
H A DFlags.c104 case COMMENT:
451 if ((token = xf86getToken(NULL)) == COMMENT)
459 if (token == COMMENT)
H A DInput.c92 case COMMENT:
H A Dxf86tokens.h92 COMMENT, enumerator in enum:__anon31d59bb00103
/xsrc/external/mit/xorg-server/dist/hw/xfree86/parser/
H A DExtensions.c67 case COMMENT:
H A DVendor.c99 case COMMENT:
154 case COMMENT:
H A DDRI.c78 case COMMENT:
H A DModule.c96 case COMMENT:
129 case COMMENT:
237 if ((token = xf86getToken(NULL)) == COMMENT) {
H A DFlags.c99 case COMMENT:
441 if ((token = xf86getToken(NULL)) == COMMENT) {
452 if (token == COMMENT) {
H A DInput.c85 case COMMENT:
H A Dxf86tokens.h92 COMMENT, enumerator in enum:__anon5f92ac430103
/xsrc/external/mit/xterm/dist/package/pkgsrc/
H A DMakefile10 COMMENT= Latest terminal emulator for the X Window System macro
/xsrc/external/mit/libXfont/dist/src/fontfile/
H A Dgunzip.c180 [if flags & COMMENT:
191 #define COMMENT 0x10 /* bit 4 set: file comment present */ macro
218 if (flags & COMMENT) {
/xsrc/external/mit/libXfont2/dist/src/fontfile/
H A Dgunzip.c181 [if flags & COMMENT:
192 #define COMMENT 0x10 /* bit 4 set: file comment present */ macro
219 if (flags & COMMENT) {

Completed in 23 milliseconds

123456