Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/bsddialog/lib/
H A Dformbox.c94 int width, oldwidth, nextwidth, cols; in fieldctl() local
164 oldwidth = wcwidth(item->pubwbuf[item->pos]); in fieldctl()
171 if (item->xcursor + oldwidth + nextwidth - 1 >= item->fieldcols) { in fieldctl()
185 item->xcursor += oldwidth; in fieldctl()
/freebsd-14.2/sys/dev/ntb/ntb_hw/
H A Dntb_hw_intel.c2405 unsigned speed, width, oldspeed, oldwidth; in recover_atom_link() local
2430 oldwidth = NTB_LNK_STA_WIDTH(ntb->lnk_sta); in recover_atom_link()
2432 if (oldwidth != width || oldspeed != speed) in recover_atom_link()
/freebsd-14.2/sys/dev/aic7xxx/
H A Daic7xxx.c2033 u_int oldwidth; in ahc_set_width() local
2048 oldwidth = tinfo->curr.width; in ahc_set_width()
2049 if ((type & AHC_TRANS_CUR) != 0 && oldwidth != width) { in ahc_set_width()
H A Daic79xx.c3208 u_int oldwidth; in ahd_set_width() local
3223 oldwidth = tinfo->curr.width; in ahd_set_width()
3224 if ((type & AHD_TRANS_CUR) != 0 && oldwidth != width) { in ahd_set_width()