Searched refs:labellist (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython2/Include/ |
D | grammar.h | 26 } labellist; typedef 64 labellist g_ll; 78 int addlabel(labellist *ll, int type, char *str); 79 int findlabel(labellist *ll, int type, char *str);
|
/external/python/cpython3/Include/ |
D | grammar.h | 26 } labellist; typedef 64 labellist g_ll; 78 int addlabel(labellist *ll, int type, const char *str); 79 int findlabel(labellist *ll, int type, const char *str);
|
/external/python/cpython3/Parser/ |
D | pgen.c | 38 static void compile_rhs(labellist *ll, 40 static void compile_alt(labellist *ll, 42 static void compile_item(labellist *ll, 44 static void compile_atom(labellist *ll, 98 labellist gr_ll; 199 compile_rhs(labellist *ll, nfa *nf, node *n, int *pa, int *pb) in compile_rhs() 232 compile_alt(labellist *ll, nfa *nf, node *n, int *pa, int *pb) in compile_alt() 254 compile_item(labellist *ll, nfa *nf, node *n, int *pa, int *pb) in compile_item() 291 compile_atom(labellist *ll, nfa *nf, node *n, int *pa, int *pb) in compile_atom() 318 dumpstate(labellist *ll, nfa *nf, int istate) in dumpstate() [all …]
|
D | grammar.c | 105 addlabel(labellist *ll, int type, const char *str) in addlabel() 131 findlabel(labellist *ll, int type, const char *str) in findlabel()
|
/external/python/cpython2/Parser/ |
D | pgen.c | 38 static void compile_rhs(labellist *ll, 40 static void compile_alt(labellist *ll, 42 static void compile_item(labellist *ll, 44 static void compile_atom(labellist *ll, 98 labellist gr_ll; 200 compile_rhs(labellist *ll, nfa *nf, node *n, int *pa, int *pb) in compile_rhs() 233 compile_alt(labellist *ll, nfa *nf, node *n, int *pa, int *pb) in compile_alt() 255 compile_item(labellist *ll, nfa *nf, node *n, int *pa, int *pb) in compile_item() 292 compile_atom(labellist *ll, nfa *nf, node *n, int *pa, int *pb) in compile_atom() 319 dumpstate(labellist *ll, nfa *nf, int istate) in dumpstate() [all …]
|
D | grammar.c | 110 addlabel(labellist *ll, int type, char *str) in addlabel() 136 findlabel(labellist *ll, int type, char *str) in findlabel()
|