Home
last modified time | relevance | path

Searched refs:mutt_complete (Results 1 – 7 of 7) sorted by relevance

/dports/mail/neomutt/neomutt-20211029/
H A Dprotos.h71 int mutt_complete(char *buf, size_t buflen);
H A Dcomplete.c57 int mutt_complete(char *buf, size_t buflen) in mutt_complete() function
H A Denter.c523 if (mutt_complete(buf, buflen) == 0) in mutt_enter_string_full()
663 if (mutt_complete(buf, buflen) == 0) in mutt_enter_string_full()
/dports/japanese/mutt-devel/mutt-1.5.21/
H A Dcomplete.c40 int mutt_complete (char *s, size_t slen) in mutt_complete() function
H A Denter.c504 if (!mutt_complete (buf, buflen)) in _mutt_enter_string()
587 if (!mutt_complete (buf, buflen)) in _mutt_enter_string()
H A Dprotos.h283 int mutt_complete (char *, size_t);
H A DChangeLog4461 Avoid altering the argument to mutt_complete() when completion