Home
last modified time | relevance | path

Searched refs:dtype (Results 1 – 7 of 7) sorted by relevance

/original-bsd/sys/hp300/stand/
H A Dite.c83 int dtype, fboff, i; in iteconfig() local
96 for (dtype = 0; dtype < nitesw; dtype++) in iteconfig()
97 if (itesw[dtype].ite_hwid == gr->gr_id2) in iteconfig()
99 if (dtype == nitesw) in iteconfig()
104 ip->isw = &itesw[dtype]; in iteconfig()
/original-bsd/usr.bin/mail/
H A Doptim.c665 register int dtype, stype; in best() local
669 dtype = nettype(dest); in best()
671 if (stype == 0 || dtype == 0) { in best()
675 if ((stype & dtype) == 0) in best()
678 while ((np->no_stat & stype & dtype) == 0) in best()
/original-bsd/old/dbx/tests/mod/
H A Dbitfields.mod9 dtype : @size 3 uint;
/original-bsd/sys/news3400/fb/
H A Dfb_start.c446 softCursorCheck(fb, stype, srect, dtype, drect) in softCursorCheck() argument
448 char stype, dtype;
453 (dtype == BM_FB && cursorIn(fb, drect))))
458 cursorCheck(fb, stype, srect, dtype, drect) in cursorCheck() argument
460 char stype, dtype;
464 softCursorCheck(fb, stype, srect, dtype, drect);
1518 (*sel_ropfunc(stype, dtype))()
1520 int dtype; /* dest bitmap type */ variable
1522 if (dtype == BM_0)
1524 if (dtype == BM_1)
[all …]
/original-bsd/share/doc/psd/05.sysman/
H A Dspell.ok126 dtype
/original-bsd/sys/vax/vax/
H A Dautoconf.c489 short dtype; local
500 dtype = biv->biic.bi_dtype;
503 switch (dtype) {
579 printf("node type 0x%x ", dtype);
/original-bsd/sys/tahoe/vba/
H A Dscat_vddc.c120 short dtype; /* type as in byte 5 (drive) of iopb */ member