Searched refs:m_info (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/mailx/
H A Dimap.c136 typedef struct { /* IMAP Msg_t.m_info info */
852 ip = (Imapmsg_t*)mp->m_info;
905 ((Imapmsg_t*)mp->m_info)->parts = pp;
1008 sfprintf(imap->tp, "%d.att", ((Imapmsg_t*)mp->m_info)->attachments + 1);
1017 pp->attachment = ++((Imapmsg_t*)mp->m_info)->attachments;
1043 ip = (Imapmsg_t*)mp->m_info;
1827 if (!mp->m_info)
1830 if (!(mp->m_info = (void*)vmnewof(imap->vm, 0, Imapmsg_t, 1, 0)))
1841 ip = (Imapmsg_t*)mp->m_info;
1967 if (ip = (Imapmsg_t*)mp->m_info)
[all...]
H A Dmailx.h174 void* m_info; /* Folder type specific info */ member in struct:msg
H A Dfio.c102 mp->m_info = 0;

Completed in 23 milliseconds