Searched refs:dtab (Results 1 – 15 of 15) sorted by relevance
/original-bsd/usr.sbin/config/ |
H A D | mkioconf.c | 49 for (dp = dtab; dp != 0; dp = dp->d_next) { in vax_ioconf() 59 for (dp = dtab; dp != 0; dp = dp->d_next) { in vax_ioconf() 96 for (dp = dtab; dp != 0; dp = dp->d_next) { in vax_ioconf() 117 for (dp = dtab; dp != 0; dp = dp->d_next) { in vax_ioconf() 152 for (dp = dtab; dp != 0; dp = dp->d_next) { in vax_ioconf() 189 for (dp = dtab; dp != 0; dp = dp->d_next) { in vax_ioconf() 291 for (dp = dtab; dp != 0; dp = dp->d_next) { in tahoe_ioconf() 328 for (dp = dtab; dp != 0; dp = dp->d_next) { in tahoe_ioconf() 365 for (dp = dtab; dp != 0; dp = dp->d_next) { in tahoe_ioconf() 469 for (dp = dtab; dp != 0; dp = dp->d_next) { in hp300_ioconf() [all …]
|
H A D | mkglue.c | 38 for (dp = dtab; dp != 0; dp = dp->d_next) { in ubglue() 58 for (dp = dtab; dp != 0; dp = dp->d_next) { in ubglue() 135 for (dp = dtab; dp != 0; dp = dp->d_next) { in vbglue() 153 for (dp = dtab; dp != 0; dp = dp->d_next) { in vbglue() 340 for (dp = dtab; dp != 0; dp = dp->d_next) { in vector()
|
H A D | mkubglue.c | 29 for (dp = dtab; dp != 0; dp = dp->d_next) { in ubglue() 48 for (dp = dtab; dp != 0; dp = dp->d_next) { in ubglue()
|
H A D | config.h | 169 struct device *dtab; variable
|
H A D | main.c | 78 dtab = NULL;
|
H A D | mkheaders.c | 46 for (hicount = count = 0, dp = dtab; dp != 0; dp = dp->d_next)
|
H A D | config.y | 623 dtab = np; 759 for (dp = dtab; dp != 0; dp = dp->d_next) { 789 for (dp = dtab; dp != 0; dp = dp->d_next)
|
H A D | mkmakefile.c | 301 for (dp = dtab; dp != 0; save_dp = dp, dp = dp->d_next) in read_files()
|
/original-bsd/old/roff/nroff/ |
H A D | n10.c | 50 int dtab; variable 81 dtab = 8 * t.Em; in ptinit() 82 for(i=0; i<16; i++)tabtab[i] = dtab * (i+1); in ptinit() 253 if(hflg)while((dt = dtab - (iesct%dtab)) <= esc){ in move()
|
/original-bsd/games/sail/ |
H A D | driver.h | 12 int dtab[]; variable
|
H A D | dr_2.c | 117 int dtab[] = {0,1,1,2,3,4,4,5}; /* diagonal distances in x==y */ variable 176 dist = dtab[*p - '0'];
|
H A D | dr_3.c | 208 dist = dtab[com - '0'];
|
/original-bsd/bin/pax/ |
H A D | tables.c | 49 static DEVT **dtab = NULL; /* device/inode mapping tables */ variable 697 if (dtab != NULL) in dev_start() 699 if ((dtab = (DEVT **)calloc(D_TAB_SZ, sizeof(DEVT *))) == NULL) { in dev_start() 756 if (dtab == NULL) 762 if ((pt = dtab[indx]) != NULL) { 791 pt->fow = dtab[indx]; 792 dtab[indx] = pt; 827 if (dtab == NULL)
|
/original-bsd/local/ditroff/ditroff.okeeffe/troff/ |
H A D | n10.c | 24 int dtab; variable 145 dtab = 8 * t.Em; in ptinit() 147 tabtab[i] = dtab * (i + 1); in ptinit() 508 while ((dt = dtab - (iesct % dtab)) <= esc) { in move()
|
/original-bsd/local/ditroff/ditroff.okeeffe/ |
H A D | n10.c | 24 int dtab; variable 145 dtab = 8 * t.Em; in ptinit() 147 tabtab[i] = dtab * (i + 1); in ptinit() 508 while ((dt = dtab - (iesct % dtab)) <= esc) { in move()
|