Home
last modified time | relevance | path

Searched refs:mutt_expand_path_regex (Results 1 – 2 of 2) sorted by relevance

/dports/mail/neomutt/neomutt-20211029/
H A Dmuttlib.h52 char * mutt_expand_path_regex(char *buf, size_t buflen, bool regex);
H A Dmuttlib.c124 return mutt_expand_path_regex(buf, buflen, false); in mutt_expand_path()
336 char *mutt_expand_path_regex(char *buf, size_t buflen, bool regex) in mutt_expand_path_regex() function