Home
last modified time | relevance | path

Searched refs:addlabel (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpgenheaders.h21 #define addlabel _Py_addlabel macro
Dgrammar.h77 int addlabel(labellist *ll, int type, char *str);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpgenheaders.h21 #define addlabel _Py_addlabel macro
Dgrammar.h77 int addlabel(labellist *ll, int type, char *str);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dpgen.c116 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()
Dgrammar.c92 addlabel(labellist *ll, int type, char *str) in addlabel() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
Dgrammar.c92 addlabel(labellist *ll, int type, char *str) in addlabel() function