Lines Matching refs:lua_pushinteger
62 lua_pushinteger(L, (lua_Integer)l); in str_len()
194 lua_pushinteger(L, uchar(s[posi+i-1])); in str_byte()
724 lua_pushinteger(ms->L, (ms->capture[i].init - ms->src_init) + 1); in get_onecapture()
795 lua_pushinteger(L, (s2 - s) + 1); in str_find_aux()
796 lua_pushinteger(L, (s2 - s) + lp); in str_find_aux()
813 lua_pushinteger(L, (s1 - s) + 1); /* start */ in str_find_aux()
814 lua_pushinteger(L, res - s); /* end */ in str_find_aux()
989 lua_pushinteger(L, n); /* number of substitutions */ in str_gsub()
1743 lua_pushinteger(L, (lua_Integer)totalsize); in str_packsize()
1805 lua_pushinteger(L, res); in str_unpack()
1853 lua_pushinteger(L, pos + 1); /* next position */ in str_unpack()