Home
last modified time | relevance | path

Searched refs:c_width (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/usr.bin/ul/
H A Dul.c261 w = obuf[col].c_width; in filter()
269 obuf[col].c_width = 1; in filter()
293 obuf[col].c_width = w; in filter()
295 obuf[col + i].c_width = -1; in filter()
300 obuf[col].c_width = w; in filter()
302 obuf[col + i].c_width = -1; in filter()
307 w = obuf[col].c_width; in filter()
344 if (obuf[i].c_width > 1) in flushln()
345 i += obuf[i].c_width - 1; in flushln()
385 if (obuf[i].c_width > 1) in overstrike()
[all …]
/freebsd-14.2/usr.bin/col/
H A Dcol.c86 int c_width; /* character width */ member
327 c->c_width = wcwidth(ch); in main()
336 if (c->c_width > 0) in main()
337 cur_col += c->c_width; in main()
491 this_col + c->c_width > endc->c_column) in flush_line()
532 for (j = 0; j < c->c_width; j++) in flush_line()
537 last_col += (c - 1)->c_width; in flush_line()
/freebsd-14.2/sys/dev/rtwn/rtl8192c/
H A Dr92c_rx.c128 rxs->c_width = IEEE80211_RX_FW_40MHZ; in r92c_get_rx_stats()
130 rxs->c_width = IEEE80211_RX_FW_20MHZ; in r92c_get_rx_stats()
/freebsd-14.2/sys/dev/rtwn/rtl8812a/
H A Dr12a_rx.c255 rxs->c_width = IEEE80211_RX_FW_20MHZ; in r12a_get_rx_stats()
258 rxs->c_width = IEEE80211_RX_FW_40MHZ; in r12a_get_rx_stats()
261 rxs->c_width = IEEE80211_RX_FW_80MHZ; in r12a_get_rx_stats()
/freebsd-14.2/sys/net80211/
H A D_ieee80211.h611 uint8_t c_width; /* channel width, FW flags above */ member