Home
last modified time | relevance | path

Searched refs:msgno (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/usr.bin/mail/
H A Dcmd3.c429 forward_one(int msgno, struct name *h_to) in forward_one() argument
435 mp = get_message(msgno); in forward_one()
437 (void)printf("no such message %d\n", msgno); in forward_one()
440 (void)printf("message %d\n", msgno); in forward_one()
490 bounce_one(int msgno, const char **smargs, struct name *h_to) in bounce_one() argument
513 mp = get_message(msgno); in bounce_one()
516 (void)printf("no such message %d\n", msgno); in bounce_one()
544 (void)printf("bounce failed for message %d\n", msgno); in bounce_one()
/netbsd-src/external/bsd/nvi/dist/common/
H A Dmsg.c735 db_recno_t msgno; in msg_open() local
761 key.data = &msgno; in msg_open()
764 msgno = 1; in msg_open()
846 db_recno_t msgno; in msg_cat() local
856 key.data = &msgno; in msg_cat()
859 msgno = atoi(str); in msg_cat()
/netbsd-src/usr.bin/gencat/
H A Dgencat.c564 int msgno, setno; in MCReadCat() local
622 msgno = 0; in MCReadCat()
626 if (msg_hdr->__msgno < msgno) in MCReadCat()
634 msgno = msg_hdr->__msgno; in MCReadCat()
635 MCAddMsg(msgno, strings + msg_hdr->__offset); in MCReadCat()