Lines Matching refs:tlast
293 char *tlast; /* Pointer for moving buffer up */
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 */
822 tfirst = tlast = work;
830 *tlast++ = c;
835 *tlast++ = ' ';
841 *tlast++ = c;
847 plast = --tlast;
903 *tlast, /* Pointer to new buffer end */
909 tfirst = tlast = pfirst;
916 *tlast++ = c;
920 mark = tlast;
922 *tlast++ = ' ';
926 tlast = mark;
934 *tlast++ = c;
939 plast = --tlast;