HomeSort by: relevance | last modified time | path
    Searched refs:COMMENT (Results 1 - 25 of 54) sorted by relevancy

1 2 3

  /xsrc/external/mit/ctwm/dist/cmake_files/
mktar_support.cmake 14 COMMENT "Building generated files for tarball."
22 COMMENT "touch MKTAR_GENFILES"
setup_lex.cmake 32 COMMENT "Copying in prebuilt lex.c"
gen_source_files.cmake 104 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"
setup_yacc.cmake 47 COMMENT "Building parser with yacc."
61 COMMENT "Copying in prebuilt gram.tab.h."
66 COMMENT "Copying in prebuilt gram.tab.c."
find_asciidoc_bits.cmake 181 set(my_usage "${PROG}_mk_${OUT}(<output> <input> [DEPENDS <deps>] [COMMENT <comment>])")
185 "COMMENT"
199 # Come up with some comment or other
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})
    [all...]
handle_manual.cmake 123 COMMENT "Processing ctwm.1.adoc -> mantmp/ctwm.1.adoc"
177 COMMENT "Processing prebuilt manpage -> ctwm.1"
197 COMMENT "Compressing ctwm.1.gz"
244 COMMENT "Processing prebuilt manual -> ctwm.1.html"
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/
glcpp-lex.l 121 * significance if it is the first non-whitespace, non-comment token
181 %x COMMENT DEFINE DONE HASH NEWLINE_CATCHUP UNREACHABLE
211 /* When we lex a multi-line comment, we replace it (as
212 * specified) with a single space. But if the comment spanned
216 * multi-line comment, and we emit a NEWLINE token for each at
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++;
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/
glcpp-lex.l 121 * significance if it is the first non-whitespace, non-comment token
181 %x COMMENT DEFINE DONE HASH NEWLINE_CATCHUP UNREACHABLE
210 /* When we lex a multi-line comment, we replace it (as
211 * specified) with a single space. But if the comment spanned
215 * multi-line comment, and we emit a NEWLINE token for each at
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++;
    [all...]
  /xsrc/external/mit/xcmsdb/dist/
SCCDFile.h 52 #define COMMENT_KEYWORD "COMMENT"
81 #define COMMENT 3
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/parser/
Extensions.c 67 case COMMENT:
Vendor.c 99 case COMMENT:
154 case COMMENT:
DRI.c 78 case COMMENT:
Module.c 96 case COMMENT:
129 case COMMENT:
237 if ((token = xf86getToken(NULL)) == COMMENT) {
Flags.c 99 case COMMENT:
428 char *name, *comment = NULL; local
431 if ((token = xf86getSubToken(&comment)) != STRING) {
433 free(comment);
438 if ((token = xf86getSubToken(&comment)) == STRING) {
440 option->opt_comment = comment;
441 if ((token = xf86getToken(NULL)) == COMMENT) {
451 option->opt_comment = comment;
452 if (token == COMMENT) {
Input.c 85 case COMMENT:
xf86tokens.h 92 COMMENT,
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/parser/
DRI.c 79 case COMMENT:
Extensions.c 67 case COMMENT:
Vendor.c 89 case COMMENT:
144 case COMMENT:
Module.c 103 case COMMENT:
135 case COMMENT:
243 if ((token = xf86getToken(NULL)) == COMMENT)
Flags.c 104 case COMMENT:
438 char *name, *comment = NULL; local
441 if ((token = xf86getSubToken(&comment)) != STRING) {
443 free(comment);
448 if ((token = xf86getSubToken(&comment)) == STRING) {
450 option->opt_comment = comment;
451 if ((token = xf86getToken(NULL)) == COMMENT)
458 option->opt_comment = comment;
459 if (token == COMMENT)
Input.c 92 case COMMENT:
xf86tokens.h 92 COMMENT,
  /xsrc/external/mit/xterm/dist/package/pkgsrc/
Makefile 10 COMMENT= Latest terminal emulator for the X Window System
  /xsrc/external/mit/libXfont/dist/src/fontfile/
gunzip.c 180 [if flags & COMMENT:
181 n bytes -- null terminated comment (discard)]
191 #define COMMENT 0x10 /* bit 4 set: file comment present */
218 if (flags & COMMENT) {

Completed in 16 milliseconds

1 2 3