Lines Matching refs:lua_geti
77 lua_geti(L, 1, i - 1); in tinsert()
98 lua_geti(L, 1, pos); /* result = t[pos] */ in tremove()
100 lua_geti(L, 1, pos + 1); in tremove()
131 lua_geti(L, 1, f + i); in tmove()
137 lua_geti(L, 1, f + i); in tmove()
148 lua_geti(L, 1, i); in addfield()
204 lua_geti(L, 1, i); in tunpack()
206 lua_geti(L, 1, e); /* push last element */ in tunpack()
304 while ((void)lua_geti(L, 1, ++i), sort_comp(L, -1, -2)) { in partition()
311 while ((void)lua_geti(L, 1, --j), sort_comp(L, -3, -1)) { in partition()
351 lua_geti(L, 1, lo); in auxsort()
352 lua_geti(L, 1, up); in auxsort()
363 lua_geti(L, 1, p); in auxsort()
364 lua_geti(L, 1, lo); in auxsort()
369 lua_geti(L, 1, up); in auxsort()
377 lua_geti(L, 1, p); /* get middle element (Pivot) */ in auxsort()
379 lua_geti(L, 1, up - 1); /* push a[up - 1] */ in auxsort()