Home
last modified time | relevance | path

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

/dports/mail/mess822/mess822-0.58/
H A Dmess822_quote.c70 int flagbracket; local
76 flagbracket = flagempty;
80 flagbracket = 1;
83 if (flagbracket) if (!stralloc_cats(out,"<")) return 0;
107 if (flagbracket) if (!stralloc_cats(out,">")) return 0;
/dports/mail/libspamtest/libspamtest/
H A Dmess822.c309 int flagbracket; in mess822_quoteplus() local
315 flagbracket = flagempty; in mess822_quoteplus()
319 flagbracket = 1; in mess822_quoteplus()
322 if (flagbracket) if (!stralloc_cats(out,"<")) return 0; in mess822_quoteplus()
346 if (flagbracket) if (!stralloc_cats(out,">")) return 0; in mess822_quoteplus()