Home
last modified time | relevance | path

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

/dports/mail/neomutt/neomutt-20211029/sidebar/
H A Dcommands.c76 remove_from_stailq(&SidebarWhitelist, mutt_buffer_string(path)); in sb_parse_unwhitelist()
/dports/mail/neomutt/neomutt-20211029/
H A Dmuttlib.h69 void remove_from_stailq(struct ListHead *head, const char *str);
H A Dcommand_parse.c493 remove_from_stailq(&UnIgnore, buf->data); in parse_ignore()
1448 remove_from_stailq(&Ignore, buf->data); in parse_unignore()
1612 remove_from_stailq((struct ListHead *) data, buf->data); in parse_unstailq()
H A Dmuttlib.c1753 void remove_from_stailq(struct ListHead *head, const char *str) in remove_from_stailq() function