Home
last modified time | relevance | path

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

/csrg-svn/usr.sbin/config/
H A Dconfig.y235 struct file_list *fl = newflist(SWAPSPEC);
247 struct file_list *fl = newflist(SWAPSPEC);
687 for (; *flp && (*flp)->f_type == SWAPSPEC; flp = &(*flp)->f_next)
925 generic = swap && swap->f_type == SWAPSPEC && eq(swap->f_fn, "generic");
935 if (swap == 0 || swap->f_type != SWAPSPEC) {
938 swap = newflist(SWAPSPEC);
971 for (; p && p->f_type == SWAPSPEC; p = p->f_next)
1017 for (;fl && fl->f_type == SWAPSPEC; fl = fl->f_next) {
H A Dmkswapconf.c63 if (swap == 0 || swap->f_type != SWAPSPEC) {
80 } while (swap && swap->f_type == SWAPSPEC);
H A Dconfig.h63 #define SWAPSPEC 6 macro
H A Dmkmakefile.c398 if (fl->f_type != SWAPSPEC)
567 if (fl->f_type != SWAPSPEC)