b_width 705 lib/widget/wtools.c int b_width; b_width 713 lib/widget/wtools.c b_width = str_term_width1 (b_name) + 4; b_width 714 lib/widget/wtools.c wd_width = MAX (wd->rect.cols, b_width + 6); b_width 1359 src/editor/editcmd.c long c1, c2, b_width; b_width 1365 src/editor/editcmd.c b_width = c2 - c1; b_width 1382 src/editor/editcmd.c x -= b_width; b_width 1392 src/editor/editcmd.c edit->over_col = MAX (0, edit->over_col - b_width); b_width 1403 src/editor/editcmd.c edit_insert_column_of_text (edit, copy_buf, size, b_width, &mark1, &mark2, &c1, &c2); b_width 3376 src/filemanager/file.c int b_width, ui_width; b_width 3383 src/filemanager/file.c b_width = str_term_width1 (b1_name) + 4; b_width 3385 src/filemanager/file.c b_width += str_term_width1 (b2_name) + 4 + 1; b_width 3387 src/filemanager/file.c ui_width = MAX (COLS / 2, b_width + 6);