Searched refs:GCOMPARE (Results 1 - 5 of 5) 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|GDISPLA
[all...]
H A Dmisc.c323 * apply GCOMPARE, GDISPLAY, state.var.allnet, state.var.local
345 if ((type & GCOMPARE) && state.var.allnet) {
384 if (!(type & (GCOMPARE|GDISPLAY)))
H A Dlist.c118 if (!*name || !(s = grab(state.msg.list + mesg - 1, GREPLY|GCOMPARE, NiL)))
216 if (*s && (t = grab(state.msg.list + mesg - 1, GREPLY|GCOMPARE, NiL)))
H A Dnames.c344 if (s = normalize(np->name, GCOMPARE, state.path.path, sizeof(state.path.path))) {
H A Dmailx.h335 #define GCOMPARE (1<<5) /* For comparison */ macro

Completed in 35 milliseconds