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

/freebsd-10.2-release/usr.bin/msgs/
H A Dmsgs.c166 int firstmsg = 0, nextmsg = 0, lastmsg = 0; local
265 fscanf(bounds, "%d %d\n", &firstmsg, &lastmsg);
283 firstmsg = 32767;
315 if (i < firstmsg)
316 firstmsg = i;
324 firstmsg = lastmsg + 1;
334 fprintf(bounds, "%d %d\n", firstmsg, lastmsg);
354 fprintf(bounds, "%d %d\n", firstmsg, nextmsg);
415 firstmsg, lastmsg);
435 if (rcfirst > firstmsg)
[all...]

Completed in 43 milliseconds