Searched refs:lua_pop (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/lua/ |
H A D | ltablib.c | 29 lua_pop(L, 1); /* remove value */ in maxn() 178 lua_pop(L, 1); in sort_comp() 194 lua_pop(L, 2); in auxsort() 202 lua_pop(L, 1); /* remove a[l] */ in auxsort() 207 lua_pop(L, 2); in auxsort() 220 lua_pop(L, 1); /* remove a[i] */ in auxsort() 225 lua_pop(L, 1); /* remove a[j] */ in auxsort() 228 lua_pop(L, 3); /* pop pivot, a[i], a[j] */ in auxsort()
|
H A D | lauxlib.c | 45 lua_pop(L, 1); /* remove value (but keep name) */ in findfield() 56 lua_pop(L, 1); /* remove value */ in findfield() 68 lua_pop(L, 2); /* remove pushed values */ in pushglobalfuncname() 237 lua_pop(L, 1); in luaL_newmetatable() 258 lua_pop(L, 2); /* remove both metatables */ in luaL_testudata() 486 lua_pop(L, 1); /* remove from stack */ in luaL_ref() 492 lua_pop(L, 1); /* remove it from stack */ in luaL_ref() 562 lua_pop(L, 2); /* remove metatable and metafield */ in luaL_getmetafield() 589 lua_pop(L, 1); /* remove object */ in luaL_len() 634 lua_pop(L, 1); /* remove this nil */ in luaL_findtable() [all …]
|
H A D | lcorolib.c | 34 lua_pop(co, nres); /* remove results anyway */ in auxresume()
|
H A D | lstrlib.c | 756 lua_pop(L, 1); in add_value() 993 lua_pop(L, 1); /* remove result from 'luaL_tolstring' */ in str_format() 1036 lua_pop(L, 1); /* pop dummy string */ in createmetatable() 1039 lua_pop(L, 1); /* pop metatable */ in createmetatable()
|
H A D | lua.h | 322 #define lua_pop(L,n) lua_settop(L, -(n)-1) macro
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zcp.c | 326 lua_pop(state, 1); in zcp_table_to_nvlist() 500 lua_pop(state, 1); in zcp_nvlist_to_lua() 1061 lua_pop(state, 1); in zcp_eval() 1171 lua_pop(state, 1); in zcp_run_info()
|
H A D | zcp_iter.c | 521 lua_pop(state, 1); in zcp_load_list_lib()
|