HomeSort by: relevance | last modified time | path
    Searched defs:next_ap (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/mail/
mime_attach.c 885 struct attachment *next_ap; local in function:edit_attachlist
886 next_ap = ap->a_flink;
888 ap->a_flink = next_ap;
889 if (next_ap)
890 next_ap->a_blink = ap;
mime_attach.c 885 struct attachment *next_ap; local in function:edit_attachlist
886 next_ap = ap->a_flink;
888 ap->a_flink = next_ap;
889 if (next_ap)
890 next_ap->a_blink = ap;
mime_attach.c 885 struct attachment *next_ap; local in function:edit_attachlist
886 next_ap = ap->a_flink;
888 ap->a_flink = next_ap;
889 if (next_ap)
890 next_ap->a_blink = ap;

Completed in 68 milliseconds