Searched refs:defIncPath (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/contrib/bmake/
H A Dparse.c290 Lst defIncPath; /* default for sysIncPath */ variable
2259 Lst_IsEmpty(sysIncPath) ? defIncPath : sysIncPath);
3234 defIncPath = Lst_Init(FALSE);
3248 Lst_Destroy(defIncPath, Dir_Destroy);
H A Dmain.c1343 (void)Dir_AddDir(defIncPath, start);
1347 (void)Dir_AddDir(defIncPath, found_path);
1364 Lst_IsEmpty(sysIncPath) ? defIncPath : sysIncPath,
1589 Lst_IsEmpty(sysIncPath) ? defIncPath : sysIncPath);
H A Dmake.h435 extern Lst defIncPath; /* The default include path. */

Completed in 134 milliseconds