Home
last modified time | relevance | path

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

/external/icu/icu4c/source/samples/legacy/
DMakefile33 OBJECTS=legacy.o newcol.o oldcol.o
/external/mksh/src/
Dedit.c3363 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