Lines Matching refs:lua_geti
92 lua_geti(L, 1, i - 1); in tinsert()
111 lua_geti(L, 1, pos); /* result = t[pos] */ in tremove()
113 lua_geti(L, 1, pos + 1); in tremove()
144 lua_geti(L, 1, f + i); in tmove()
150 lua_geti(L, 1, f + i); in tmove()
161 lua_geti(L, 1, i); in addfield()
216 lua_geti(L, 1, i); in unpack()
218 lua_geti(L, 1, e); /* push last element */ in unpack()
316 while (lua_geti(L, 1, ++i), sort_comp(L, -1, -2)) { in partition()
323 while (lua_geti(L, 1, --j), sort_comp(L, -3, -1)) { in partition()
363 lua_geti(L, 1, lo); in auxsort()
364 lua_geti(L, 1, up); in auxsort()
375 lua_geti(L, 1, p); in auxsort()
376 lua_geti(L, 1, lo); in auxsort()
381 lua_geti(L, 1, up); in auxsort()
389 lua_geti(L, 1, p); /* get middle element (Pivot) */ in auxsort()
391 lua_geti(L, 1, up - 1); /* push a[up - 1] */ in auxsort()