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

  /src/usr.bin/msgs/
msgs.c 168 int firstmsg, nextmsg, lastmsg = 0; local in function:main
348 nextmsg = lastmsg + 1;
349 snprintf(fname, sizeof (fname), "%s/%d", _PATH_MSGS, nextmsg);
357 fprintf(bounds, "%d %d\n", firstmsg, nextmsg);
371 nextmsg, pw->pw_name, ctime(&t));
419 fscanf(msgsrc, "%d\n", &nextmsg);
421 if (nextmsg > lastmsg+1) {
428 rcfirst = nextmsg - rcback;
443 rcfirst = nextmsg;
449 nextmsg = firstmsg
    [all...]
msgs.c 168 int firstmsg, nextmsg, lastmsg = 0; local in function:main
348 nextmsg = lastmsg + 1;
349 snprintf(fname, sizeof (fname), "%s/%d", _PATH_MSGS, nextmsg);
357 fprintf(bounds, "%d %d\n", firstmsg, nextmsg);
371 nextmsg, pw->pw_name, ctime(&t));
419 fscanf(msgsrc, "%d\n", &nextmsg);
421 if (nextmsg > lastmsg+1) {
428 rcfirst = nextmsg - rcback;
443 rcfirst = nextmsg;
449 nextmsg = firstmsg
    [all...]

Completed in 24 milliseconds