Searched refs:COLON (Results 1 - 12 of 12) sorted by relevance
| /xsrc/external/mit/ctwm/dist/gen/ |
| H A D | gram.tab.h | 104 COLON = 305, /* COLON */ enumerator in enum:yytokentype
|
| H A D | lex.c | 822 { return (COLON); }
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | gram.tab.h | 104 COLON = 305, /* COLON */ enumerator in enum:yytokentype
|
| H A D | gram.y | 78 %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 D | gram.y | 120 %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 D | glsl_parser.h | 131 COLON = 338, enumerator in enum:yytokentype
|
| H A D | glsl_lexer.cpp | 2107 return COLON;
|
| H A D | glsl_parser.cpp | 272 COLON = 338, enumerator in enum:yytokentype 763 "LINE", "COLON", "EOL", "INTERFACE", "OUTPUT", "PRAGMA_DEBUG_ON",
|
| /xsrc/external/mit/MesaLib/src/compiler/glsl/ |
| H A D | glsl_parser.h | 138 COLON = 339, /* COLON */ enumerator in enum:yytokentype
|
| H A D | glsl_lexer.cpp | 2192 return COLON;
|
| /xsrc/external/mit/libX11/dist/modules/im/ximcp/ |
| H A D | imLcPrs.c | 121 #define COLON 2 macro 164 token = COLON; 572 } while (token != COLON);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/tools/ |
| H A D | i965_gram.y | 360 %token COLON
|
Completed in 30 milliseconds