Searched refs:nexps (Results 1 – 1 of 1) sorted by relevance
470 static void adjust_assign (LexState *ls, int nvars, int nexps, expdesc *e) { in adjust_assign() argument472 int needed = nvars - nexps; /* extra values needed */ in adjust_assign()1380 int nexps; in restassign() local1382 nexps = explist(ls, &e); in restassign()1383 if (nexps != nvars) in restassign()1384 adjust_assign(ls, nvars, nexps, &e); in restassign()1763 int nexps; in localstat() local1777 nexps = explist(ls, &e); in localstat()1780 nexps = 0; in localstat()1783 if (nvars == nexps && /* no adjustments? */ in localstat()[all …]