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

/haiku/src/apps/serialconnect/
H A DTermView.h47 void _PushLine(int cols, const VTermScreenCell* cells);
54 static int _PushLine(int cols, const VTermScreenCell* cells,
H A DTermView.cpp483 TermView::_PushLine(int cols, const VTermScreenCell* cells) function in class:TermView
569 TermView::_PushLine(int cols, const VTermScreenCell* cells, void* user) function in class:TermView
572 view->_PushLine(cols, cells);
595 &TermView::_PushLine,

Completed in 36 milliseconds