Home
last modified time | relevance | path

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

/freebsd/contrib/bsddialog/lib/
H A Dformbox.c217 int width, oldwidth, nextwidth, cols; in fieldctl() local
287 oldwidth = wcwidth(item->pubwbuf[item->pos]); in fieldctl()
294 if (item->xcursor + oldwidth + nextwidth - 1 >= item->fieldcols) { in fieldctl()
308 item->xcursor += oldwidth; in fieldctl()
/freebsd/sys/dev/ntb/ntb_hw/
H A Dntb_hw_intel.c2755 unsigned speed, width, oldspeed, oldwidth; in recover_atom_link() local
2780 oldwidth = NTB_LNK_STA_WIDTH(ntb->lnk_sta); in recover_atom_link()
2782 if (oldwidth != width || oldspeed != speed) in recover_atom_link()
/freebsd/sys/dev/aic7xxx/
H A Daic7xxx.c2024 u_int oldwidth; in ahc_set_width() local
2039 oldwidth = tinfo->curr.width; in ahc_set_width()
2040 if ((type & AHC_TRANS_CUR) != 0 && oldwidth != width) { in ahc_set_width()
H A Daic79xx.c3199 u_int oldwidth; in ahd_set_width() local
3214 oldwidth = tinfo->curr.width; in ahd_set_width()
3215 if ((type & AHD_TRANS_CUR) != 0 && oldwidth != width) { in ahd_set_width()