Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dlua.h250 LUA_API void (lua_arith) (lua_State *L, int op); variable
H A Dlapi.c341 LUA_API void lua_arith (lua_State *L, int op) { in lua_arith() function
H A Dlstrlib.c294 lua_arith(L, op); /* result will be on the top */ in arith()