Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/bmake/
H A Dparse.c1438 Lst emptyPath = Lst_Init(FALSE); in ParseDoDependency() local
1440 Dir_Expand(line, emptyPath, curTargs); in ParseDoDependency()
1442 Lst_Destroy(emptyPath, Dir_Destroy); in ParseDoDependency()