Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/progs/
H A Ddump_entry.c197 int twidth, in dump_init() argument
205 width = twidth; in dump_init()
236 separator = (twidth > 0 && theight > 1) ? ", " : ","; in dump_init()
244 separator = (twidth > 0 && theight > 1) ? ", " : ","; in dump_init()
/freebsd/usr.sbin/bsdconfig/dot/
H A Ddot348 printf '\t\twidth = 2.5, // arbitrary minimum width for all nodes\n'
/freebsd/sbin/ipfw/
H A Dipfw2.c2393 static int twidth = 0; in show_static_rule() local
2428 if (twidth == 0) { in show_static_rule()
2431 twidth = strlen(timestr); in show_static_rule()
2440 bprintf(bp, "%*s ", twidth, ""); in show_static_rule()