Searched refs:luaL_argerror (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/lua/ |
H A D | lauxlib.h | 34 LUALIB_API int (luaL_argerror) (lua_State *L, int numarg, const char *extramsg); variable 103 ((void)((cond) || luaL_argerror(L, (numarg), (extramsg))))
|
H A D | lauxlib.c | 148 LUALIB_API int luaL_argerror (lua_State *L, int narg, const char *extramsg) { in luaL_argerror() function 169 return luaL_argerror(L, narg, msg); in typeerror() 289 return luaL_argerror(L, narg, in luaL_checkoption() 314 luaL_argerror(L, narg, "value expected"); in luaL_checkany()
|
H A D | lstrlib.c | 940 luaL_argerror(L, arg, "no value"); in str_format()
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zcp.c | 151 return (luaL_argerror(state, narg, buf)); in zcp_argerror()
|