Searched refs:getfield (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/lua/src/ |
H A D | loslib.c | 251 static int getfield (lua_State *L, const char *key, int d, int delta) { in getfield() function 352 ts.tm_year = getfield(L, "year", -1, 1900); in os_time() 353 ts.tm_mon = getfield(L, "month", -1, 1); in os_time() 354 ts.tm_mday = getfield(L, "day", -1, 0); in os_time() 355 ts.tm_hour = getfield(L, "hour", 12, 0); in os_time() 356 ts.tm_min = getfield(L, "min", 0, 0); in os_time() 357 ts.tm_sec = getfield(L, "sec", 0, 0); in os_time()
|
/freebsd/usr.bin/vgrind/ |
H A D | vgrindefs.src | 87 eq equal findattr firstchild ge getattr getfield gt hash label\
|