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

/ast/src/cmd/mailx/
H A Dimap.c98 struct Imapblock_s; typedef struct Imapblock_s Imapblock_t; typedef in typeref:struct:Imapblock_s
166 Imapblock_t* next; /* next in list */
179 Imapblock_t* blocks; /* multiline cache */
712 register Imapblock_t* bp;
713 register Imapblock_t* bt;
716 Imapblock_t* bh;
794 if (!(bp = vmnewof(op->vm, 0, Imapblock_t, 1, n)))
804 if (!(bp = vmnewof(op->vm, 0, Imapblock_t, 1, n)))
818 if (!(bp = vmnewof(op->vm, 0, Imapblock_t, 1, n)))

Completed in 40 milliseconds