Searched refs:luaO_arith (Results 1 – 4 of 4) sorted by relevance
| /minix3/external/mit/lua/dist/src/ |
| H A D | lobject.c | 131 void luaO_arith (lua_State *L, int op, const TValue *p1, const TValue *p2, in luaO_arith() function
|
| H A D | lobject.h | 555 LUAI_FUNC void luaO_arith (lua_State *L, int op, const TValue *p1,
|
| H A D | lcode.c | 795 luaO_arith(fs->ls->L, op, &v1, &v2, &res); /* does operation */
|
| H A D | lapi.c | 316 luaO_arith(L, op, L->top - 2, L->top - 1, L->top - 2); in lua_arith()
|