Searched refs:tlast (Results 1 – 1 of 1) sorted by relevance
293 char *tlast; /* Pointer for moving buffer up */ in center() local301 tlast = plast + (&work[NCOLS] - pfirst); in center()302 tptr = tlast; in center()303 while (plast >= pfirst) *tlast-- = *plast--; in center()304 pfirst = ++tlast; in center()817 *tlast; /* Pointer to new buffer end */ in inputtabs() local822 tfirst = tlast = work; in inputtabs()830 *tlast++ = c; in inputtabs()835 *tlast++ = ' '; in inputtabs()841 *tlast++ = c; in inputtabs()[all …]