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

/freebsd-10.2-release/usr.bin/make/
H A Dparse.c939 struct Path emptyPath = local
940 TAILQ_HEAD_INITIALIZER(emptyPath);
942 Path_Expand(line, &emptyPath, &curTargs);
943 Path_Clear(&emptyPath);
/freebsd-10.2-release/contrib/bmake/
H A Dparse.c1395 Lst emptyPath = Lst_Init(FALSE); local
1397 Dir_Expand(line, emptyPath, curTargs);
1399 Lst_Destroy(emptyPath, Dir_Destroy);

Completed in 39 milliseconds