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

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

Completed in 152 milliseconds