Searched refs:lua_pop (Results 1 – 11 of 11) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
D | ltablib.c | 29 lua_pop(L, 1); /* remove value */ in maxn() 177 lua_pop(L, 1); in sort_comp() 193 lua_pop(L, 2); in auxsort() 201 lua_pop(L, 1); /* remove a[l] */ in auxsort() 206 lua_pop(L, 2); in auxsort() 219 lua_pop(L, 1); /* remove a[i] */ in auxsort() 224 lua_pop(L, 1); /* remove a[j] */ in auxsort() 227 lua_pop(L, 3); /* pop pivot, a[i], a[j] */ in auxsort()
|
D | loadlib.c | 256 lua_pop(L, 2); /* pop CLIBS table and 'plib' */ in ll_checkclib() 267 lua_pop(L, 1); /* pop CLIBS table */ in ll_addtoclib() 280 lua_pop(L, 1); /* pop handle */ in gctm() 489 lua_pop(L, 1); /* remove nil */ in findloader() 499 lua_pop(L, 1); /* remove extra return */ in findloader() 503 lua_pop(L, 2); /* remove both returns */ in findloader() 516 lua_pop(L, 1); /* remove 'getfield' result */ in ll_require() 554 lua_pop(L, 1); /* remove function */ in set_env() 592 lua_pop(L, 1); in ll_module() 594 lua_pop(L, 1); in ll_module() [all …]
|
D | lauxlib.c | 50 lua_pop(L, 1); /* remove value (but keep name) */ in findfield() 61 lua_pop(L, 1); /* remove value */ in findfield() 73 lua_pop(L, 2); /* remove pushed values */ in pushglobalfuncname() 276 lua_pop(L, 1); in luaL_newmetatable() 297 lua_pop(L, 2); /* remove both metatables */ in luaL_testudata() 525 lua_pop(L, 1); /* remove from stack */ in luaL_ref() 531 lua_pop(L, 1); /* remove it from stack */ in luaL_ref() 705 lua_pop(L, 2); /* remove metatable and metafield */ in luaL_getmetafield() 732 lua_pop(L, 1); /* remove object */ in luaL_len() 777 lua_pop(L, 1); /* remove this nil */ in luaL_findtable() [all …]
|
D | linit.c | 57 lua_pop(L, 1); /* remove lib */ in luaL_openlibs() 65 lua_pop(L, 1); /* remove _PRELOAD table */ in luaL_openlibs()
|
D | lua.c | 140 lua_pop(L, 1); in report() 155 lua_pop(L, 1); in finalreport() 252 lua_pop(L, 1); in incomplete() 266 lua_pop(L, 1); /* remove result from 'get_prompt' */ in pushline() 339 lua_pop(L, narg); in handle_script()
|
D | lbaselib.c | 39 lua_pop(L, 1); /* pop result */ in luaB_print() 250 lua_pop(L, 1); /* remove 'env' if not used by previous call */ in load_aux() 298 lua_pop(L, 1); /* pop result */ in generic_reader()
|
D | loslib.c | 152 lua_pop(L, 1); in getboolfield() 166 lua_pop(L, 1); in getfield()
|
D | lcorolib.c | 35 lua_pop(co, nres); /* remove results anyway */ in auxresume()
|
D | lstrlib.c | 726 lua_pop(L, 1); in add_value() 961 lua_pop(L, 1); /* remove result from 'luaL_tolstring' */ in str_format() 1004 lua_pop(L, 1); /* pop dummy string */ in createmetatable() 1007 lua_pop(L, 1); /* pop metatable */ in createmetatable()
|
D | liolib.c | 467 lua_pop(L, 1); /* remove last result */ in g_read() 628 lua_pop(L, 1); /* pop new metatable */ in createmeta()
|
/device/linaro/bootloader/edk2/StdLib/Include/Lua/ |
D | lua.h | 323 #define lua_pop(L,n) lua_settop(L, -(n)-1) macro
|