Home
last modified time | relevance | path

Searched refs:machinesubarches (Results 1 – 3 of 3) sorted by relevance

/netbsd/usr.bin/config/
H A Dgram.y1331 machinesubarches = mchsubarches; in setmachine()
1340 for (nv = machinesubarches; nv != NULL; nv = nv->nv_next) { in setmachine()
1359 for (nv = machinesubarches; nv != NULL; nv = nv->nv_next) { in setmachine()
H A Ddefs.h444 extern struct nvlist *machinesubarches;
H A Dmain.c105 struct nvlist *machinesubarches; variable
795 for (nv = machinesubarches; nv != NULL; nv = nv->nv_next) { in mksymlinks()