Home | History | Annotate | Download | only in msgs

Lines Matching defs:firstmsg

168 	int firstmsg, nextmsg, lastmsg = 0;
255 if (fscanf(bounds, "%d %d\n", &firstmsg, &lastmsg) < 2)
256 firstmsg = lastmsg = 0;
277 firstmsg = 32767;
312 if (i < firstmsg)
313 firstmsg = i;
321 firstmsg = lastmsg + 1;
333 fprintf(bounds, "%d %d\n", firstmsg, lastmsg);
357 fprintf(bounds, "%d %d\n", firstmsg, nextmsg);
423 firstmsg, lastmsg);
445 if (rcfirst > firstmsg)
446 firstmsg = rcfirst; /* don't set below first msg */
449 nextmsg = firstmsg;
471 prevmsg = firstmsg;
479 for (msg = firstmsg; msg <= lastmsg; msg++) {