HomeSort by: relevance | last modified time | path
    Searched refs:luaL_opt (Results 1 - 4 of 4) sorted by relevancy

  /src/external/mit/lua/dist/src/
lauxlib.h 167 #define luaL_opt(L,f,n,d) (lua_isnoneornil(L,(n)) ? (d) : f(L,(n)))
loslib.c 307 time_t t = luaL_opt(L, l_checktime, 2, time(NULL));
ltablib.c 201 lua_Integer e = luaL_opt(L, luaL_checkinteger, 3, luaL_len(L, 1));
lauxlib.c 440 return luaL_opt(L, luaL_checknumber, arg, def);
465 return luaL_opt(L, luaL_checkinteger, arg, def);

Completed in 29 milliseconds