Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dlauxlib.h167 #define luaL_opt(L,f,n,d) (lua_isnoneornil(L,(n)) ? (d) : f(L,(n))) macro
H A Dloslib.c307 time_t t = luaL_opt(L, l_checktime, 2, time(NULL)); in os_date()
H A Dltablib.c201 lua_Integer e = luaL_opt(L, luaL_checkinteger, 3, luaL_len(L, 1)); in tunpack()
H A Dlauxlib.c440 return luaL_opt(L, luaL_checknumber, arg, def); in luaL_optnumber()
465 return luaL_opt(L, luaL_checkinteger, arg, def); in luaL_optinteger()