Home
last modified time | relevance | path

Searched refs:lua_pop (Results 1 – 25 of 40) sorted by relevance

12

/freebsd/contrib/lutok/
H A Dstate_test.cpp74 lua_pop(raw(state), 1); in is_available()
206 lua_pop(raw(state), 1); in ATF_TEST_CASE_BODY()
216 lua_pop(raw(state), 1); in ATF_TEST_CASE_BODY()
230 lua_pop(raw(state), 2); in ATF_TEST_CASE_BODY()
245 lua_pop(raw(state), 2); in ATF_TEST_CASE_BODY()
258 lua_pop(raw(state), 1); in ATF_TEST_CASE_BODY()
277 lua_pop(raw(state), 4); in ATF_TEST_CASE_BODY()
288 lua_pop(raw(state), 1); in ATF_TEST_CASE_BODY()
302 lua_pop(raw(state), 2); in ATF_TEST_CASE_BODY()
314 lua_pop(raw(state), 2); in ATF_TEST_CASE_BODY()
[all …]
H A Dstate.cpp562 lua_pop(_pimpl->lua_state, 1); in next()
566 lua_pop(_pimpl->lua_state, 1); in next()
607 lua_pop(_pimpl->lua_state, 1); in open_string()
626 lua_pop(_pimpl->lua_state, 1); in open_table()
657 lua_pop(_pimpl->lua_state, count); in pop()
784 lua_pop(_pimpl->lua_state, 1); in set_global()
815 lua_pop(_pimpl->lua_state, 2); in set_table()
H A Ddebug_test.cpp57 lua_pop(raw(state), 1); in ATF_TEST_CASE_BODY()
H A Dexceptions.cpp87 lua_pop(raw_state, 1); in from_stack()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DLua.cpp58 lua_pop(m_lua_state, 1); in Run()
71 lua_pop(m_lua_state, 2); in RegisterBreakpointCallback()
99 lua_pop(m_lua_state, 2); in RegisterWatchpointCallback()
121 lua_pop(m_lua_state, 1); in CheckSyntax()
129 lua_pop(m_lua_state, 1); in CheckSyntax()
152 lua_pop(m_lua_state, 1); in LoadModule()
171 lua_pop(m_lua_state, 1); in ChangeIO()
173 lua_pop(m_lua_state, 2); in ChangeIO()
182 lua_pop(m_lua_state, 1); in ChangeIO()
184 lua_pop(m_lua_state, 2); in ChangeIO()
[all …]
/freebsd/sys/contrib/openzfs/module/lua/
H A Dltablib.c27 lua_pop(L, 1); /* remove value */ in maxn()
176 lua_pop(L, 1); in sort_comp()
192 lua_pop(L, 2); in auxsort()
200 lua_pop(L, 1); /* remove a[l] */ in auxsort()
205 lua_pop(L, 2); in auxsort()
218 lua_pop(L, 1); /* remove a[i] */ in auxsort()
223 lua_pop(L, 1); /* remove a[j] */ in auxsort()
226 lua_pop(L, 3); /* pop pivot, a[i], a[j] */ in auxsort()
H A Dlauxlib.c43 lua_pop(L, 1); /* remove value (but keep name) */ in findfield()
54 lua_pop(L, 1); /* remove value */ in findfield()
66 lua_pop(L, 2); /* remove pushed values */ in pushglobalfuncname()
235 lua_pop(L, 1); in luaL_newmetatable()
256 lua_pop(L, 2); /* remove both metatables */ in luaL_testudata()
484 lua_pop(L, 1); /* remove from stack */ in luaL_ref()
490 lua_pop(L, 1); /* remove it from stack */ in luaL_ref()
560 lua_pop(L, 2); /* remove metatable and metafield */ in luaL_getmetafield()
587 lua_pop(L, 1); /* remove object */ in luaL_len()
632 lua_pop(L, 1); /* remove this nil */ in luaL_findtable()
[all …]
/freebsd/contrib/lua/src/
H A Dloadlib.c289 lua_pop(L, 1); /* remove value */ in noenv()
326 lua_pop(L, 1); /* pop versioned variable name ('nver') */ in setpath()
340 lua_pop(L, 2); /* pop CLIBS table and 'plib' */ in checkclib()
355 lua_pop(L, 1); /* pop CLIBS table */ in addtoclib()
368 lua_pop(L, 1); /* pop handle */ in gctm()
636 lua_pop(L, 1); /* remove nil */ in findloader()
646 lua_pop(L, 1); /* remove extra return */ in findloader()
650 lua_pop(L, 2); /* remove both returns */ in findloader()
665 lua_pop(L, 1); /* remove 'getfield' result */ in ll_require()
676 lua_pop(L, 1); /* pop nil */ in ll_require()
[all …]
H A Dltablib.c53 lua_pop(L, n); /* pop metatable and tested metamethods */ in checktab()
285 lua_pop(L, 1); /* pop result */ in sort_comp()
307 lua_pop(L, 1); /* remove a[i] */ in partition()
314 lua_pop(L, 1); /* remove a[j] */ in partition()
319 lua_pop(L, 1); /* pop a[j] */ in partition()
356 lua_pop(L, 2); /* remove both values */ in auxsort()
368 lua_pop(L, 1); /* remove a[lo] */ in auxsort()
373 lua_pop(L, 2); in auxsort()
H A Dlauxlib.c59 lua_pop(L, 1); /* remove value (but keep name) */ in findfield()
70 lua_pop(L, 1); /* remove value */ in findfield()
314 lua_pop(L, 1); in luaL_newmetatable()
337 lua_pop(L, 2); /* remove both metatables */ in luaL_testudata()
626 lua_pop(L, 1); /* pop string */ in luaL_addvalue()
664 lua_pop(L, 1); /* remove from stack */ in luaL_ref()
677 lua_pop(L, 1); /* remove element from stack */ in luaL_ref()
859 lua_pop(L, 2); /* remove metatable and metafield */ in luaL_getmetafield()
884 lua_pop(L, 1); /* remove object */ in luaL_len()
946 lua_pop(L, nup); /* remove upvalues */ in luaL_setfuncs()
[all …]
H A Dlua.c125 lua_pop(L, 1); /* remove message */ in report()
485 lua_pop(L, 1); in incomplete()
504 lua_pop(L, 1); /* remove prompt */ in pushline()
531 lua_pop(L, 2); /* pop result from 'luaL_loadbuffer' and modified line */ in addreturn()
H A Dlinit.c62 lua_pop(L, 1); /* remove lib */ in luaL_openlibs()
H A Dlbaselib.c33 lua_pop(L, 1); /* pop result */ in luaB_print()
328 lua_pop(L, 1); /* remove 'env' if not used by previous call */ in load_aux()
376 lua_pop(L, 1); /* pop result */ in generic_reader()
H A Dlua.h376 #define lua_pop(L,n) lua_settop(L, -(n)-1) macro
403 #define lua_remove(L,idx) (lua_rotate(L, (idx), -1), lua_pop(L, 1))
405 #define lua_replace(L,idx) (lua_copy(L, -1, (idx)), lua_pop(L, 1))
H A Dltests.h109 lua_pop(L, 1); }
/freebsd/stand/common/
H A Dinterp_lua.c127 lua_pop(luap, 1); /* remove lib */ in interp_preinit()
155 lua_pop(luap, 1); in interp_init()
175 lua_pop(luap, 1); in interp_run()
190 lua_pop(luap, 1); in interp_run()
/freebsd/contrib/llvm-project/lldb/bindings/lua/
H A Dlua-wrapper.swig33 lua_pop(L, 1);
39 lua_pop(L, 1);
63 lua_pop(L, 1);
69 lua_pop(L, 1);
H A Dlua-typemaps.swig95 lua_pop(L, 1); // Blow away the previous result
125 lua_pop(L, 1); // Blow away the previous result
206 lua_pop(L, 1);
210 lua_pop(L, 1);
278 lua_pop(L, 1);
282 lua_pop(L, 1);
/freebsd/contrib/libucl/lua/
H A Dlua_ucl.c370 lua_pop (L, 1); in ucl_object_lua_fromtable()
397 lua_pop (L, 2); in ucl_object_lua_fromtable()
428 lua_pop (L, 1); in ucl_object_lua_fromtable()
452 lua_pop (L, 2); in ucl_object_lua_fromtable()
516 lua_pop (L, 2); in ucl_object_lua_fromelt()
778 for (lua_pushnil (L); lua_next (L, 2); lua_pop (L, 1)) { in lua_ucl_parser_register_variables()
783 lua_pop (L, 1); in lua_ucl_parser_register_variables()
1248 lua_pop (L, 1); in lua_ucl_parser_mt()
1280 lua_pop (L, 1); in lua_ucl_object_mt()
1297 lua_pop (L, 1); in lua_ucl_types_mt()
[all …]
/freebsd/stand/kboot/kboot/
H A Dlua_bindings.c16 lua_pop(L, 1); /* Remove lib */ in lua_hash_bindings()
/freebsd/libexec/flua/libjail/
H A Dlua_jail.c254 lua_pop(L, 1); in register_jail_metatable()
335 lua_pop(L, 1); in getparam_table()
475 lua_pop(L, 1); in l_setparams()
551 lua_pop(L, 1); in l_setparams()
/freebsd/stand/liblua/
H A Dlpager.c51 lua_pop(L, -1); in lpager_output()
H A Dgfx_utils.c253 lua_pop(L, 1); /* Remove lib */ in gfx_init_md()
267 lua_pop(L, 1); in gfx_init_md()
/freebsd/libexec/flua/
H A Dlinit_flua.c24 ** lua_pop(L, 1); // remove PRELOAD table
77 lua_pop(L, 1); /* remove lib */ in luaL_openlibs()
/freebsd/libexec/flua/modules/
H A Dlfbsd.c59 lua_pop(L, 1); in luaL_checkarraystrings()

12