| /freebsd-14.2/contrib/lutok/ |
| H A D | state_test.cpp | 74 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 D | state.cpp | 562 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 D | debug_test.cpp | 57 lua_pop(raw(state), 1); in ATF_TEST_CASE_BODY()
|
| H A D | exceptions.cpp | 87 lua_pop(raw_state, 1); in from_stack()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/ |
| H A D | Lua.cpp | 58 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-14.2/sys/contrib/openzfs/module/lua/ |
| H A D | ltablib.c | 27 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 D | lauxlib.c | 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() 484 lua_pop(L, 1); /* remove from stack */ in luaL_ref() 490 lua_pop(L, 1); /* remove it from stack */ in luaL_ref() 587 lua_pop(L, 1); /* remove object */ in luaL_len() 632 lua_pop(L, 1); /* remove this nil */ in luaL_findtable() 692 lua_pop(L, nup); /* remove upvalues */ in luaL_openlib() 713 lua_pop(L, nup); /* remove upvalues */ in luaL_setfuncs() 749 lua_pop(L, 1); /* remove _LOADED table */ in luaL_requiref() [all …]
|
| /freebsd-14.2/contrib/lua/src/ |
| H A D | loadlib.c | 289 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 D | ltablib.c | 53 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 D | lauxlib.c | 59 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() 884 lua_pop(L, 1); /* remove object */ in luaL_len() 946 lua_pop(L, nup); /* remove upvalues */ in luaL_setfuncs() 958 lua_pop(L, 1); /* remove previous result */ in luaL_getsubtable() [all …]
|
| H A D | lua.c | 125 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 D | linit.c | 62 lua_pop(L, 1); /* remove lib */ in luaL_openlibs()
|
| H A D | lbaselib.c | 33 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 D | lua.h | 376 #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 D | ltests.h | 109 lua_pop(L, 1); }
|
| /freebsd-14.2/stand/common/ |
| H A D | interp_lua.c | 123 lua_pop(luap, 1); /* remove lib */ in interp_init() 136 lua_pop(luap, 1); in interp_init() 156 lua_pop(luap, 1); in interp_run() 171 lua_pop(luap, 1); in interp_run()
|
| /freebsd-14.2/contrib/llvm-project/lldb/bindings/lua/ |
| H A D | lua-wrapper.swig | 33 lua_pop(L, 1); 39 lua_pop(L, 1); 63 lua_pop(L, 1); 69 lua_pop(L, 1);
|
| H A D | lua-typemaps.swig | 95 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-14.2/contrib/libucl/lua/ |
| H A D | lua_ucl.c | 370 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() 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() 1310 lua_pop (L, 1); in lua_ucl_types_mt() 1323 lua_pop (L, 1); in lua_ucl_types_mt() [all …]
|
| /freebsd-14.2/stand/kboot/kboot/ |
| H A D | lua_bindings.c | 16 lua_pop(L, 1); /* Remove lib */ in lua_hash_bindings()
|
| /freebsd-14.2/lib/flua/libjail/ |
| H A D | lua_jail.c | 255 lua_pop(L, 1); in register_jail_metatable() 336 lua_pop(L, 1); in getparam_table() 476 lua_pop(L, 1); in l_setparams() 552 lua_pop(L, 1); in l_setparams()
|
| /freebsd-14.2/stand/liblua/ |
| H A D | lpager.c | 51 lua_pop(L, -1); in lpager_output()
|
| H A D | gfx_utils.c | 253 lua_pop(L, 1); /* Remove lib */ in gfx_init_md() 267 lua_pop(L, 1); in gfx_init_md()
|
| /freebsd-14.2/libexec/flua/ |
| H A D | linit_flua.c | 73 lua_pop(L, 1); /* remove lib */ in luaL_openlibs()
|
| /freebsd-14.2/lib/flua/libhash/ |
| H A D | lhash.c | 159 lua_pop(L, 1); // meta -- in register_metatable_sha256()
|