Lines Matching refs:lua_geti
76 lua_geti(L, 1, i - 1); in tinsert()
97 lua_geti(L, 1, pos); /* result = t[pos] */ in tremove()
99 lua_geti(L, 1, pos + 1); in tremove()
130 lua_geti(L, 1, f + i); in tmove()
136 lua_geti(L, 1, f + i); in tmove()
147 lua_geti(L, 1, i); in addfield()
202 lua_geti(L, 1, i); in tunpack()
204 lua_geti(L, 1, e); /* push last element */ in tunpack()
302 while ((void)lua_geti(L, 1, ++i), sort_comp(L, -1, -2)) { in partition()
309 while ((void)lua_geti(L, 1, --j), sort_comp(L, -3, -1)) { in partition()
349 lua_geti(L, 1, lo); in auxsort()
350 lua_geti(L, 1, up); in auxsort()
361 lua_geti(L, 1, p); in auxsort()
362 lua_geti(L, 1, lo); in auxsort()
367 lua_geti(L, 1, up); in auxsort()
375 lua_geti(L, 1, p); /* get middle element (Pivot) */ in auxsort()
377 lua_geti(L, 1, up - 1); /* push a[up - 1] */ in auxsort()