Lines Matching refs:mesg
53 static int check(int mesg, int f);
56 static void mark(int mesg);
58 static int matchsubj(char *str, int mesg);
63 static int sender(char *str, int mesg);
64 static void unmark(int mesg);
417 check(int mesg, int f) in check() argument
421 if (mesg < 1 || mesg > msgCount) { in check()
422 printf(gettext("%d: Invalid message number\n"), mesg); in check()
425 mp = &message[mesg-1]; in check()
427 printf(gettext("%d: Inappropriate message\n"), mesg); in check()
652 register int mesg; in first() local
655 mesg = dot - &message[0] + 1; in first()
660 return (mesg); in first()
661 mesg++; in first()
663 mesg = dot - &message[0]; in first()
666 return (mesg); in first()
667 mesg--; in first()
677 sender(char *str, int mesg) in sender() argument
679 return (samebody(str, skin(nameof(&message[mesg-1])), TRUE)); in sender()
693 matchsubj(char *str, int mesg) in matchsubj() argument
703 mp = &message[mesg-1]; in matchsubj()
730 mark(int mesg) in mark() argument
734 i = mesg; in mark()
745 unmark(int mesg) in unmark() argument
749 i = mesg; in unmark()