Home
last modified time | relevance | path

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

/dflybsd-src/contrib/bmake/
H A Ddir.c281 static HashTable lmtimes; /* same as mtimes but for lstat */ variable
418 HashTable *tbl = useLstat ? &lmtimes : &mtimes; in cached_stats()
474 HashTable_Init(&lmtimes); in Dir_Init()
531 HashTable_Done(&lmtimes); in Dir_End()