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

/ast/src/cmd/mailx/
H A Dimap.c92 #define IMAP_list 2 /* list item */ macro
106 typedef struct { /* IMAP_list item */
490 case IMAP_list:
599 ap->type = IMAP_list;
620 ap->type = IMAP_list;
908 if (ap->type == IMAP_list)
916 } while ((ap = ap->next) && ap->type == IMAP_list);
986 if (ap->type == IMAP_list &&
1046 if (ap->type == IMAP_list)
1242 if ((ap = op->args.head) && ap->type == IMAP_list)
[all...]

Completed in 10 milliseconds