Home
last modified time | relevance | path

Searched defs:ntype (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dparsermodule.c1030 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/
Dparsermodule.c1001 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/
Dsyn.h198 NodeType ntype; member
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregparse.h69 #define SET_NTYPE(node, ntype) (node)->u.base.type = (ntype) argument