Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
Dacceler.c80 int lbl = a->a_lbl; in fixstate() local
81 label *l = &g->g_ll.ll_label[lbl]; in fixstate()
103 else if (lbl == EMPTY) in fixstate()
105 else if (lbl >= 0 && lbl < nl) in fixstate()
106 accel[lbl] = a->a_arrow; in fixstate()
Dgrammar.c74 addarc(dfa *d, int from, int to, int lbl) in addarc() argument
87 a->a_lbl = lbl; in addarc()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dacceler.c80 int lbl = a->a_lbl; in fixstate() local
81 label *l = &g->g_ll.ll_label[lbl]; in fixstate()
103 else if (lbl == EMPTY) in fixstate()
105 else if (lbl >= 0 && lbl < nl) in fixstate()
106 accel[lbl] = a->a_arrow; in fixstate()
Dgrammar.c74 addarc(dfa *d, int from, int to, int lbl) in addarc() argument
87 a->a_lbl = lbl; in addarc()
Dpgen.c63 addnfaarc(nfa *nf, int from, int to, int lbl) in addnfaarc() argument
74 ar->ar_label = lbl; in addnfaarc()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dgrammar.h74 void addarc(dfa *d, int from, int to, int lbl);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dgrammar.h74 void addarc(dfa *d, int from, int to, int lbl);