Home
last modified time | relevance | path

Searched refs:luaL_intop (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/mit/lua/dist/src/
H A Dlauxlib.h176 #define luaL_intop(op,v1,v2) \ macro
H A Dltablib.c68 e = luaL_intop(+, e, 1); /* first empty element */ in tinsert()
H A Dlbaselib.c308 i = luaL_intop(+, i, 1); in ipairsaux()