Searched refs:GFROM (Results 1 - 4 of 4) sorted by relevance
/ast/src/cmd/mailx/ |
H A D | spam.c | 509 if (headset(&pp, mp, NiL, NiL, NiL, GFROM)) 567 t = skin(pp.data, GDISPLAY|GCOMPARE|GFROM); 575 t = skin(pp.data, GDISPLAY|GCOMPARE|GFROM); 588 t = skin(pp.data, GDISPLAY|GCOMPARE|GFROM); 605 t = skin(pp.data, GDISPLAY|GCOMPARE|GFROM);
|
H A D | head.c | 261 if (hp || (flags & GFROM))
|
H A D | misc.c | 343 if (!(type & GFROM) && (p = strrchr(addr, ':')))
|
H A D | mailx.h | 339 #define GFROM (1<<9) /* Don't skip initial `From ' */ macro
|
Completed in 20 milliseconds