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 564 int msgno, setno; local in function:MCReadCat
622 msgno = 0;
626 if (msg_hdr->__msgno < msgno)
634 msgno = msg_hdr->__msgno;
635 MCAddMsg(msgno, strings + msg_hdr->__offset);

Completed in 15 milliseconds