Home | Sort by: relevance | last modified time | path |
/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; |