txt 12 lib/widget/quick.h #define QUICK_CHECKBOX(txt, st, id_) \ txt 20 lib/widget/quick.h .text = txt, \ txt 26 lib/widget/quick.h #define QUICK_BUTTON(txt, act, cb, id_) \ txt 34 lib/widget/quick.h .text = txt, \ txt 41 lib/widget/quick.h #define QUICK_INPUT(txt, hname, res, id_, is_passwd_, strip_passwd_, completion_flags_) \ txt 52 lib/widget/quick.h .text = txt, \ txt 62 lib/widget/quick.h #define QUICK_LABELED_INPUT(label_, label_loc, txt, hname, res, id_, is_passwd_, strip_passwd_, \ txt 74 lib/widget/quick.h .text = txt, \ txt 84 lib/widget/quick.h #define QUICK_LABEL(txt, id_) \ txt 92 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 713 src/filemanager/panel.c const char *txt = " "; txt 719 src/filemanager/panel.c txt = fi->string_fn (fe, fi->field_len); txt 734 src/filemanager/panel.c str_len = str_length (txt); txt 741 src/filemanager/panel.c name_offset = str_offset_to_pos (txt, i); txt 745 src/filemanager/panel.c if (str_length (txt + name_offset) > len) txt 765 src/filemanager/panel.c prepared_text = str_fit_to_term (txt + name_offset, len, HIDE_FIT (fi->just_mode)); txt 767 src/filemanager/panel.c prepared_text = str_fit_to_term (txt, len, fi->just_mode);