Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ncurses/progs/
H A Ddump_entry.c190 int twidth, in dump_init() argument
196 width = twidth; in dump_init()
222 separator = (twidth > 0 && theight > 1) ? ", " : ","; in dump_init()
230 separator = (twidth > 0 && theight > 1) ? ", " : ","; in dump_init()
/freebsd-12.1/usr.sbin/bsdconfig/dot/
H A Ddot349 printf '\t\twidth = 2.5, // arbitrary minimum width for all nodes\n'
/freebsd-12.1/usr.sbin/bhyve/
H A Dsmbiostbl.c255 uint16_t twidth; /* total width in bits */ member
/freebsd-12.1/sbin/ipfw/
H A Dipfw2.c2143 static int twidth = 0; in show_static_rule() local
2173 if (twidth == 0) { in show_static_rule()
2176 twidth = strlen(timestr); in show_static_rule()
2185 bprintf(bp, "%*s", twidth, " "); in show_static_rule()