width1            446 lib/strutil/strutilutf8.c     size_t width1;
width1            451 lib/strutil/strutilutf8.c     width1 = width < 0 ? SIZE_MAX : (size_t) width;
width1            457 lib/strutil/strutilutf8.c     if (width1 == 0 || text[0] == '\0')
width1            473 lib/strutil/strutilutf8.c     for (; width1 != 0 && text[0] != '\0'; width1--)
width1            770 lib/strutil/strutilutf8.c     const size_t width1 = (size_t) width;
width1            779 lib/strutil/strutilutf8.c     if (width1 >= pre_form->width)
width1            781 lib/strutil/strutilutf8.c     else if (width1 <= 3)
width1            783 lib/strutil/strutilutf8.c         memset (tool.actual, '.', width1);
width1            784 lib/strutil/strutilutf8.c         tool.actual += width1;
width1            785 lib/strutil/strutilutf8.c         tool.remain -= width1;
width1            794 lib/strutil/strutilutf8.c         utf8_tool_skip_chars_to (&tool, pre_form->width - width1 + 3);
width1            873 lib/strutil/strutilutf8.c     const size_t width1 = width < 0 ? SIZE_MAX : (size_t) width;
width1            882 lib/strutil/strutilutf8.c     if (pre_form->width <= width1)
width1            887 lib/strutil/strutilutf8.c         utf8_tool_copy_chars_to (&tool, width1 / 2);
width1            891 lib/strutil/strutilutf8.c         utf8_tool_skip_chars_to (&tool, pre_form->width - width1 + 1);
width1            171 lib/widget/quick.c     int width1 = 0;  // width of single column
width1            216 lib/widget/quick.c                 width1 = MAX (width1, width);
width1            232 lib/widget/quick.c                 width1 = MAX (width1, width);
width1            254 lib/widget/quick.c                 width1 = MAX (width1, width);
width1            267 lib/widget/quick.c                 width1 = MAX (width1, width);
width1            293 lib/widget/quick.c                 width1 = MAX (width1, width);
width1            388 lib/widget/quick.c         if (width1 != 0)
width1            389 lib/widget/quick.c             width1 += 2;
width1            394 lib/widget/quick.c         len = width1 + 6;
width1            398 lib/widget/quick.c         if (width1 != 0)
width1            399 lib/widget/quick.c             len = MAX (len, width1 + 6);
width1            403 lib/widget/quick.c     width1 = quick_dlg->rect.cols - 6;
width1            428 lib/widget/quick.c         column_width = two_columns ? width2 : width1;
width1            104 src/diffviewer/internal.h     int width1;
width1           2753 src/diffviewer/ydiff.c     int width1, width2;
width1           2772 src/diffviewer/ydiff.c     width1 = dview->half1 + dview->bias;
width1           2776 src/diffviewer/ydiff.c         width1 = COLS;
width1           2788 src/diffviewer/ydiff.c         if (width1 > 1)
width1           2789 src/diffviewer/ydiff.c             tty_draw_box (1, 0, height, width1, FALSE);
width1           2791 src/diffviewer/ydiff.c             tty_draw_box (1, width1, height, width2, FALSE);
width1           2796 src/diffviewer/ydiff.c             if (xwidth < width1 - 1)
width1           2806 src/diffviewer/ydiff.c                 tty_gotoyx (1, width1 + xwidth);
width1           2808 src/diffviewer/ydiff.c                 tty_gotoyx (height, width1 + xwidth);
width1           2810 src/diffviewer/ydiff.c                 tty_draw_vline (2, width1 + xwidth, ACS_VLINE, height - 2);
width1           2816 src/diffviewer/ydiff.c     if (width1 > 2)
width1           2818 src/diffviewer/ydiff.c         dview_status (dview, dview->ord, width1, 0);
width1           2819 src/diffviewer/ydiff.c         dview_display_file (dview, dview->ord, 2, 1, height - 2, width1 - 2);
width1           2826 src/diffviewer/ydiff.c         dview_status (dview, ord, width2, width1);
width1           2827 src/diffviewer/ydiff.c         dview_display_file (dview, ord, 2, width1 + 1, height - 2, width2 - 2);
width1           3300 src/diffviewer/ydiff.c     ssize_t width1;
width1           3304 src/diffviewer/ydiff.c     width1 = (width - str_term_width1 (_ ("Diff:")) - strlen (modified) - 3) / 2;
width1           3305 src/diffviewer/ydiff.c     if (width1 < 0)
width1           3310 src/diffviewer/ydiff.c         width1 = width / 2;
width1           3316 src/diffviewer/ydiff.c     g_string_append (title, str_term_trim (dview->label[DIFF_LEFT], width1));
width1           3319 src/diffviewer/ydiff.c     g_string_append (title, str_term_trim (dview->label[DIFF_RIGHT], width1));
width1            384 src/editor/editwidget.c     const ssize_t width1 = width - strlen (modified);
width1            391 src/editor/editwidget.c     file_label = str_term_trim (filename, width1 - str_term_width1 (_ ("Edit: ")));
width1            389 src/viewer/lib.c     const ssize_t width1 = width - 4;
width1            392 src/viewer/lib.c     file_label = str_term_trim (file_label, width1 - str_term_width1 (_ ("View: ")));