Lines Matching refs:col
95 inline void getCell(dimen_t col, VTermScreenCell* cell) {
96 *cell = mCells[col];
190 pos.col, oldpos.row, oldpos.col, visible);
473 for (dimen_t col = n; col < cols; col++) {
474 cells[col].chars[0] = 0;
475 cells[col].width = 1;
498 if ((size_t) pos.col < line->cols) {
500 line->getCell(pos.col, cell);
592 jclass clazz, jlong ptr, jint row, jint col, jobject run) {
606 .col = col,
611 while ((size_t) pos.col < term->getCols()) {
641 pos.col += cell.width;