HomeSort by: relevance | last modified time | path
    Searched defs:firstmsg (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/msgs/
msgs.c 168 int firstmsg, nextmsg, lastmsg = 0; local in function:main
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)
    [all...]
msgs.c 168 int firstmsg, nextmsg, lastmsg = 0; local in function:main
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)
    [all...]

Completed in 23 milliseconds