| /freebsd-12.1/contrib/lua/src/ |
| H A D | lbaselib.c | 73 lua_settop(L, 1); /* yes; return it */ in luaB_tonumber() 104 lua_settop(L, 1); in luaB_error() 132 lua_settop(L, 2); in luaB_setmetatable() 158 lua_settop(L, 2); in luaB_rawget() 167 lua_settop(L, 3); in luaB_rawset() 228 lua_settop(L, 2); /* create a 2nd argument if there isn't one */ in luaB_next() 347 lua_settop(L, RESERVEDSLOT); /* create reserved slot */ in luaB_load() 364 lua_settop(L, 1); in luaB_dofile() 379 lua_settop(L, 1); /* leave only message (default if no other one) */ in luaB_assert()
|
| H A D | ldblib.c | 60 lua_settop(L, 2); in db_setmetatable() 78 lua_settop(L, 2); in db_setuservalue() 234 lua_settop(L, arg+3); in db_setlocal() 352 lua_settop(L, arg+1); in db_sethook() 412 lua_settop(L, 0); /* remove eventual returns */ in db_debug()
|
| H A D | lmathlib.c | 107 lua_settop(L, 1); /* integer is its own floor */ in math_floor() 118 lua_settop(L, 1); /* integer is its own ceil */ in math_ceil() 151 lua_settop(L, 1); /* number is its own integer part */ in math_modf()
|
| H A D | lua.c | 374 lua_settop(L, 0); in loadline() 415 lua_settop(L, 0); /* clear stack */ in doREPL()
|
| H A D | lua.h | 160 LUA_API void (lua_settop) (lua_State *L, int idx); variable 344 #define lua_pop(L,n) lua_settop(L, -(n)-1)
|
| H A D | liolib.c | 595 lua_settop(L , 1); in io_readline() 609 lua_settop(L, 0); in io_readline()
|
| H A D | loslib.c | 332 lua_settop(L, 1); /* make sure table is at the top */ in os_time()
|
| H A D | ltablib.c | 417 lua_settop(L, 2); /* make sure there are two arguments */ in sort()
|
| H A D | lauxlib.c | 88 lua_settop(L, top); /* remove function and global table */ in pushglobalfuncname() 731 lua_settop(L, fnameindex); /* ignore results from 'lua_load' */ in luaL_loadfilex()
|
| H A D | loadlib.c | 599 lua_settop(L, 1); /* LOADED table will be at index 2 */ in ll_require()
|
| H A D | lstrlib.c | 193 lua_settop(L, 1); in str_dump() 694 lua_settop(L, 2); /* keep them on closure to avoid being collected */ in gmatch()
|
| H A D | lapi.c | 172 LUA_API void lua_settop (lua_State *L, int idx) { in lua_settop() function
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| H A D | lbaselib.c | 79 lua_settop(L, 1); in luaB_error() 107 lua_settop(L, 2); in luaB_setmetatable() 133 lua_settop(L, 2); in luaB_rawget() 142 lua_settop(L, 3); in luaB_rawset() 203 lua_settop(L, 2); /* create a 2nd argument if there isn't one */ in luaB_next()
|
| H A D | lua.h | 145 LUA_API void (lua_settop) (lua_State *L, int idx); variable 322 #define lua_pop(L,n) lua_settop(L, -(n)-1)
|
| H A D | ltablib.c | 253 lua_settop(L, 2); /* make sure there is two arguments */ in sort()
|
| H A D | lstrlib.c | 206 lua_settop(L, 1); in str_dump() 700 lua_settop(L, 2); in str_gmatch()
|
| H A D | lauxlib.c | 72 lua_settop(L, top); /* remove function and global table */ in pushglobalfuncname()
|
| H A D | lapi.c | 164 LUA_API void lua_settop (lua_State *L, int idx) { in lua_settop() function
|
| /freebsd-12.1/stand/liblua/ |
| H A D | lfs.c | 315 lua_settop(L, 2); in lua_attributes()
|
| /freebsd-12.1/contrib/libucl/lua/ |
| H A D | lua_ucl.c | 127 lua_settop (fd->L, 0); in lua_ucl_userdata_emitter() 405 lua_settop (L, 3); /* gen, obj, func */ in ucl_object_lua_fromelt()
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| H A D | zcp.c | 908 lua_settop(state, 0); in zcp_eval_impl() 970 lua_settop(evalargs->ea_state, 0); in zcp_pool_error()
|