Searched refs:tfirst (Results 1 – 1 of 1) sorted by relevance
292 char *tfirst; /* Pointer for moving buffer down */ in center() local307 tfirst = &work[NCOLS]; in center()308 tptr = tfirst; in center()309 while (pfirst <= plast) *tfirst++ = *pfirst++; in center()310 plast = --tfirst; in center()816 char *tfirst, /* Pointer to new buffer start */ in inputtabs() local822 tfirst = tlast = work; in inputtabs()846 pfirst = tfirst; in inputtabs()902 char *tfirst, /* Pointer to new buffer start */ in outputtabs() local909 tfirst = tlast = pfirst; in outputtabs()[all …]