Searched defs:ntype (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | parsermodule.c | 1030 validate_repeating_list(node *tree, int ntype, int (*vfunc)(node *), in validate_repeating_list() 1563 int ntype = TYPE(CHILD(tree, 0)); in validate_small_stmt() local 1598 int ntype; in validate_compound_stmt() local 1954 int ntype = TYPE(CHILD(tree, 0)); in validate_import_stmt() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | parsermodule.c | 1001 validate_repeating_list(node *tree, int ntype, int (*vfunc)(node *), in validate_repeating_list() 1534 int ntype = TYPE(CHILD(tree, 0)); in validate_small_stmt() local 1569 int ntype; in validate_compound_stmt() local 1925 int ntype = TYPE(CHILD(tree, 0)); in validate_import_stmt() local
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
D | syn.h | 198 NodeType ntype; member
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/ |
D | regparse.h | 69 #define SET_NTYPE(node, ntype) (node)->u.base.type = (ntype) argument
|