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

/freebsd-10.0-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-10.0-release/usr.sbin/bsdconfig/dot/
H A Ddot354 printf '\t\twidth = 2.5, // arbitrary minimum width for all nodes\n'
/freebsd-10.0-release/sbin/ipfw/
H A Dipfw2.c1123 static int twidth = 0; local
1155 if (twidth == 0) {
1158 twidth = strlen(timestr);
1167 printf("%*s", twidth, " ");

Completed in 190 milliseconds