Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Ddir.c267 static HashTable lmtimes; /* same as mtimes but for lstat */ variable
404 HashTable *tbl = useLstat ? &lmtimes : &mtimes; in cached_stats()
460 HashTable_Init(&lmtimes); in Dir_Init()
525 FreeCachedTable(&lmtimes); in Dir_End()