Searched refs:Labellist (Results 1 – 4 of 4) sorted by relevance
/external/skia/third_party/lua/src/ |
D | lparser.h | 72 typedef struct Labellist { struct 76 } Labellist; argument 86 Labellist gt; /* list of pending gotos */ 87 Labellist label; /* list of active labels */
|
D | lparser.c | 343 Labellist *gl = &ls->dyd->gt; in closegoto() 384 static int newlabelentry (LexState *ls, Labellist *l, TString *name, in newlabelentry() 403 Labellist *gl = &ls->dyd->gt; in findgotos() 422 Labellist *gl = &fs->ls->dyd->gt; in movegotosout() 1195 static void checkrepeated (FuncState *fs, Labellist *ll, TString *label) { in checkrepeated() 1218 Labellist *ll = &ls->dyd->label; in labelstat()
|
/external/syslinux/com32/lua/src/ |
D | lparser.h | 72 typedef struct Labellist { struct 76 } Labellist; typedef 86 Labellist gt; /* list of pending gotos */ 87 Labellist label; /* list of active labels */
|
D | lparser.c | 343 Labellist *gl = &ls->dyd->gt; in closegoto() 384 static int newlabelentry (LexState *ls, Labellist *l, TString *name, in newlabelentry() 403 Labellist *gl = &ls->dyd->gt; in findgotos() 422 Labellist *gl = &fs->ls->dyd->gt; in movegotosout() 1195 static void checkrepeated (FuncState *fs, Labellist *ll, TString *label) { in checkrepeated() 1218 Labellist *ll = &ls->dyd->label; in labelstat()
|