Home
last modified time | relevance | path

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

/freebsd/stand/i386/libi386/
H A Dvidconsole.c380 int srow, drow; in vidc_text_copy() local
401 srow = s.tp_row * state->tg_tp.tp_col; in vidc_text_copy()
408 &screen_buffer[s.tp_col + srow])) { in vidc_text_copy()
410 screen_buffer[s.tp_col + srow]; in vidc_text_copy()
423 srow = s.tp_row * state->tg_tp.tp_col; in vidc_text_copy()
430 &screen_buffer[s.tp_col + srow])) { in vidc_text_copy()
432 screen_buffer[s.tp_col + srow]; in vidc_text_copy()
443 srow = s.tp_row * state->tg_tp.tp_col; in vidc_text_copy()
450 &screen_buffer[s.tp_col + srow])) { in vidc_text_copy()
452 screen_buffer[s.tp_col + srow]; in vidc_text_copy()