Searched refs:is_addr_char (Results 1 – 4 of 4) sorted by relevance
66 #define is_addr_char(c) (c < 128 && !(special_chars[c] & 1)) macro122 for (start = *cur; start - 1 >= linestart && is_addr_char (*(start - 1)); start--) in email_address_extract()
3541 * gmime-filter-html.c (is_addr_char): Don't use "isprint(c)" to3547 is_addr_char for the part after the @.
6639 * gmime-filter-html.c (is_addr_char): Don't use "isprint(c)" to6645 is_addr_char for the part after the @.