Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/newform/
H A Dnewform.c291 char *tlast; /* Pointer for moving buffer up */ in center() local
299 tlast = plast + (&work[NCOLS] - pfirst); in center()
300 tptr = tlast; in center()
301 while (plast >= pfirst) *tlast-- = *plast--; in center()
302 pfirst = ++tlast; in center()
815 *tlast; /* Pointer to new buffer end */ in inputtabs() local
820 tfirst = tlast = work; in inputtabs()
828 *tlast++ = c; in inputtabs()
833 *tlast++ = ' '; in inputtabs()
839 *tlast++ = c; in inputtabs()
[all …]
/illumos-gate/usr/src/boot/libsa/
H A Dnet.c91 time_t t, tmo, tlast; in sendrecv() local
101 tlast = 0; in sendrecv()
133 tlast = t; in sendrecv()
144 tleft -= t - tlast; in sendrecv()
145 tlast = t; in sendrecv()