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

  /src/sbin/dump/
optr.c 139 char lastmsg[200]; variable in typeref:typename:char[200]
201 if (lastmsg[0])
202 (void) fputs(lastmsg, fp);
280 (void) vsnprintf(lastmsg, sizeof lastmsg, fmt, ap);
281 fputs(lastmsg, stderr);
  /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;
258 blast = lastmsg; /* save upper bound */
278 lastmsg = 0;
310 if (i > lastmsg)
311 lastmsg = i;
320 lastmsg = blast;
321 firstmsg = lastmsg + 1;
323 else if (blast > lastmsg)
    [all...]

Completed in 52 milliseconds