Home
last modified time | relevance | path

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

/external/icu/icu4c/source/samples/legacy/
DMakefile36 OBJECTS=legacy.o newcol.o oldcol.o
/external/mksh/src/
Dedit.c3409 static int newcol(unsigned char, int);
5150 col = newcol((unsigned char)vs->cbuf[cur++], col); in outofwin()
5172 tcol = newcol((unsigned char)vs->cbuf[tcur++], tcol); in rewindow()
5175 holdcol1 = newcol((unsigned char)vs->cbuf[holdcur1++], in rewindow()
5181 newcol(unsigned char ch, int col) in newcol() function