Searched refs:addlabel (Results 1 – 7 of 7) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
D | pgenheaders.h | 21 #define addlabel _Py_addlabel macro
|
D | grammar.h | 77 int addlabel(labellist *ll, int type, char *str);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
D | pgenheaders.h | 21 #define addlabel _Py_addlabel macro
|
D | grammar.h | 77 int addlabel(labellist *ll, int type, char *str);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/ |
D | pgen.c | 116 addlabel(&gr->gr_ll, ENDMARKER, "EMPTY"); in newnfagrammar() 131 addlabel(&gr->gr_ll, NAME, nf->nf_name); in addnfa() 299 addnfaarc(nf, *pa, *pb, addlabel(ll, n->n_type, n->n_str)); in compile_atom()
|
D | grammar.c | 92 addlabel(labellist *ll, int type, char *str) in addlabel() function
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/ |
D | grammar.c | 92 addlabel(labellist *ll, int type, char *str) in addlabel() function
|