Home
last modified time | relevance | path

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

/minix3/external/mit/lua/dist/src/
H A Dlobject.c131 void luaO_arith (lua_State *L, int op, const TValue *p1, const TValue *p2, in luaO_arith() function
H A Dlobject.h555 LUAI_FUNC void luaO_arith (lua_State *L, int op, const TValue *p1,
H A Dlcode.c795 luaO_arith(fs->ls->L, op, &v1, &v2, &res); /* does operation */
H A Dlapi.c316 luaO_arith(L, op, L->top - 2, L->top - 1, L->top - 2); in lua_arith()