Searched refs:grab (Results 1 - 11 of 11) sorted by relevance

/ast/src/cmd/mailx/
H A Dlist.c118 if (!*name || !(s = grab(state.msg.list + mesg - 1, GREPLY|GCOMPARE, NiL)))
141 if (t = grab(mp, fields[i], NiL)) {
184 t = grab(mp, GSUB, str);
192 t = grab(mp, GSUB, NiL);
216 if (*s && (t = grab(state.msg.list + mesg - 1, GREPLY|GCOMPARE, NiL)))
H A Dcmd3.c507 rp = grab(mp, GREPLY, NiL);
508 if (cp = grab(mp, GTO, NiL))
510 if (cp = grab(mp, GCC, NiL))
519 extract(&head, GTO, grab(mp, GREPLY, NiL));
525 if (head.h_subject = grab(mp, GSUB, NiL))
529 if (head.h_messageid = grab(mp, GMESSAGEID, NiL))
531 if (head.h_references = grab(mp, GREFERENCES, NiL))
H A Dspam.c493 if (!(to = grab(mp, GTO|GCOMPARE|GDISPLAY|GLAST|GUSER, NiL)) || !*to)
500 if (t = grab(mp, GSENDER|GCOMPARE|GDISPLAY, NiL))
783 if (!(s = grab(mp, GTO|GCOMPARE|GDISPLAY|GLAST|GUSER, NiL)))
797 if ((s = grab(mp, GCC|GCOMPARE|GDISPLAY, NiL)) && hostmatch(local, s))
H A Dcmd1.c97 subjline = grab(mp, GSUB, NiL);
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 Dquit.c148 if (news && (mp->m_flag & (MREAD|MDELETE)) && (s = grab(mp, GNEWS, NiL)))
431 (s = grab(mp, GNEWS, NiL)))
H A Dmailx.h503 unsigned long flags; /* grab*() flags */
958 extern char* grab(struct msg*, unsigned long, char*);
/ast/src/cmd/ie/
H A Die.sh80 : grab the options
/ast/src/cmd/warp/
H A Dwarp.sh127 : grab the options
/ast/src/cmd/3d/
H A D3d.sh237 : grab the options
/ast/src/lib/libast/misc/
H A Dfastfind.c711 goto grab;
729 goto grab;
733 grab:
/ast/src/lib/libtk/
H A DMakefile258 doc/grab.n \

Completed in 31 milliseconds