Searched refs:GDISPLAY (Results 1 - 9 of 9) sorted by relevance
/ast/src/cmd/mailx/ |
H A D | spam.c | 184 ap = skin(ap, GDISPLAY|GCOMPARE); 195 bp = skin(bp, GDISPLAY|GCOMPARE); 493 if (!(to = grab(mp, GTO|GCOMPARE|GDISPLAY|GLAST|GUSER, NiL)) || !*to) 500 if (t = grab(mp, GSENDER|GCOMPARE|GDISPLAY, NiL)) 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); 724 t = skin(s, GDISPLAY|GCOMPARE); 783 if (!(s = grab(mp, GTO|GCOMPARE|GDISPLAY|GLAS [all...] |
H A D | head.c | 259 pp->flags = flags & (GDISPLAY|GNL); 263 else if ((r = headget(pp)) && (pp->flags & GDISPLAY) && pp->length > 6) { 306 *s++ = (pp->flags & GDISPLAY) ? ':' : 0; 653 if (pp->flags & GDISPLAY) 828 else if ((s = grabname(&pp, mp, name, type)) && (type & (GCOMPARE|GDISPLAY)))
|
H A D | misc.c | 323 * apply GCOMPARE, GDISPLAY, state.var.allnet, state.var.local 369 if (p && (type & GDISPLAY)) { 384 if (!(type & (GCOMPARE|GDISPLAY))) 393 if (type & GDISPLAY) {
|
H A D | cmd2.c | 683 if (flags & GDISPLAY) 796 return get1(argv, GDISPLAY|GMIME); 806 return get1(argv, GDISPLAY);
|
H A D | cmd1.c | 146 if (!(name = grab(mp, GSENDER|GDISPLAY, NiL))) 155 name = grab(mp, (state.var.news ? GNEWS : state.var.showto && sender(state.var.user, mesg) ? GTO : GREPLY)|GDISPLAY, NiL);
|
H A D | collect.c | 417 headset(&pp, NiL, pp.fp, hp, NiL, g|GDISPLAY);
|
H A D | mailx.h | 336 #define GDISPLAY (1<<6) /* For display */ macro
|
H A D | send.c | 211 flags |= GDISPLAY|GNL;
|
H A D | imap.c | 2230 if (flags & GDISPLAY)
|
Completed in 37 milliseconds