Home | History | Annotate | Download | only in src

Lines Matching refs:fi

1188 static const char *aux_upvalue (StkId fi, int n, TValue **val,
1190 switch (ttype(fi)) {
1192 CClosure *f = clCvalue(fi);
1199 LClosure *f = clLvalue(fi);
1231 StkId fi;
1233 fi = index2addr(L, funcindex);
1235 name = aux_upvalue(fi, n, &val, &owner);
1248 StkId fi = index2addr(L, fidx);
1249 api_check(L, ttisLclosure(fi), "Lua function expected");
1250 f = clLvalue(fi);
1258 StkId fi = index2addr(L, fidx);
1259 switch (ttype(fi)) {
1264 CClosure *f = clCvalue(fi);