Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Ddir.c228 typedef ListNode CachedDirListNode; typedef
352 CachedDirListNode *ln = odirs->list.first; in OpenDirs_Done()
356 CachedDirListNode *next = ln->next; in OpenDirs_Done()
371 CachedDirListNode *ln = HashTable_FindValue(&odirs->table, name); in OpenDirs_Find()
388 CachedDirListNode *ln; in OpenDirs_Remove()
537 CachedDirListNode *ln; in Dir_SetPATH()
578 CachedDirListNode *ln; in Dir_SetSYSPATH()
816 CachedDirListNode *ln; in DirExpandPath()
1058 CachedDirListNode *ln; in FindFileRelative()
1121 CachedDirListNode *ln; in FindFileAbsolute()
[all …]