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

/illumos-gate/usr/src/cmd/newform/
H A Dnewform.c293 char *tlast; /* Pointer for moving buffer up */ local
301 tlast = plast + (&work[NCOLS] - pfirst);
302 tptr = tlast;
303 while (plast >= pfirst) *tlast-- = *plast--;
304 pfirst = ++tlast;
817 *tlast; /* Pointer to new buffer end */ local
822 tfirst = tlast = work;
830 *tlast++ = c;
835 *tlast++ = ' ';
841 *tlast
903 *tlast, /* Pointer to new buffer end */ local
[all...]
/illumos-gate/usr/src/boot/lib/libstand/
H A Dnet.c79 time_t t, tmo, tlast; local
88 tlast = 0;
115 tlast = t;
126 tleft -= t - tlast;
127 tlast = t;

Completed in 67 milliseconds