Searched refs:INCLUDE (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/xkbcomp/dist/
H A Dtokens.h41 #define INCLUDE 10 macro
H A Dxkbscan.c101 case INCLUDE:
102 snprintf(buf, sizeof(buf), "INCLUDE");
508 "include", INCLUDE},
H A Dxkbparse.y38 INCLUDE 10
587 MergeMode : INCLUDE { $$= MergeDefault; }
H A Dxkbparse.c133 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 Dglcpp-parse.h87 INCLUDE = 288, /* INCLUDE */ enumerator in enum:yytokentype
H A Dglcpp-lex.c1548 RETURN_STRING_TOKEN (INCLUDE);
/xsrc/external/mit/freetype/dist/builds/windows/
H A Dwin32-def.mk26 # The executable file extension (for tools). NOTE: WE INCLUDE THE DOT HERE !!
/xsrc/external/mit/xkeyboard-config/dist/scripts/
H A Dsymbols-tree.py103 INCLUDE = (
111 include_or_other = Or([INCLUDE, OTHERLINE.suppress()])
/xsrc/external/mit/makedepend/dist/
H A Dinclude.c298 if ((type == INCLUDE) || (type == INCLUDEDOT))
326 if ((type == INCLUDE) || (type == INCLUDEDOT))
H A Dparse.c87 case INCLUDE:
201 case INCLUDE:
205 (ret == INCLUDE) ? "" : "_next", p));
233 if (ret == INCLUDE)
640 case INCLUDE:
H A Ddef.h85 #define INCLUDE 7 macro
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/
H A Dglcpp-lex.l327 RETURN_STRING_TOKEN (INCLUDE);
H A Dglcpp-parse.y196 %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