Home
last modified time | relevance | path

Searched refs:allobjects (Results 1 – 4 of 4) sorted by relevance

/openbsd/usr.sbin/config/
H A Dfiles.c87 nextobject = &allobjects; in initfiles()
312 for (oi = allobjects; oi != NULL; oi = oi->oi_next) { in fixobjects()
H A Dconfig.h299 extern struct objects *allobjects; /* list of all kernel object and library files */
H A Dmkmakefile.c331 for (oi = allobjects; oi != NULL; oi = oi->oi_next) { in emitobjs()
H A Dmain.c109 struct objects *allobjects; /* list of all kernel object and library files */ variable