Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlfunc.h24 LUAI_FUNC UpVal *luaF_newupval (lua_State *L);
H A Dlfunc.c39 UpVal *luaF_newupval (lua_State *L) { in luaF_newupval() function
H A Dldo.c659 UpVal *up = luaF_newupval(L); in f_parser()