Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlauxlib.h161 #define luaL_intop(op,v1,v2) \ macro
H A Dltablib.c64 e = luaL_intop(+, e, 1); /* first empty element */ in tinsert()
H A Dlbaselib.c304 i = luaL_intop(+, i, 1); in ipairsaux()