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

/freebsd-9.3-release/contrib/ncurses/progs/
H A Ddump_entry.c175 dump_init(const char *version, int mode, int sort, int twidth, int traceval, argument
179 width = twidth;
204 separator = twidth ? ", " : ",";
212 separator = twidth ? ", " : ",";
/freebsd-9.3-release/usr.sbin/bsdconfig/dot/
H A Ddot354 printf '\t\twidth = 2.5, // arbitrary minimum width for all nodes\n'
/freebsd-9.3-release/sbin/ipfw/
H A Dipfw2.c1124 static int twidth = 0; local
1156 if (twidth == 0) {
1159 twidth = strlen(timestr);
1168 printf("%*s", twidth, " ");

Completed in 170 milliseconds