Lines Matching refs:lua_pushinteger
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()
1731 lua_pushinteger(L, (lua_Integer)totalsize);
1793 lua_pushinteger(L, res);
1843 lua_pushinteger(L, pos + 1); /* next position */