Searched refs:twidth (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/usr.bin/column/ |
| H A D | column.c | 234 int col, width, twidth; in input() local 283 width += (twidth = wcwidth(wc)) == -1 ? in input() 284 1 : twidth; in input()
|
| /openbsd-src/usr.bin/tic/ |
| H A D | dump_entry.c | 199 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()
|
| /openbsd-src/gnu/usr.bin/perl/regen/ |
| H A D | regcomp.pl | 357 my ( $base_name_width, $rwidth, $twidth )= ( 22, 12, 9 );
|