Searched refs:newcol (Results 1 – 2 of 2) sorted by relevance
33 OBJECTS=legacy.o newcol.o oldcol.o
3363 static int newcol(unsigned char, int);5083 col = newcol((unsigned char)es->cbuf[cur++], col); in outofwin()5105 tcol = newcol((unsigned char)es->cbuf[tcur++], tcol); in rewindow()5108 holdcol1 = newcol((unsigned char)es->cbuf[holdcur1++], in rewindow()5114 newcol(unsigned char ch, int col) in newcol() function