Lines Matching refs:mesg
52 static int check(int mesg, int f);
55 static void mark(int mesg);
57 static int matchsubj(char *str, int mesg);
62 static int sender(char *str, int mesg);
63 static void unmark(int mesg);
416 check(int mesg, int f) in check() argument
420 if (mesg < 1 || mesg > msgCount) { in check()
421 printf(gettext("%d: Invalid message number\n"), mesg); in check()
424 mp = &message[mesg-1]; in check()
426 printf(gettext("%d: Inappropriate message\n"), mesg); in check()
651 int mesg; in first() local
654 mesg = dot - &message[0] + 1; in first()
659 return (mesg); in first()
660 mesg++; in first()
662 mesg = dot - &message[0]; in first()
665 return (mesg); in first()
666 mesg--; in first()
676 sender(char *str, int mesg) in sender() argument
678 return (samebody(str, skin(nameof(&message[mesg-1])), TRUE)); in sender()
692 matchsubj(char *str, int mesg) in matchsubj() argument
702 mp = &message[mesg-1]; in matchsubj()
729 mark(int mesg) in mark() argument
733 i = mesg; in mark()
744 unmark(int mesg) in unmark() argument
748 i = mesg; in unmark()