Home
last modified time | relevance | path

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

/dragonfly/sbin/ipfw3/
H A Dipfw3.c747 static int twidth = 0; in rule_show() local
778 if (twidth == 0) { in rule_show()
779 strcpy(timestr, ctime((time_t *)&twidth)); in rule_show()
781 twidth = strlen(timestr); in rule_show()
790 printf(" %*s", twidth, " "); in rule_show()
/dragonfly/contrib/ncurses/progs/
H A Ddump_entry.c199 int twidth, in dump_init() argument
207 width = twidth; in dump_init()
238 separator = (twidth > 0 && theight > 1) ? ", " : ","; in dump_init()
246 separator = (twidth > 0 && theight > 1) ? ", " : ","; in dump_init()
/dragonfly/contrib/gdb-7/readline/
H A Ddisplay.c1278 int temp, lendiff, wsatend, od, nd, twidth, o_cpos; local
1688 twidth = _rl_col_width (nfd+lendiff, 0, temp-col_lendiff, 1);
1690 twidth = temp - lendiff;
1691 _rl_last_c_pos += twidth;
/dragonfly/sbin/ipfw/
H A Dipfw2.c842 static int twidth = 0; in show_ipfw() local
867 if (twidth == 0) { in show_ipfw()
872 twidth = strlen(timestr); in show_ipfw()
881 printf("%*s ", twidth, " "); in show_ipfw()