Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dloslib.c253 static int getfield (lua_State *L, const char *key, int d, int delta) { in getfield() function
354 ts.tm_year = getfield(L, "year", -1, 1900); in os_time()
355 ts.tm_mon = getfield(L, "month", -1, 1); in os_time()
356 ts.tm_mday = getfield(L, "day", -1, 0); in os_time()
357 ts.tm_hour = getfield(L, "hour", 12, 0); in os_time()
358 ts.tm_min = getfield(L, "min", 0, 0); in os_time()
359 ts.tm_sec = getfield(L, "sec", 0, 0); in os_time()