Searched refs:lua_pushinteger (Results 1 – 12 of 12) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
D | lbaselib.c | 137 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()
|
D | lstrlib.c | 40 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()
|
D | ldblib.c | 78 lua_pushinteger(L, v); in settabsi() 268 lua_pushinteger(L, ar->currentline); in hookf() 339 lua_pushinteger(L, lua_gethookcount(L1)); in db_gethook()
|
D | lauxlib.c | 219 lua_pushinteger(L, en); in luaL_fileresult() 258 lua_pushinteger(L, stat); in luaL_execresult() 548 lua_pushinteger(L, ref); in luaL_unref()
|
D | lmathlib.c | 157 lua_pushinteger(L, e); in math_frexp()
|
D | ltablib.c | 122 lua_pushinteger(L, n); in pack()
|
D | loslib.c | 137 lua_pushinteger(L, value); in setfield()
|
D | luac.c | 198 lua_pushinteger(L,argc); in main()
|
D | lua.c | 489 lua_pushinteger(L, argc); /* 1st argument */ in main()
|
D | liolib.c | 309 lua_pushinteger(L, n); /* number of arguments to read */ in aux_lines()
|
D | lapi.c | 483 LUA_API void lua_pushinteger (lua_State *L, lua_Integer n) { in lua_pushinteger() function
|
/device/linaro/bootloader/edk2/StdLib/Include/Lua/ |
D | lua.h | 207 LUA_API void (lua_pushinteger) (lua_State *L, lua_Integer n); variable
|