Searched refs:INCLUDE (Results 1 - 13 of 13) sorted by relevance
| /xsrc/external/mit/xkbcomp/dist/ |
| H A D | tokens.h | 41 #define INCLUDE 10 macro
|
| H A D | xkbscan.c | 101 case INCLUDE: 102 snprintf(buf, sizeof(buf), "INCLUDE"); 508 "include", INCLUDE},
|
| H A D | xkbparse.y | 38 INCLUDE 10 587 MergeMode : INCLUDE { $$= MergeDefault; }
|
| H A D | xkbparse.c | 133 INCLUDE = 10, /* INCLUDE */ enumerator in enum:yytokentype 203 #define INCLUDE 10 macro 322 YYSYMBOL_INCLUDE = 12, /* INCLUDE */ 870 "XKB_GEOMETRY", "XKB_SEMANTICS", "XKB_LAYOUT", "INCLUDE", "OVERRIDE", 2582 case 131: /* MergeMode: INCLUDE */
|
| /xsrc/external/mit/MesaLib/src/compiler/glsl/glcpp/ |
| H A D | glcpp-parse.h | 87 INCLUDE = 288, /* INCLUDE */ enumerator in enum:yytokentype
|
| H A D | glcpp-lex.c | 1548 RETURN_STRING_TOKEN (INCLUDE);
|
| /xsrc/external/mit/freetype/dist/builds/windows/ |
| H A D | win32-def.mk | 26 # The executable file extension (for tools). NOTE: WE INCLUDE THE DOT HERE !!
|
| /xsrc/external/mit/xkeyboard-config/dist/scripts/ |
| H A D | symbols-tree.py | 103 INCLUDE = ( 111 include_or_other = Or([INCLUDE, OTHERLINE.suppress()])
|
| /xsrc/external/mit/makedepend/dist/ |
| H A D | include.c | 298 if ((type == INCLUDE) || (type == INCLUDEDOT)) 326 if ((type == INCLUDE) || (type == INCLUDEDOT))
|
| H A D | parse.c | 87 case INCLUDE: 201 case INCLUDE: 205 (ret == INCLUDE) ? "" : "_next", p)); 233 if (ret == INCLUDE) 640 case INCLUDE:
|
| H A D | def.h | 85 #define INCLUDE 7 macro
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/ |
| H A D | glcpp-lex.l | 327 RETURN_STRING_TOKEN (INCLUDE);
|
| H A D | glcpp-parse.y | 196 %token DEFINED ELIF_EXPANDED HASH_TOKEN DEFINE_TOKEN FUNC_IDENTIFIER OBJ_IDENTIFIER ELIF ELSE ENDIF ERROR_TOKEN IF IFDEF IFNDEF LINE PRAGMA UNDEF VERSION_TOKEN GARBAGE IDENTIFIER IF_EXPANDED INTEGER INTEGER_STRING LINE_EXPANDED NEWLINE OTHER PLACEHOLDER SPACE PLUS_PLUS MINUS_MINUS PATH INCLUDE 200 %type <str> IDENTIFIER FUNC_IDENTIFIER OBJ_IDENTIFIER INTEGER_STRING OTHER ERROR_TOKEN PRAGMA PATH INCLUDE 352 | HASH_TOKEN INCLUDE NEWLINE {
|
Completed in 15 milliseconds