Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/column/
H A Dcolumn.c234 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 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()
/openbsd-src/gnu/usr.bin/perl/regen/
H A Dregcomp.pl357 my ( $base_name_width, $rwidth, $twidth )= ( 22, 12, 9 );