Home
last modified time | relevance | path

Searched refs:lua_pushinteger (Results 1 – 12 of 12) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlbaselib.c137 lua_pushinteger(L, lua_rawlen(L, 1)); in luaB_rawlen()
174 lua_pushinteger(L, b); in luaB_collectgarbage()
182 lua_pushinteger(L, res); in luaB_collectgarbage()
202 if (iszero) lua_pushinteger(L, 0); /* and initial value */ in pairsmeta()
234 lua_pushinteger(L, i); in ipairsaux()
356 lua_pushinteger(L, n-1); in luaB_select()
Dlstrlib.c40 lua_pushinteger(L, (lua_Integer)l); in str_len()
147 lua_pushinteger(L, uchar(s[posi+i-1])); in str_byte()
548 lua_pushinteger(ms->L, ms->capture[i].init - ms->src_init + 1); in push_onecapture()
592 lua_pushinteger(L, s2 - s + 1); in str_find_aux()
593 lua_pushinteger(L, s2 - s + lp); in str_find_aux()
615 lua_pushinteger(L, s1 - s + 1); /* start */ in str_find_aux()
616 lua_pushinteger(L, res - s); /* end */ in str_find_aux()
659 lua_pushinteger(L, newstart); in gmatch_aux()
672 lua_pushinteger(L, 0); in gmatch()
775 lua_pushinteger(L, n); /* number of substitutions */ in str_gsub()
Dldblib.c78 lua_pushinteger(L, v); in settabsi()
268 lua_pushinteger(L, ar->currentline); in hookf()
339 lua_pushinteger(L, lua_gethookcount(L1)); in db_gethook()
Dlauxlib.c219 lua_pushinteger(L, en); in luaL_fileresult()
258 lua_pushinteger(L, stat); in luaL_execresult()
548 lua_pushinteger(L, ref); in luaL_unref()
Dlmathlib.c157 lua_pushinteger(L, e); in math_frexp()
Dltablib.c122 lua_pushinteger(L, n); in pack()
Dloslib.c137 lua_pushinteger(L, value); in setfield()
Dluac.c198 lua_pushinteger(L,argc); in main()
Dlua.c489 lua_pushinteger(L, argc); /* 1st argument */ in main()
Dliolib.c309 lua_pushinteger(L, n); /* number of arguments to read */ in aux_lines()
Dlapi.c483 LUA_API void lua_pushinteger (lua_State *L, lua_Integer n) { in lua_pushinteger() function
/device/linaro/bootloader/edk2/StdLib/Include/Lua/
Dlua.h207 LUA_API void (lua_pushinteger) (lua_State *L, lua_Integer n); variable