Home
last modified time | relevance | path

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

/trueos/usr.bin/make/
HDparse.c939 struct Path emptyPath = in ParseDoDependency() local
940 TAILQ_HEAD_INITIALIZER(emptyPath); in ParseDoDependency()
942 Path_Expand(line, &emptyPath, &curTargs); in ParseDoDependency()
943 Path_Clear(&emptyPath); in ParseDoDependency()
/trueos/contrib/bmake/
HDparse.c1395 Lst emptyPath = Lst_Init(FALSE); in ParseDoDependency() local
1397 Dir_Expand(line, emptyPath, curTargs); in ParseDoDependency()
1399 Lst_Destroy(emptyPath, Dir_Destroy); in ParseDoDependency()