Searched refs:luaK_patchlist (Results 1 – 3 of 3) sorted by relevance
| /minix3/external/mit/lua/dist/src/ |
| H A D | lcode.h | 55 #define luaK_jumpto(fs,t) luaK_patchlist(fs, luaK_jump(fs), t) 81 LUAI_FUNC void luaK_patchlist (FuncState *fs, int list, int target);
|
| H A D | lparser.c | 353 luaK_patchlist(fs, gt->pc, label->pc); in closegoto() 1282 luaK_patchlist(fs, condexit, repeat_init); /* close the loop */ in repeatstat() 1319 luaK_patchlist(fs, endfor, prep + 1); in forbody()
|
| H A D | lcode.c | 192 void luaK_patchlist (FuncState *fs, int list, int target) { in luaK_patchlist() function
|