b_width 665 lib/widget/wtools.c int b_width; b_width 673 lib/widget/wtools.c b_width = str_term_width1 (b_name) + 4; b_width 674 lib/widget/wtools.c wd_width = MAX (wd->rect.cols, b_width + 6); b_width 1351 src/editor/editcmd.c long c1, c2, b_width; b_width 1357 src/editor/editcmd.c b_width = c2 - c1; b_width 1374 src/editor/editcmd.c x -= b_width; b_width 1384 src/editor/editcmd.c edit->over_col = MAX (0, edit->over_col - b_width); b_width 1395 src/editor/editcmd.c edit_insert_column_of_text (edit, copy_buf, size, b_width, &mark1, &mark2, &c1, &c2); b_width 3385 src/filemanager/file.c int b_width, ui_width; b_width 3392 src/filemanager/file.c b_width = str_term_width1 (b1_name) + 4; b_width 3394 src/filemanager/file.c b_width += str_term_width1 (b2_name) + 4 + 1; b_width 3396 src/filemanager/file.c ui_width = MAX (COLS / 2, b_width + 6);