Searched refs:emptyPath (Results 1 – 2 of 2) sorted by relevance
939 struct Path emptyPath = in ParseDoDependency() local940 TAILQ_HEAD_INITIALIZER(emptyPath); in ParseDoDependency()942 Path_Expand(line, &emptyPath, &curTargs); in ParseDoDependency()943 Path_Clear(&emptyPath); in ParseDoDependency()
1395 Lst emptyPath = Lst_Init(FALSE); in ParseDoDependency() local1397 Dir_Expand(line, emptyPath, curTargs); in ParseDoDependency()1399 Lst_Destroy(emptyPath, Dir_Destroy); in ParseDoDependency()