Searched refs:DM_IGNORE (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/usr.bin/mail/ |
H A D | mime_decode.c | 844 DM_IGNORE = 0x00, /* silently ignore part - must be zero! */ enumerator 920 { "image", image_subtype_tbl, DM_IGNORE }, in get_display_mode() 921 { "audio", audio_subtype_tbl, DM_IGNORE }, in get_display_mode() 922 { "video", video_subtype_tbl, DM_IGNORE }, in get_display_mode() 938 return DM_IGNORE; in get_display_mode() 1027 { DM_IGNORE, NULL }, in mime_decode_body()
|