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

/ast/src/cmd/mailx/
H A Dimap.c95 #define IMAP_string 5 /* string item */ macro
508 case IMAP_string:
573 ap->type = IMAP_string;
590 ap->type = IMAP_string;
695 case IMAP_string:
919 if (ap && ap->type == IMAP_string)
962 if (ap->type == IMAP_string && ap->value.string)
1298 if (n && ap && ap->type == IMAP_string)

Completed in 11 milliseconds