Home
last modified time | relevance | path

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

/freebsd-13-stable/usr.bin/ul/
HDul.c78 int c_width; /* width or -1 if multi-column char. filler */ member
258 if (obuf[col].c_char || obuf[col].c_width < 0) { in filter()
259 while (col > 0 && obuf[col].c_width < 0) in filter()
261 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()
[all …]
/freebsd-13-stable/usr.bin/col/
HDcol.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-13-stable/sys/dev/rtwn/rtl8192c/
HDr92c_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-13-stable/sys/dev/rtwn/rtl8812a/
HDr12a_rx.c268 rxs->c_width = IEEE80211_RX_FW_20MHZ; in r12a_get_rx_stats()
271 rxs->c_width = IEEE80211_RX_FW_40MHZ; in r12a_get_rx_stats()
274 rxs->c_width = IEEE80211_RX_FW_80MHZ; in r12a_get_rx_stats()
/freebsd-13-stable/sys/net80211/
HD_ieee80211.h611 uint8_t c_width; /* channel width, FW flags above */ member