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

/ast/src/cmd/mailx/
H A Dimap.c191 Vmalloc_t* gm; /* IMAP global store */ member in struct:__anon128
1561 imap->host = host ? vmstrdup(imap->gm, host) : "local";
1565 imap->user = user ? vmstrdup(imap->gm, user) : state.var.user;
1582 imap->meth = vmstrdup(imap->gm, meth);
1694 if (!(imap->gm = vmopen(&imap->vmdisc, Vmlast, 0)) || !(imap->vm = vmopen(&imap->vmdisc, Vmlast, 0)))
1697 if (imap->gm)
1698 vmclose(imap->gm);
1705 vmclose(imap->gm);
1788 imap->host = vmstrdup(imap->gm, s);
1796 imap->user = vmstrdup(imap->gm,
[all...]

Completed in 14 milliseconds