txt                10 lib/widget/quick.h #define QUICK_CHECKBOX(txt, st, id_)                                            \
txt                18 lib/widget/quick.h             .text = txt,                                                        \
txt                24 lib/widget/quick.h #define QUICK_BUTTON(txt, act, cb, id_)                                         \
txt                32 lib/widget/quick.h             .text = txt,                                                        \
txt                39 lib/widget/quick.h #define QUICK_INPUT(txt, hname, res, id_, is_passwd_, strip_passwd_, completion_flags_) \
txt                50 lib/widget/quick.h             .text = txt,                                                        \
txt                60 lib/widget/quick.h #define QUICK_LABELED_INPUT(label_, label_loc, txt, hname, res, id_, is_passwd_, strip_passwd_, completion_flags_) \
txt                71 lib/widget/quick.h             .text = txt,                                                        \
txt                81 lib/widget/quick.h #define QUICK_LABEL(txt, id_)                                                   \
txt                89 lib/widget/quick.h             .text = txt,                                                        \
txt                66 src/filemanager/chown.c #define chown_label(n,txt) label_set_text (chown_label [n].l, txt)
txt               852 src/filemanager/panel.c             const char *txt = " ";
txt               858 src/filemanager/panel.c                 txt = fi->string_fn (fe, fi->field_len);
txt               873 src/filemanager/panel.c                 str_len = str_length (txt);
txt               880 src/filemanager/panel.c                     name_offset = str_offset_to_pos (txt, i);
txt               884 src/filemanager/panel.c                         if (str_length (txt + name_offset) > len)
txt               904 src/filemanager/panel.c                 prepared_text = str_fit_to_term (txt + name_offset, len, HIDE_FIT (fi->just_mode));
txt               906 src/filemanager/panel.c                 prepared_text = str_fit_to_term (txt, len, fi->just_mode);