/l4re-core-master/lua/lib/contrib/src/ |
A D | lutf8lib.c | 107 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 D | lmathlib.c | 33 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 D | lbaselib.c | 105 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 D | ldblib.c | 117 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 D | lstrlib.c | 58 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 D | loslib.c | 68 #define l_pushtime(L,t) lua_pushinteger(L,(lua_Integer)(t)) 214 lua_pushinteger(L, (lua_Integer)value + delta); in setfield()
|
A D | lauxlib.c | 257 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 D | lua.h | 235 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 D | liolib.c | 367 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 D | ltablib.c | 187 lua_pushinteger(L, n); in tpack()
|
A D | lua.c | 651 lua_pushinteger(L, argc); /* 1st argument */ in main()
|
A D | luac.c | 206 lua_pushinteger(L,argc); in main()
|
A D | lapi.c | 507 LUA_API void lua_pushinteger (lua_State *L, lua_Integer n) { in lua_pushinteger() function
|
/l4re-core-master/ned/server/src/ |
A D | lua_factory.cc | 40 lua_pushinteger(l, r); in __error() 78 lua_pushinteger(l, objt); in __alloc()
|
A D | lua_debug_obj.cc | 34 lua_pushinteger(l, ret); in __debug()
|
A D | lua_exec.cc | 378 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 D | lua_cap.cc | 142 lua_pushinteger(l, c->rights()); in __set_mode_call() 302 lua_pushinteger(l, proto); in register_cap()
|
A D | lua_ns.cc | 80 lua_pushinteger(l, L4_FPAGE_RO); in __query()
|
A D | lua_cap.h | 163 lua_pushinteger(l, proto); in register_cap_type()
|
A D | lua.cc | 262 lua_pushinteger(L, arg_idx); in lua()
|