next_arg 67 imap-send.c static char *next_arg(char **); next_arg 670 imap-send.c while ((arg = next_arg(&cmd))) next_arg 691 imap-send.c arg = next_arg(&s); next_arg 693 imap-send.c if (!(arg = next_arg(&s)) || !(ctx->uidvalidity = atoi(arg))) { next_arg 698 imap-send.c if (!(arg = next_arg(&s)) || !(imap->uidnext = atoi(arg))) { next_arg 711 imap-send.c if (!(arg = next_arg(&s)) || !(ctx->uidvalidity = atoi(arg)) || next_arg 712 imap-send.c !(arg = next_arg(&s)) || !(*(int *)cb->ctx = atoi(arg))) { next_arg 731 imap-send.c arg = next_arg(&cmd); next_arg 733 imap-send.c arg = next_arg(&cmd); next_arg 750 imap-send.c } else if ((arg1 = next_arg(&cmd))) { next_arg 806 imap-send.c arg = next_arg(&cmd); next_arg 1053 imap-send.c arg = next_arg(&rsp); next_arg 1054 imap-send.c if (!arg || *arg != '*' || (arg = next_arg(&rsp)) == NULL) { next_arg 362 trailer.c struct trailer_item *next_arg; next_arg 367 trailer.c for (arg_tok = *arg_tok_first; arg_tok; arg_tok = next_arg) { next_arg 370 trailer.c next_arg = arg_tok->next;