Lines Matching refs:FuncState

74 static l_noret errorlimit (FuncState *fs, int limit, const char *what) {  in errorlimit()
87 static void checklimit (FuncState *fs, int v, int l, const char *what) { in checklimit()
175 static int registerlocalvar (LexState *ls, FuncState *fs, TString *varname) { in registerlocalvar()
195 FuncState *fs = ls->fs; in new_localvar()
219 static Vardesc *getlocalvardesc (FuncState *fs, int vidx) { in getlocalvardesc()
229 static int reglevel (FuncState *fs, int nvar) { in reglevel()
243 int luaY_nvarstack (FuncState *fs) { in luaY_nvarstack()
251 static LocVar *localdebuginfo (FuncState *fs, int vidx) { in localdebuginfo()
266 static void init_var (FuncState *fs, expdesc *e, int vidx) { in init_var()
278 FuncState *fs = ls->fs; in check_readonly()
312 FuncState *fs = ls->fs; in adjustlocalvars()
328 static void removevars (FuncState *fs, int tolevel) { in removevars()
342 static int searchupvalue (FuncState *fs, TString *name) { in searchupvalue()
352 static Upvaldesc *allocupvalue (FuncState *fs) { in allocupvalue()
364 static int newupvalue (FuncState *fs, TString *name, expdesc *v) { in newupvalue()
366 FuncState *prev = fs->prev; in newupvalue()
390 static int searchvar (FuncState *fs, TString *n, expdesc *var) { in searchvar()
410 static void markupval (FuncState *fs, int level) { in markupval()
422 static void marktobeclosed (FuncState *fs) { in marktobeclosed()
435 static void singlevaraux (FuncState *fs, TString *n, expdesc *var, int base) { in singlevaraux()
465 FuncState *fs = ls->fs; in singlevar()
483 FuncState *fs = ls->fs; in adjust_assign()
610 FuncState *fs = ls->fs; in createlabel()
628 static void movegotosout (FuncState *fs, BlockCnt *bl) { in movegotosout()
642 static void enterblock (FuncState *fs, BlockCnt *bl, lu_byte isloop) { in enterblock()
672 static void leaveblock (FuncState *fs) { in leaveblock()
701 FuncState *fs = ls->fs; in addprototype()
723 FuncState *fs = ls->fs->prev; in codeclosure()
729 static void open_func (LexState *ls, FuncState *fs, BlockCnt *bl) { in open_func()
758 FuncState *fs = ls->fs; in close_func()
813 FuncState *fs = ls->fs; in fieldsel()
849 FuncState *fs = ls->fs; in recfield()
868 static void closelistfield (FuncState *fs, ConsControl *cc) { in closelistfield()
880 static void lastlistfield (FuncState *fs, ConsControl *cc) { in lastlistfield()
928 FuncState *fs = ls->fs; in constructor()
953 static void setvararg (FuncState *fs, int nparams) { in setvararg()
961 FuncState *fs = ls->fs; in parlist()
992 FuncState new_fs; in body()
1026 FuncState *fs = ls->fs; in funcargs()
1105 FuncState *fs = ls->fs; in suffixedexp()
1171 FuncState *fs = ls->fs; in simpleexp()
1307 FuncState *fs = ls->fs; in block()
1332 FuncState *fs = ls->fs; in check_conflict()
1417 FuncState *fs = ls->fs; in gotostat()
1470 FuncState *fs = ls->fs; in whilestat()
1490 FuncState *fs = ls->fs; in repeatstat()
1530 static void fixforjump (FuncState *fs, int pc, int dest, int back) { in fixforjump()
1549 FuncState *fs = ls->fs; in forbody()
1571 FuncState *fs = ls->fs; in fornum()
1594 FuncState *fs = ls->fs; in forlist()
1622 FuncState *fs = ls->fs; in forstat()
1641 FuncState *fs = ls->fs; in test_then_block()
1677 FuncState *fs = ls->fs; in ifstat()
1691 FuncState *fs = ls->fs; in localfunc()
1718 static void checktoclose (FuncState *fs, int level) { in checktoclose()
1728 FuncState *fs = ls->fs; in localstat()
1797 FuncState *fs = ls->fs; in exprstat()
1815 FuncState *fs = ls->fs; in retstat()
1924 static void mainfunc (LexState *ls, FuncState *fs) { in mainfunc()
1945 FuncState funcstate; in luaY_parser()