Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dlutf8lib.c107 lua_pushinteger(L, posi + 1); /* ... and current position */ in utflen()
113 lua_pushinteger(L, n); in utflen()
144 lua_pushinteger(L, code); in codepoint()
217 lua_pushinteger(L, posi + 1); in byteoffset()
241 lua_pushinteger(L, n + 1); in iter_aux()
242 lua_pushinteger(L, code); in iter_aux()
262 lua_pushinteger(L, 0); in iter_codes()
A Dlmathlib.c33 lua_pushinteger(L, n); in math_abs()
77 lua_pushinteger(L, n); in math_toint()
89 lua_pushinteger(L, n); /* result is integer */ in pushnumint()
125 lua_pushinteger(L, lua_tointeger(L, 1) % d); in math_fmod()
571 lua_pushinteger(L, I2UInt(rv)); /* full random integer */ in math_random()
587 lua_pushinteger(L, p + (lua_Unsigned)low); in math_random()
601 lua_pushinteger(L, n1); in setseed()
602 lua_pushinteger(L, n2); in setseed()
684 lua_pushinteger(L, e); in math_frexp()
757 lua_pushinteger(L, LUA_MAXINTEGER); in luaopen_math()
[all …]
A Dlbaselib.c105 lua_pushinteger(L, n); in luaB_tonumber()
161 lua_pushinteger(L, lua_rawlen(L, 1)); in luaB_rawlen()
216 lua_pushinteger(L, previous); in luaB_collectgarbage()
237 lua_pushinteger(L, res); in luaB_collectgarbage()
284 lua_pushinteger(L, i); in ipairsaux()
297 lua_pushinteger(L, 0); /* initial value */ in luaB_ipairs()
420 lua_pushinteger(L, n-1); in luaB_select()
A Dldblib.c117 lua_pushinteger(L, v); in settabsi()
331 lua_pushinteger(L, ar->currentline); /* push current line */ in hookf()
415 lua_pushinteger(L, lua_gethookcount(L1)); /* 3rd result = count */ in db_gethook()
452 lua_pushinteger(L, res); in db_setcstacklimit()
A Dlstrlib.c58 lua_pushinteger(L, (lua_Integer)l); in str_len()
190 lua_pushinteger(L, uchar(s[posi+i-1])); in str_byte()
716 lua_pushinteger(ms->L, (ms->capture[i].init - ms->src_init) + 1); in get_onecapture()
787 lua_pushinteger(L, (s2 - s) + 1); in str_find_aux()
788 lua_pushinteger(L, (s2 - s) + lp); in str_find_aux()
805 lua_pushinteger(L, (s1 - s) + 1); /* start */ in str_find_aux()
806 lua_pushinteger(L, res - s); /* end */ in str_find_aux()
981 lua_pushinteger(L, n); /* number of substitutions */ in str_gsub()
1658 lua_pushinteger(L, (lua_Integer)totalsize); in str_packsize()
1720 lua_pushinteger(L, res); in str_unpack()
[all …]
A Dloslib.c68 #define l_pushtime(L,t) lua_pushinteger(L,(lua_Integer)(t))
214 lua_pushinteger(L, (lua_Integer)value + delta); in setfield()
A Dlauxlib.c257 lua_pushinteger(L, en); in luaL_fileresult()
296 lua_pushinteger(L, stat); in luaL_execresult()
669 lua_pushinteger(L, 0); /* initialize as an empty list */ in luaL_ref()
694 lua_pushinteger(L, ref); in luaL_unref()
A Dlua.h235 LUA_API void (lua_pushinteger) (lua_State *L, lua_Integer n); variable
406 #define lua_pushunsigned(L,n) lua_pushinteger(L, (lua_Integer)(n))
A Dliolib.c367 lua_pushinteger(L, n); /* number of arguments to read */ in aux_lines()
710 lua_pushinteger(L, (lua_Integer)l_ftell(f)); in f_seek()
A Dltablib.c187 lua_pushinteger(L, n); in tpack()
A Dlua.c651 lua_pushinteger(L, argc); /* 1st argument */ in main()
A Dluac.c206 lua_pushinteger(L,argc); in main()
A Dlapi.c507 LUA_API void lua_pushinteger (lua_State *L, lua_Integer n) { in lua_pushinteger() function
/l4re-core-master/ned/server/src/
A Dlua_factory.cc40 lua_pushinteger(l, r); in __error()
78 lua_pushinteger(l, objt); in __alloc()
A Dlua_debug_obj.cc34 lua_pushinteger(l, ret); in __debug()
A Dlua_exec.cc378 lua_pushinteger(l, t->exit_code()); in __task_exit_code()
394 lua_pushinteger(l, t->exit_code()); in __task_wait()
412 lua_pushinteger(l, t->exit_code()); in __task_kill()
A Dlua_cap.cc142 lua_pushinteger(l, c->rights()); in __set_mode_call()
302 lua_pushinteger(l, proto); in register_cap()
A Dlua_ns.cc80 lua_pushinteger(l, L4_FPAGE_RO); in __query()
A Dlua_cap.h163 lua_pushinteger(l, proto); in register_cap_type()
A Dlua.cc262 lua_pushinteger(L, arg_idx); in lua()

Completed in 32 milliseconds