Searched refs:includepath (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/usr.sbin/config/
H A Dconfig.h147 struct includepath { struct
149 SLIST_ENTRY(includepath) path_next;
152 SLIST_HEAD(, includepath) includepath;
H A Dlang.l261 struct includepath* ipath;
274 SLIST_FOREACH(ipath, &includepath, path_next) {
H A Dmain.c112 struct includepath* ipath;
117 SLIST_INIT(&includepath);
124 ipath = (struct includepath *) \
125 calloc(1, sizeof (struct includepath));
129 SLIST_INSERT_HEAD(&includepath, ipath, path_next);

Completed in 262 milliseconds