Home
last modified time | relevance | path

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

/redis-3.2.3/deps/lua/src/
H A Dlcode.h47 LUAI_FUNC void luaK_fixline (FuncState *fs, int line);
H A Dlparser.c652 luaK_fixline(fs, line); in funcargs()
1062 luaK_fixline(fs, line); /* pretend that `OP_FOR' starts the loop */ in forbody()
1220 luaK_fixline(ls->fs, line); /* definition `happens' in the first line */ in funcstat()
H A Dlcode.c784 void luaK_fixline (FuncState *fs, int line) { in luaK_fixline() function