Home
last modified time | relevance | path

Searched refs:mutt_format_s_x (Results 1 – 4 of 4) sorted by relevance

/dports/mail/neomutt/neomutt-20211029/gui/
H A Dcurs_lib.h60 void mutt_format_s_x(char *buf, size_t buflen, const char *prec, const char *s, bool arbore…
H A Dcurs_lib.c835 void mutt_format_s_x(char *buf, size_t buflen, const char *prec, const char *s, bool arboreal) in mutt_format_s_x() function
874 mutt_format_s_x(buf, buflen, prec, s, false); in mutt_format_s()
886 mutt_format_s_x(buf, buflen, prec, s, true); in mutt_format_s_tree()
/dports/japanese/mutt-devel/mutt-1.5.21/
H A Dcurs_lib.c811 static void mutt_format_s_x (char *dest, in mutt_format_s_x() function
844 mutt_format_s_x (dest, destlen, prefix, s, 0); in mutt_format_s()
852 mutt_format_s_x (dest, destlen, prefix, s, 1); in mutt_format_s_tree()
/dports/mail/neomutt/neomutt-20211029/
H A Dhdrline.c1371 mutt_format_s_x(buf, buflen, prec, tmp, true); in index_format_str()