Home
last modified time | relevance | path

Searched refs:luaK_nil (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/mit/lua/dist/src/
H A Dlcode.h77 LUAI_FUNC void luaK_nil (FuncState *fs, int from, int n);
H A Dlcode.c137 void luaK_nil (FuncState *fs, int from, int n) { in luaK_nil() function
842 luaK_nil(fs, reg, 1); in discharge2reg()
H A Dlparser.c499 luaK_nil(fs, fs->freereg, needed); /* complete with nils */ in adjust_assign()