Home
last modified time | relevance | path

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

/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/ints/
H A Dint10_char.cpp612 Bit8u pospage=page; in INT10_WriteChar() local
620 pospage=0; in INT10_WriteChar()
624 pospage=page; in INT10_WriteChar()
631 pospage=0; in INT10_WriteChar()
639 Bit8u cur_row=CURSOR_POS_ROW(pospage); in INT10_WriteChar()
640 Bit8u cur_col=CURSOR_POS_COL(pospage); in INT10_WriteChar()
/dports/games/libretro-dosbox/dosbox-libretro-aa71b67/src/ints/
H A Dint10_char.cpp592 Bit8u pospage=page; in INT10_WriteChar() local
600 pospage=0; in INT10_WriteChar()
604 pospage=page; in INT10_WriteChar()
611 pospage=0; in INT10_WriteChar()
616 Bit8u cur_row=CURSOR_POS_ROW(pospage); in INT10_WriteChar()
617 Bit8u cur_col=CURSOR_POS_COL(pospage); in INT10_WriteChar()