Searched refs:luaK_codek (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| H A D | lcode.h | 49 LUAI_FUNC int luaK_codek (FuncState *fs, int reg, int k);
|
| H A D | lcode.c | 249 int luaK_codek (FuncState *fs, int reg, int k) { in luaK_codek() function 432 luaK_codek(fs, reg, e->u.info); in discharge2reg() 436 luaK_codek(fs, reg, luaK_numberK(fs, e->u.nval)); in discharge2reg()
|
| H A D | lparser.c | 1323 luaK_codek(fs, fs->freereg, luaK_numberK(fs, 1)); in fornum()
|
| /freebsd-12.1/contrib/lua/src/ |
| H A D | lcode.h | 54 LUAI_FUNC int luaK_codek (FuncState *fs, int reg, int k);
|
| H A D | lcode.c | 346 int luaK_codek (FuncState *fs, int reg, int k) { in luaK_codek() function 607 luaK_codek(fs, reg, e->u.info); in discharge2reg() 611 luaK_codek(fs, reg, luaK_numberK(fs, e->u.nval)); in discharge2reg() 615 luaK_codek(fs, reg, luaK_intK(fs, e->u.ival)); in discharge2reg()
|
| H A D | lparser.c | 1332 luaK_codek(fs, fs->freereg, luaK_intK(fs, 1)); in fornum()
|