Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlbaselib.c119 lua_pushinteger(L, lua_rawlen(L, 1)); in luaB_rawlen()
156 lua_pushinteger(L, b); in luaB_collectgarbage()
164 lua_pushinteger(L, res); in luaB_collectgarbage()
184 if (iszero) lua_pushinteger(L, 0); /* and initial value */ in pairsmeta()
216 lua_pushinteger(L, i); in ipairsaux()
237 lua_pushinteger(L, n-1); in luaB_select()
H A Dlstrlib.c50 lua_pushinteger(L, (lua_Integer)l); in str_len()
157 lua_pushinteger(L, uchar(s[posi+i-1])); in str_byte()
559 lua_pushinteger(ms->L, ms->capture[i].init - ms->src_init + 1); in push_onecapture()
603 lua_pushinteger(L, s2 - s + 1); in str_find_aux()
604 lua_pushinteger(L, s2 - s + lp); in str_find_aux()
626 lua_pushinteger(L, s1 - s + 1); /* start */ in str_find_aux()
627 lua_pushinteger(L, res - s); /* end */ in str_find_aux()
670 lua_pushinteger(L, newstart); in gmatch_aux()
683 lua_pushinteger(L, 0); in str_gmatch()
786 lua_pushinteger(L, n); /* number of substitutions */ in str_gsub()
H A Dltablib.c121 lua_pushinteger(L, n); in pack()
H A Dlapi.c480 LUA_API void lua_pushinteger (lua_State *L, lua_Integer n) { in lua_pushinteger() function
1324 EXPORT_SYMBOL(lua_pushinteger);
H A Dlauxlib.c508 lua_pushinteger(L, ref); in luaL_unref()
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlstrlib.c31 lua_pushinteger(L, l); in str_len()
120 lua_pushinteger(L, uchar(s[posi+i-1])); in str_byte()
478 lua_pushinteger(ms->L, ms->capture[i].init - ms->src_init + 1); in push_onecapture()
507 lua_pushinteger(L, s2-s+1); in str_find_aux()
508 lua_pushinteger(L, s2-s+l2); in str_find_aux()
524 lua_pushinteger(L, s1-s+1); /* start */ in str_find_aux()
525 lua_pushinteger(L, res-s); /* end */ in str_find_aux()
565 lua_pushinteger(L, newstart); in gmatch_aux()
578 lua_pushinteger(L, 0); in gmatch()
678 lua_pushinteger(L, n); /* number of substitutions */ in str_gsub()
H A Dloslib.c32 lua_pushinteger(L, en); in os_pushresult()
39 lua_pushinteger(L, system(luaL_optstring(L, 1, NULL))); in os_execute()
89 lua_pushinteger(L, value); in setfield()
H A Dlua_cmsgpack.c37 #define lua_pushunsigned(L, n) lua_pushinteger(L, n)
599 lua_pushinteger(L,(signed char)c->p[1]); in mp_decode_to_lua_type()
611 lua_pushinteger(L,(int16_t) in mp_decode_to_lua_type()
627 lua_pushinteger(L, in mp_decode_to_lua_type()
652 lua_pushinteger(L, in mp_decode_to_lua_type()
772 lua_pushinteger(L,(signed char)c->p[0]); in mp_decode_to_lua_type()
835 lua_pushinteger(L, c.left == 0 ? -1 : offset); in mp_unpack_full()
H A Dlbaselib.c188 lua_pushinteger(L, lua_getgccount(L)); in luaB_gcinfo()
251 lua_pushinteger(L, i); in ipairsaux()
261 lua_pushinteger(L, 0); /* and initial value */ in luaB_ipairs()
361 lua_pushinteger(L, n-1); in luaB_select()
H A Dldblib.c71 lua_pushinteger(L, v); in settabsi()
217 lua_pushinteger(L, ar->currentline); in hookf()
297 lua_pushinteger(L, lua_gethookcount(L1)); in db_gethook()
H A Dltablib.c28 lua_pushinteger(L, i); /* 1st argument */ in foreachi()
73 lua_pushinteger(L, aux_getn(L, 1)); in getn()
H A Dlua_struct.c359 lua_pushinteger(L, pos + 1); /* next position */ in b_unpack()
381 lua_pushinteger(L, pos); in b_size()
H A Dlauxlib.c308 lua_pushinteger(L, n); in luaL_setn()
314 lua_pushinteger(L, n); in luaL_setn()
509 lua_pushinteger(L, ref); in luaL_unref()
H A Dliolib.c42 lua_pushinteger(L, en); in pushresult()
452 lua_pushinteger(L, ftell(f)); in f_seek()
H A Dlmathlib.c142 lua_pushinteger(L, e); in math_frexp()
H A Dlua.c90 lua_pushinteger(L, 2); /* skip this function and traceback */ in traceback()
H A Dlua.h162 LUA_API void (lua_pushinteger) (lua_State *L, lua_Integer n); variable
H A Dlua_cjson.c233 lua_pushinteger(l, *setting); in json_integer_option()
H A Dlapi.c437 LUA_API void lua_pushinteger (lua_State *L, lua_Integer n) { in lua_pushinteger() function
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzcp.c493 (void) lua_pushinteger(state, i); in zcp_nvlist_to_lua()
540 (void) lua_pushinteger(state, fnvpair_value_int64(pair)); in zcp_nvpair_value_to_lua()
552 (void) lua_pushinteger(state, i + 1); in zcp_nvpair_value_to_lua()
564 (void) lua_pushinteger(state, i + 1); in zcp_nvpair_value_to_lua()
565 (void) lua_pushinteger(state, intarr[i]); in zcp_nvpair_value_to_lua()
576 (void) lua_pushinteger(state, i + 1); in zcp_nvpair_value_to_lua()
577 (void) lua_pushinteger(state, intarr[i]); in zcp_nvpair_value_to_lua()
1316 lua_pushinteger(state, i + 1); in zcp_parse_table_args()
1335 lua_pushinteger(state, i + 1); in zcp_parse_table_args()
/f-stack/freebsd/contrib/openzfs/include/sys/lua/
H A Dlua.h207 LUA_API void (lua_pushinteger) (lua_State *L, lua_Integer n); variable