Searched refs:getcell (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/serialconnect/libvterm/src/
H A Dscreen.c71 static inline ScreenCell *getcell(const VTermScreen *screen, int row, int col) function
176 ScreenCell *cell = getcell(screen, pos.row, pos.col);
191 getcell(screen, pos.row, pos.col + col)->chars[0] = (uint32_t)-1;
241 memmove(getcell(screen, row, dest.start_col),
242 getcell(screen, row + downward, src.start_col),
275 ScreenCell *cell = getcell(screen, row, col);
592 ScreenCell *cell = getcell(screen, row, col);
703 ScreenCell *cell = getcell(screen, row, col);
745 ScreenCell *intcell = getcell(screen, pos.row, pos.col);
771 getcell(scree
[all...]

Completed in 21 milliseconds