Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/mail/
H A Dmime_decode.c456 get_command_hook(struct mime_info *mip, const char *domain) in get_command_hook() function
521 (cmd = get_command_hook(this_mip, "-hook")) || in select_alternative()
522 (cmd = get_command_hook(this_mip, "-head")) || in select_alternative()
523 (cmd = get_command_hook(this_mip, "-body"))) { in select_alternative()
993 cmd = get_command_hook(mip, "-body"); in mime_decode_body()
1161 cmd = get_command_hook(mip, "-hook"); in mime_decode_header()
1168 cmd = get_command_hook(mip, "-head"); in mime_decode_header()