Searched refs:msgno (Results 1 – 3 of 3) sorted by relevance
429 forward_one(int msgno, struct name *h_to) in forward_one() argument435 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() argument513 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()
735 db_recno_t msgno; in msg_open() local761 key.data = &msgno; in msg_open()764 msgno = 1; in msg_open()846 db_recno_t msgno; in msg_cat() local856 key.data = &msgno; in msg_cat()859 msgno = atoi(str); in msg_cat()
564 int msgno, setno; in MCReadCat() local622 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()