Lines Matching refs:lua_pushinteger
58 lua_pushinteger(L, (lua_Integer)l); in str_len()
189 lua_pushinteger(L, uchar(s[posi+i-1])); in str_byte()
713 lua_pushinteger(ms->L, (ms->capture[i].init - ms->src_init) + 1); in get_onecapture()
784 lua_pushinteger(L, (s2 - s) + 1); in str_find_aux()
785 lua_pushinteger(L, (s2 - s) + lp); in str_find_aux()
802 lua_pushinteger(L, (s1 - s) + 1); /* start */ in str_find_aux()
803 lua_pushinteger(L, res - s); /* end */ in str_find_aux()
978 lua_pushinteger(L, n); /* number of substitutions */ in str_gsub()
1654 lua_pushinteger(L, (lua_Integer)totalsize); in str_packsize()
1716 lua_pushinteger(L, res); in str_unpack()
1754 lua_pushinteger(L, pos + 1); /* next position */ in str_unpack()