Home
last modified time | relevance | path

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

/freebsd-12.1/usr.bin/ul/
H A Dul.c263 w = obuf[col].c_width; in filter()
271 obuf[col].c_width = 1; in filter()
295 obuf[col].c_width = w; in filter()
297 obuf[col + i].c_width = -1; in filter()
302 obuf[col].c_width = w; in filter()
304 obuf[col + i].c_width = -1; in filter()
309 w = obuf[col].c_width; in filter()
346 if (obuf[i].c_width > 1) in flushln()
347 i += obuf[i].c_width - 1; in flushln()
387 if (obuf[i].c_width > 1) in overstrike()
[all …]
/freebsd-12.1/usr.bin/col/
H A Dcol.c88 int c_width; /* character width */ member
329 c->c_width = wcwidth(ch); in main()
338 if (c->c_width > 0) in main()
339 cur_col += c->c_width; in main()
479 this_col + c->c_width > endc->c_column) in flush_line()
520 for (j = 0; j < c->c_width; j++) in flush_line()
525 last_col += (c - 1)->c_width; in flush_line()
/freebsd-12.1/sys/dev/rtwn/rtl8192c/
H A Dr92c_rx.c131 rxs->c_width = IEEE80211_RX_FW_40MHZ; in r92c_get_rx_stats()
133 rxs->c_width = IEEE80211_RX_FW_20MHZ; in r92c_get_rx_stats()
/freebsd-12.1/sys/dev/rtwn/rtl8812a/
H A Dr12a_rx.c271 rxs->c_width = IEEE80211_RX_FW_20MHZ; in r12a_get_rx_stats()
274 rxs->c_width = IEEE80211_RX_FW_40MHZ; in r12a_get_rx_stats()
277 rxs->c_width = IEEE80211_RX_FW_80MHZ; in r12a_get_rx_stats()
/freebsd-12.1/sys/net80211/
H A D_ieee80211.h608 uint8_t c_width; /* channel width, FW flags above */ member