• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/lua/src/

Lines Matching refs:FuncState

74 static l_noret errorlimit (FuncState *fs, int limit, const char *what) {
87 static void checklimit (FuncState *fs, int v, int l, const char *what) {
175 static int registerlocalvar (LexState *ls, FuncState *fs, TString *varname) {
195 FuncState *fs = ls->fs;
219 static Vardesc *getlocalvardesc (FuncState *fs, int vidx) {
230 static int stacklevel (FuncState *fs, int nvar) {
243 int luaY_nvarstack (FuncState *fs) {
251 static LocVar *localdebuginfo (FuncState *fs, int vidx) {
266 static void init_var (FuncState *fs, expdesc *e, int vidx) {
278 FuncState *fs = ls->fs;
312 FuncState *fs = ls->fs;
328 static void removevars (FuncState *fs, int tolevel) {
342 static int searchupvalue (FuncState *fs, TString *name) {
352 static Upvaldesc *allocupvalue (FuncState *fs) {
364 static int newupvalue (FuncState *fs, TString *name, expdesc *v) {
366 FuncState *prev = fs->prev;
390 static int searchvar (FuncState *fs, TString *n, expdesc *var) {
410 static void markupval (FuncState *fs, int level) {
424 static void singlevaraux (FuncState *fs, TString *n, expdesc *var, int base) {
454 FuncState *fs = ls->fs;
471 FuncState *fs = ls->fs;
598 FuncState *fs = ls->fs;
616 static void movegotosout (FuncState *fs, BlockCnt *bl) {
630 static void enterblock (FuncState *fs, BlockCnt *bl, lu_byte isloop) {
660 static void leaveblock (FuncState *fs) {
689 FuncState *fs = ls->fs;
711 FuncState *fs = ls->fs->prev;
717 static void open_func (LexState *ls, FuncState *fs, BlockCnt *bl) {
746 FuncState *fs = ls->fs;
801 FuncState *fs = ls->fs;
837 FuncState *fs = ls->fs;
856 static void closelistfield (FuncState *fs, ConsControl *cc) {
868 static void lastlistfield (FuncState *fs, ConsControl *cc) {
916 FuncState *fs = ls->fs;
941 static void setvararg (FuncState *fs, int nparams) {
949 FuncState *fs = ls->fs;
980 FuncState new_fs;
1014 FuncState *fs = ls->fs;
1093 FuncState *fs = ls->fs;
1159 FuncState *fs = ls->fs;
1295 FuncState *fs = ls->fs;
1320 FuncState *fs = ls->fs;
1405 FuncState *fs = ls->fs;
1458 FuncState *fs = ls->fs;
1478 FuncState *fs = ls->fs;
1518 static void fixforjump (FuncState *fs, int pc, int dest, int back) {
1537 FuncState *fs = ls->fs;
1559 FuncState *fs = ls->fs;
1582 FuncState *fs = ls->fs;
1610 FuncState *fs = ls->fs;
1629 FuncState *fs = ls->fs;
1665 FuncState *fs = ls->fs;
1679 FuncState *fs = ls->fs;
1708 FuncState *fs = ls->fs;
1718 FuncState *fs = ls->fs;
1786 FuncState *fs = ls->fs;
1804 FuncState *fs = ls->fs;
1913 static void mainfunc (LexState *ls, FuncState *fs) {
1934 FuncState funcstate;