Searched refs:tem_safe_mv_cursor (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/io/ |
H A D | tem_safe.c | 115 static void tem_safe_mv_cursor(struct tem_vt_state *, int, int, 378 tem_safe_mv_cursor(tem, in tem_safe_control() 568 tem_safe_mv_cursor(tem, row - tem->tvs_params[0], col, in tem_safe_chkparam() 574 tem_safe_mv_cursor(tem, tem->tvs_params[0] - 1, col, in tem_safe_chkparam() 581 tem_safe_mv_cursor(tem, row + tem->tvs_params[0], col, in tem_safe_chkparam() 588 tem_safe_mv_cursor(tem, row, col + tem->tvs_params[0], in tem_safe_chkparam() 594 tem_safe_mv_cursor(tem, row, tem->tvs_params[0] - 1, in tem_safe_chkparam() 600 tem_safe_mv_cursor(tem, row, col - tem->tvs_params[0], in tem_safe_chkparam() 606 tem_safe_mv_cursor(tem, row + tem->tvs_params[0], 0, in tem_safe_chkparam() 612 tem_safe_mv_cursor(tem, row - tem->tvs_params[0], 0, in tem_safe_chkparam() [all …]
|