Lines Matching refs:lua_Integer
66 lua_Integer pos; /* where to insert new element */ in tinsert()
67 lua_Integer e = aux_getn(L, 1, TAB_RW); in tinsert()
75 lua_Integer i; in tinsert()
96 lua_Integer size = aux_getn(L, 1, TAB_RW); in tremove()
97 lua_Integer pos = luaL_optinteger(L, 2, size); in tremove()
120 lua_Integer f = luaL_checkinteger(L, 2); in tmove()
121 lua_Integer e = luaL_checkinteger(L, 3); in tmove()
122 lua_Integer t = luaL_checkinteger(L, 4); in tmove()
127 lua_Integer n, i; in tmove()
151 static void addfield (lua_State *L, luaL_Buffer *b, lua_Integer i) { in addfield()
162 lua_Integer last = aux_getn(L, 1, TAB_R); in tconcat()
165 lua_Integer i = luaL_optinteger(L, 3, 1); in tconcat()
200 lua_Integer i = luaL_optinteger(L, 2, 1); in tunpack()
201 lua_Integer e = luaL_opt(L, luaL_checkinteger, 3, luaL_len(L, 1)); in tunpack()
404 lua_Integer n = aux_getn(L, 1, TAB_RW); in sort()