Home
last modified time | relevance | path

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

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