Lines Matching defs:fs

82 static l_noret errorlimit (FuncState *fs, int limit, const char *what) {  in errorlimit()
95 static void checklimit (FuncState *fs, int v, int l, const char *what) { in checklimit()
165 FuncState *fs = ls->fs; in registerlocalvar() local
178 FuncState *fs = ls->fs; in new_localvar() local
197 static LocVar *getlocvar (FuncState *fs, int i) { in getlocvar()
205 FuncState *fs = ls->fs; in adjustlocalvars() local
213 static void removevars (FuncState *fs, int tolevel) { in removevars()
220 static int searchupvalue (FuncState *fs, TString *name) { in searchupvalue()
230 static int newupvalue (FuncState *fs, TString *name, expdesc *v) { in newupvalue()
245 static int searchvar (FuncState *fs, TString *n) { in searchvar()
259 static void markupval (FuncState *fs, int level) { in markupval()
270 static int singlevaraux (FuncState *fs, TString *n, expdesc *var, int base) { in singlevaraux()
298 FuncState *fs = ls->fs; in singlevar() local
310 FuncState *fs = ls->fs; in adjust_assign() local
341 FuncState *fs = ls->fs; in closegoto() local
419 static void movegotosout (FuncState *fs, BlockCnt *bl) { in movegotosout()
437 static void enterblock (FuncState *fs, BlockCnt *bl, lu_byte isloop) { in enterblock()
471 static void leaveblock (FuncState *fs) { in leaveblock()
500 FuncState *fs = ls->fs; in addprototype() local
520 FuncState *fs = ls->fs->prev; in codeclosure() local
526 static void open_func (LexState *ls, FuncState *fs, BlockCnt *bl) { in open_func()
556 FuncState *fs = ls->fs; in close_func() local
617 FuncState *fs = ls->fs; in fieldsel() local
653 FuncState *fs = ls->fs; in recfield() local
672 static void closelistfield (FuncState *fs, struct ConsControl *cc) { in closelistfield()
683 static void lastlistfield (FuncState *fs, struct ConsControl *cc) { in lastlistfield()
732 FuncState *fs = ls->fs; in constructor() local
760 FuncState *fs = ls->fs; in parlist() local
823 FuncState *fs = ls->fs; in funcargs() local
901 FuncState *fs = ls->fs; in suffixedexp() local
962 FuncState *fs = ls->fs; in simpleexp() local
1083 FuncState *fs = ls->fs; in block() local
1108 FuncState *fs = ls->fs; in check_conflict() local
1194 static void checkrepeated (FuncState *fs, Labellist *ll, TString *label) { in checkrepeated()
1216 FuncState *fs = ls->fs; in labelstat() local
1234 FuncState *fs = ls->fs; in whilestat() local
1254 FuncState *fs = ls->fs; in repeatstat() local
1285 FuncState *fs = ls->fs; in forbody() local
1310 FuncState *fs = ls->fs; in fornum() local
1332 FuncState *fs = ls->fs; in forlist() local
1357 FuncState *fs = ls->fs; in forstat() local
1376 FuncState *fs = ls->fs; in test_then_block() local
1410 FuncState *fs = ls->fs; in ifstat() local
1424 FuncState *fs = ls->fs; in localfunc() local
1481 FuncState *fs = ls->fs; in exprstat() local
1497 FuncState *fs = ls->fs; in retstat() local
1603 static void mainfunc (LexState *ls, FuncState *fs) { in mainfunc()