str_fit_to_term   402 lib/strutil.h  const char *str_fit_to_term (const char *text, int width, align_crt_t just_mode);
str_fit_to_term   201 lib/widget/buttonbar.c                 tty_print_string (str_fit_to_term (text, width - 2, J_LEFT_FIT));
str_fit_to_term   107 lib/widget/label.c             tty_print_string (str_fit_to_term (p, w->rect.cols, align));
str_fit_to_term   186 lib/widget/listbox.c         tty_print_string (str_fit_to_term (text, w->cols - 2, J_LEFT_FIT));
str_fit_to_term  2567 src/diffviewer/ydiff.c                 tty_print_string (str_fit_to_term (buf, nwidth, J_LEFT_FIT));
str_fit_to_term  2717 src/diffviewer/ydiff.c             tty_print_string (str_fit_to_term (buf, xwidth - 1, J_LEFT_FIT));
str_fit_to_term  2721 src/diffviewer/ydiff.c         tty_print_string (str_fit_to_term (buf, width, J_LEFT_FIT));
str_fit_to_term  1013 src/filemanager/achown.c                          str_fit_to_term (fname->str, WIDGET (ch_dlg)->rect.cols - 20, J_LEFT_FIT),
str_fit_to_term   264 src/filemanager/boxes.c         button_set_text (button, str_fit_to_term (skin_label, 20, J_LEFT_FIT));
str_fit_to_term   643 src/filemanager/boxes.c                 QUICK_BUTTON (str_fit_to_term (skin_name_to_label (current_skin_name), 20,
str_fit_to_term   538 src/filemanager/filemanager.c         tty_print_string (str_fit_to_term (event_data->msg, COLS - 1, J_LEFT));
str_fit_to_term   765 src/filemanager/panel.c                 prepared_text = str_fit_to_term (txt + name_offset, len, HIDE_FIT (fi->just_mode));
str_fit_to_term   767 src/filemanager/panel.c                 prepared_text = str_fit_to_term (txt, len, fi->just_mode);
str_fit_to_term   911 src/filemanager/panel.c             str_fit_to_term (panel->quick_search.buffer->str, w->rect.cols - 3, J_LEFT));
str_fit_to_term   936 src/filemanager/panel.c             tty_print_string (str_fit_to_term (link_target, w->rect.cols - 5, J_LEFT_FIT));
str_fit_to_term   939 src/filemanager/panel.c             tty_print_string (str_fit_to_term (_ ("<readlink failed>"), w->rect.cols - 2, J_LEFT));
str_fit_to_term   947 src/filemanager/panel.c         tty_print_string (str_fit_to_term (_ ("UP--DIR"), w->rect.cols - 2, J_LEFT));
str_fit_to_term  1529 src/filemanager/panel.c                 tty_print_string (str_fit_to_term (format_txt->str, fi->field_len, J_CENTER_LEFT));
str_fit_to_term   245 src/filemanager/tree.c         tty_print_string (str_fit_to_term (tree->search_buffer->str, tree_cols - 2, J_LEFT_FIT));
str_fit_to_term   259 src/filemanager/tree.c             str_fit_to_term (vfs_path_as_str (tree->selected_ptr->name), tree_cols, J_LEFT_FIT));
str_fit_to_term   366 src/filemanager/tree.c             tty_print_string (str_fit_to_term (vfs_path_as_str (current->name),
str_fit_to_term   397 src/filemanager/tree.c                 str_fit_to_term (current->subname, tree_cols - x - 3 * j, J_LEFT_FIT));
str_fit_to_term   185 src/viewer/display.c         tty_print_string (str_fit_to_term (file_label, r->cols - 34, J_LEFT_FIT));
str_fit_to_term   187 src/viewer/display.c         tty_print_string (str_fit_to_term (file_label, r->cols - 5, J_LEFT_FIT));