Home
last modified time | relevance | path

Searched refs:lua_isnoneornil (Results 1 – 9 of 9) sorted by relevance

/l4re-core-master/lua/lib/contrib/src/
A Dltablib.c118 int tt = !lua_isnoneornil(L, 5) ? 5 : 1; /* destination table */ in tmove()
402 if (!lua_isnoneornil(L, 2)) /* is there a 2nd argument? */ in sort()
A Dldblib.c369 if (lua_isnoneornil(L, arg+1)) { /* no hook? */ in db_sethook()
439 if (msg == NULL && !lua_isnoneornil(L, arg + 1)) /* non-string 'msg'? */ in db_traceback()
A Dlauxlib.h152 #define luaL_opt(L,f,n,d) (lua_isnoneornil(L,(n)) ? (d) : f(L,(n)))
A Dloslib.c348 if (lua_isnoneornil(L, 1)) /* called without args? */ in os_time()
A Dlbaselib.c82 if (lua_isnoneornil(L, 2)) { /* standard conversion? */ in luaB_tonumber()
A Dlua.h380 #define lua_isnoneornil(L, n) (lua_type(L, (n)) <= 0) macro
A Dlmathlib.c172 if (lua_isnoneornil(L, 2)) in math_log()
A Dliolib.c319 if (!lua_isnoneornil(L, 1)) { in g_iofile()
A Dlauxlib.c411 if (lua_isnoneornil(L, arg)) { in luaL_optlstring()

Completed in 28 milliseconds