Lines Matching refs:FuncState
81 static l_noret errorlimit (FuncState *fs, int limit, const char *what) { in errorlimit()
94 static void checklimit (FuncState *fs, int v, int l, const char *what) { in checklimit()
164 FuncState *fs = ls->fs; in registerlocalvar()
177 FuncState *fs = ls->fs; in new_localvar()
196 static LocVar *getlocvar (FuncState *fs, int i) { in getlocvar()
204 FuncState *fs = ls->fs; in adjustlocalvars()
212 static void removevars (FuncState *fs, int tolevel) { in removevars()
219 static int searchupvalue (FuncState *fs, TString *name) { in searchupvalue()
229 static int newupvalue (FuncState *fs, TString *name, expdesc *v) { in newupvalue()
244 static int searchvar (FuncState *fs, TString *n) { in searchvar()
258 static void markupval (FuncState *fs, int level) { in markupval()
269 static int singlevaraux (FuncState *fs, TString *n, expdesc *var, int base) { in singlevaraux()
297 FuncState *fs = ls->fs; in singlevar()
309 FuncState *fs = ls->fs; in adjust_assign()
340 FuncState *fs = ls->fs; in closegoto()
418 static void movegotosout (FuncState *fs, BlockCnt *bl) { in movegotosout()
436 static void enterblock (FuncState *fs, BlockCnt *bl, lu_byte isloop) { in enterblock()
470 static void leaveblock (FuncState *fs) { in leaveblock()
499 FuncState *fs = ls->fs; in addprototype()
519 FuncState *fs = ls->fs->prev; in codeclosure()
525 static void open_func (LexState *ls, FuncState *fs, BlockCnt *bl) { in open_func()
555 FuncState *fs = ls->fs; in close_func()
622 FuncState *fs = ls->fs; in fieldsel()
658 FuncState *fs = ls->fs; in recfield()
677 static void closelistfield (FuncState *fs, struct ConsControl *cc) { in closelistfield()
688 static void lastlistfield (FuncState *fs, struct ConsControl *cc) { in lastlistfield()
737 FuncState *fs = ls->fs; in constructor()
765 FuncState *fs = ls->fs; in parlist()
794 FuncState new_fs; in body()
828 FuncState *fs = ls->fs; in funcargs()
906 FuncState *fs = ls->fs; in suffixedexp()
967 FuncState *fs = ls->fs; in simpleexp()
1088 FuncState *fs = ls->fs; in block()
1113 FuncState *fs = ls->fs; in check_conflict()
1199 static void checkrepeated (FuncState *fs, Labellist *ll, TString *label) { in checkrepeated()
1221 FuncState *fs = ls->fs; in labelstat()
1239 FuncState *fs = ls->fs; in whilestat()
1259 FuncState *fs = ls->fs; in repeatstat()
1290 FuncState *fs = ls->fs; in forbody()
1315 FuncState *fs = ls->fs; in fornum()
1337 FuncState *fs = ls->fs; in forlist()
1362 FuncState *fs = ls->fs; in forstat()
1382 FuncState *fs = ls->fs; in test_then_block()
1416 FuncState *fs = ls->fs; in ifstat()
1430 FuncState *fs = ls->fs; in localfunc()
1487 FuncState *fs = ls->fs; in exprstat()
1503 FuncState *fs = ls->fs; in retstat()
1609 static void mainfunc (LexState *ls, FuncState *fs) { in mainfunc()
1626 FuncState funcstate; in luaY_parser()