Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dlobject.c142 void luaO_arith (lua_State *L, int op, const TValue *p1, const TValue *p2, in luaO_arith() function
H A Dlobject.h815 LUAI_FUNC void luaO_arith (lua_State *L, int op, const TValue *p1,
H A Dlapi.c351 luaO_arith(L, op, s2v(L->top.p - 2), s2v(L->top.p - 1), L->top.p - 2); in lua_arith()