Home
last modified time | relevance | path

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

/external/mksh/src/
Dedit.c5197 int tcur, tcol; in rewindow() local
5202 holdcol1 = holdcol2 = tcol = 0; in rewindow()
5204 if (tcol - holdcol2 > winwidth / 2) { in rewindow()
5208 holdcol2 = tcol; in rewindow()
5210 tcol = newcol((unsigned char)vs->cbuf[tcur++], tcol); in rewindow()
5212 while (tcol - holdcol1 > winwidth / 2) in rewindow()
/external/libcups/cups/
Ddest-options.c1461 ipp_t *tcol = ippGetCollection(tattr, i); in cups_collection_contains() local
1465 if (!cups_collection_contains(tcol, ippGetCollection(mattr, j))) in cups_collection_contains()