Searched refs:tlast (Results 1 – 2 of 2) sorted by relevance
291 char *tlast; /* Pointer for moving buffer up */ in center() local299 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() local820 tfirst = tlast = work; in inputtabs()828 *tlast++ = c; in inputtabs()833 *tlast++ = ' '; in inputtabs()839 *tlast++ = c; in inputtabs()[all …]
91 time_t t, tmo, tlast; in sendrecv() local101 tlast = 0; in sendrecv()133 tlast = t; in sendrecv()144 tleft -= t - tlast; in sendrecv()145 tlast = t; in sendrecv()