Lines Matching refs:lua_pushinteger
57 lua_pushinteger(L, (lua_Integer)l); in str_len()
162 lua_pushinteger(L, uchar(s[posi+i-1])); in str_byte()
562 lua_pushinteger(ms->L, (ms->capture[i].init - ms->src_init) + 1); in push_onecapture()
606 lua_pushinteger(L, (s2 - s) + 1); in str_find_aux()
607 lua_pushinteger(L, (s2 - s) + lp); in str_find_aux()
629 lua_pushinteger(L, (s1 - s) + 1); /* start */ in str_find_aux()
630 lua_pushinteger(L, res - s); /* end */ in str_find_aux()
673 lua_pushinteger(L, newstart); in gmatch_aux()
686 lua_pushinteger(L, 0); in gmatch()
791 lua_pushinteger(L, n); /* number of substitutions */ in str_gsub()
1392 lua_pushinteger(L, (lua_Integer)totalsize); in str_packsize()
1454 lua_pushinteger(L, res); in str_unpack()
1492 lua_pushinteger(L, pos + 1); /* next position */ in str_unpack()