Searched refs:luaO_arith (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/mit/lua/dist/src/ |
| H A D | lobject.c | 142 void luaO_arith (lua_State *L, int op, const TValue *p1, const TValue *p2, in luaO_arith() function
|
| H A D | lobject.h | 815 LUAI_FUNC void luaO_arith (lua_State *L, int op, const TValue *p1,
|
| H A D | lapi.c | 351 luaO_arith(L, op, s2v(L->top.p - 2), s2v(L->top.p - 1), L->top.p - 2); in lua_arith()
|