Searched refs:GDISPLAY (Results 1 - 9 of 9) sorted by relevance

/ast/src/cmd/mailx/
H A Dspam.c184 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 Dhead.c259 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 Dmisc.c323 * 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 Dcmd2.c683 if (flags & GDISPLAY)
796 return get1(argv, GDISPLAY|GMIME);
806 return get1(argv, GDISPLAY);
H A Dcmd1.c146 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 Dcollect.c417 headset(&pp, NiL, pp.fp, hp, NiL, g|GDISPLAY);
H A Dmailx.h336 #define GDISPLAY (1<<6) /* For display */ macro
H A Dsend.c211 flags |= GDISPLAY|GNL;
H A Dimap.c2230 if (flags & GDISPLAY)

Completed in 424 milliseconds