Searched refs:COLON (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/ctwm/dist/gen/
H A Dgram.tab.h104 COLON = 305, /* COLON */ enumerator in enum:yytokentype
H A Dlex.c822 { return (COLON); }
/xsrc/external/mit/ctwm/dist/
H A Dgram.tab.h104 COLON = 305, /* COLON */ enumerator in enum:yytokentype
H A Dgram.y78 %token <num> COLON EQUALS SQUEEZE_TITLE DONT_SQUEEZE_TITLE
357 | MENU string LP string COLON string RP {
515 keyaction : EQUALS keys COLON action { $$ = $4; }
518 full : EQUALS keys COLON contexts COLON action { $$ = $6; }
521 fullkey : EQUALS keys COLON contextkeys COLON action { $$ = $6; }
630 | button COLON action {
1055 | string LP string COLON string RP action {
/xsrc/external/mit/twm/dist/src/
H A Dgram.y120 %token <num> COLON EQUALS SQUEEZE_TITLE DONT_SQUEEZE_TITLE
234 | MENU string LP string COLON string RP {
313 full : EQUALS keys COLON contexts COLON action { $$ = $6; }
316 fullkey : EQUALS keys COLON contextkeys COLON action { $$ = $6; }
583 | string LP string COLON string RP action {
/xsrc/external/mit/MesaLib.old/src/compiler/glsl/
H A Dglsl_parser.h131 COLON = 338, enumerator in enum:yytokentype
H A Dglsl_lexer.cpp2107 return COLON;
H A Dglsl_parser.cpp272 COLON = 338, enumerator in enum:yytokentype
763 "LINE", "COLON", "EOL", "INTERFACE", "OUTPUT", "PRAGMA_DEBUG_ON",
/xsrc/external/mit/MesaLib/src/compiler/glsl/
H A Dglsl_parser.h138 COLON = 339, /* COLON */ enumerator in enum:yytokentype
H A Dglsl_lexer.cpp2192 return COLON;
/xsrc/external/mit/libX11/dist/modules/im/ximcp/
H A DimLcPrs.c121 #define COLON 2 macro
164 token = COLON;
572 } while (token != COLON);
/xsrc/external/mit/MesaLib/dist/src/intel/tools/
H A Di965_gram.y360 %token COLON

Completed in 30 milliseconds