Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlbaselib.c121 lua_pushinteger(L, lua_rawlen(L, 1)); in luaB_rawlen()
158 lua_pushinteger(L, b); in luaB_collectgarbage()
166 lua_pushinteger(L, res); in luaB_collectgarbage()
186 if (iszero) lua_pushinteger(L, 0); /* and initial value */ in pairsmeta()
218 lua_pushinteger(L, i); in ipairsaux()
239 lua_pushinteger(L, n-1); in luaB_select()
H A Dlstrlib.c63 lua_pushinteger(L, (lua_Integer)l); in str_len()
170 lua_pushinteger(L, uchar(s[posi+i-1])); in str_byte()
578 lua_pushinteger(ms->L, ms->capture[i].init - ms->src_init + 1); in push_onecapture()
622 lua_pushinteger(L, s2 - s + 1); in str_find_aux()
623 lua_pushinteger(L, s2 - s + lp); in str_find_aux()
645 lua_pushinteger(L, s1 - s + 1); /* start */ in str_find_aux()
646 lua_pushinteger(L, res - s); /* end */ in str_find_aux()
689 lua_pushinteger(L, newstart); in gmatch_aux()
702 lua_pushinteger(L, 0); in str_gmatch()
805 lua_pushinteger(L, n); /* number of substitutions */ in str_gsub()
H A Dltablib.c122 lua_pushinteger(L, n); in pack()
H A Dlua.h206 LUA_API void (lua_pushinteger) (lua_State *L, lua_Integer n); variable
H A Dlauxlib.c509 lua_pushinteger(L, ref); in luaL_unref()
H A Dlapi.c482 LUA_API void lua_pushinteger (lua_State *L, lua_Integer n) { in lua_pushinteger() function
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzcp.c489 (void) lua_pushinteger(state, i); in zcp_nvlist_to_lua()
536 (void) lua_pushinteger(state, fnvpair_value_int64(pair)); in zcp_nvpair_value_to_lua()
548 (void) lua_pushinteger(state, i + 1); in zcp_nvpair_value_to_lua()
560 (void) lua_pushinteger(state, i + 1); in zcp_nvpair_value_to_lua()
561 (void) lua_pushinteger(state, intarr[i]); in zcp_nvpair_value_to_lua()
572 (void) lua_pushinteger(state, i + 1); in zcp_nvpair_value_to_lua()
573 (void) lua_pushinteger(state, intarr[i]); in zcp_nvpair_value_to_lua()
1297 lua_pushinteger(state, i + 1); in zcp_parse_table_args()
1316 lua_pushinteger(state, i + 1); in zcp_parse_table_args()