Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/newform/
H A Dnewform.c293 char *tlast; /* Pointer for moving buffer up */ in center() local
301 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() local
822 tfirst = tlast = work; in inputtabs()
830 *tlast++ = c; in inputtabs()
835 *tlast++ = ' '; in inputtabs()
841 *tlast++ = c; in inputtabs()
[all …]