HomeSort by: relevance | last modified time | path
    Searched refs:msgno (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/mail/
cmd3.c 429 forward_one(int msgno, struct name *h_to)
435 mp = get_message(msgno);
437 (void)printf("no such message %d\n", msgno);
440 (void)printf("message %d\n", msgno);
490 bounce_one(int msgno, const char **smargs, struct name *h_to)
513 mp = get_message(msgno);
516 (void)printf("no such message %d\n", msgno);
544 (void)printf("bounce failed for message %d\n", msgno);
  /src/usr.bin/gencat/
gencat.c 565 int msgno, setno; local
623 msgno = 0;
627 if (msg_hdr->__msgno < msgno)
635 msgno = msg_hdr->__msgno;
636 MCAddMsg(msgno, strings + msg_hdr->__offset);

Completed in 15 milliseconds