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

/freebsd-11-stable/contrib/ncurses/progs/
H A Ddump_entry.c190 int twidth,
196 width = twidth;
222 separator = (twidth > 0 && theight > 1) ? ", " : ",";
230 separator = (twidth > 0 && theight > 1) ? ", " : ",";
187 dump_init(const char *version, int mode, int sort, int twidth, int theight, unsigned traceval, bool formatted) argument
/freebsd-11-stable/usr.sbin/bsdconfig/dot/
H A Ddot349 printf '\t\twidth = 2.5, // arbitrary minimum width for all nodes\n'
/freebsd-11-stable/contrib/libreadline/
H A Ddisplay.c1218 int temp, lendiff, wsatend, od, nd, twidth, o_cpos; local
1605 twidth = _rl_col_width (nfd+lendiff, 0, temp-col_lendiff);
1607 twidth = temp - lendiff;
1608 _rl_last_c_pos += twidth;
/freebsd-11-stable/usr.sbin/bhyve/
H A Dsmbiostbl.c255 uint16_t twidth; /* total width in bits */ member in struct:smbios_table_type17
/freebsd-11-stable/sbin/ipfw/
H A Dipfw2.c2143 static int twidth = 0; local
2175 if (twidth == 0) {
2178 twidth = strlen(timestr);
2187 bprintf(bp, "%*s", twidth, " ");

Completed in 202 milliseconds