Lines Matching defs:fs

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() local
177 FuncState *fs = ls->fs; in new_localvar() local
196 static LocVar *getlocvar (FuncState *fs, int i) { in getlocvar()
204 FuncState *fs = ls->fs; in adjustlocalvars() local
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() local
309 FuncState *fs = ls->fs; in adjust_assign() local
340 FuncState *fs = ls->fs; in closegoto() local
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() local
519 FuncState *fs = ls->fs->prev; in codeclosure() local
525 static void open_func (LexState *ls, FuncState *fs, BlockCnt *bl) { in open_func()
555 FuncState *fs = ls->fs; in close_func() local
622 FuncState *fs = ls->fs; in fieldsel() local
658 FuncState *fs = ls->fs; in recfield() local
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() local
765 FuncState *fs = ls->fs; in parlist() local
828 FuncState *fs = ls->fs; in funcargs() local
906 FuncState *fs = ls->fs; in suffixedexp() local
967 FuncState *fs = ls->fs; in simpleexp() local
1088 FuncState *fs = ls->fs; in block() local
1113 FuncState *fs = ls->fs; in check_conflict() local
1199 static void checkrepeated (FuncState *fs, Labellist *ll, TString *label) { in checkrepeated()
1221 FuncState *fs = ls->fs; in labelstat() local
1239 FuncState *fs = ls->fs; in whilestat() local
1259 FuncState *fs = ls->fs; in repeatstat() local
1290 FuncState *fs = ls->fs; in forbody() local
1315 FuncState *fs = ls->fs; in fornum() local
1337 FuncState *fs = ls->fs; in forlist() local
1362 FuncState *fs = ls->fs; in forstat() local
1382 FuncState *fs = ls->fs; in test_then_block() local
1416 FuncState *fs = ls->fs; in ifstat() local
1430 FuncState *fs = ls->fs; in localfunc() local
1487 FuncState *fs = ls->fs; in exprstat() local
1503 FuncState *fs = ls->fs; in retstat() local
1609 static void mainfunc (LexState *ls, FuncState *fs) { in mainfunc()