Lines Matching refs:putgoto

333       putgoto(cursor_address, col, lin); /* cursor motion */  in downleft()
461 putgoto(cursor_address, 0, 0); /* cursor motion */ in conFlush()
466 putgoto(cursor_address, in conFlush()
575 putgoto(cursor_address, cursor_column + start_pos - 1, cursor_line - 1); in doWrite()
709 putgoto(cursor_address, startcol - 1, startlin - 1); /* cursor motion */ in doClear()
737 putgoto(cursor_address, startcol - 1, line); /* cursor motion */ in doClear()
829 putgoto(cursor_address, startcol - 1, line); /* cursor motion */ in doUpScroll()
848 putgoto(cursor_address, startcol - 1, line); /* cursor motion */ in doUpScroll()
859 putgoto(cursor_address, 0, startlin - 1); /* cursor motion */ in doUpScroll()
871 putgoto(cursor_address, 0, stoplin - count); /* cursor motion */ in doUpScroll()
974 putgoto(cursor_address, startcol - 1, line); /* cursor motion */ in doDownScroll()
995 putgoto(cursor_address, startcol - 1, line); /* cursor motion */ in doDownScroll()
1006 putgoto(cursor_address, 0, stoplin - count); /* cursor motion */ in doDownScroll()
1018 putgoto(cursor_address, 0, startlin - 1); /* cursor motion */ in doDownScroll()
1106 putgoto(cursor_address, startcol - 1, startlin - 1); /* cursor motion */ in doLeftScroll()
1118 putgoto(cursor_address, startcol - 1, line + 1); /* cursor motion */ in doLeftScroll()
1123 putgoto(cursor_address, stopcol - count, startlin - 1); /* cursor motion */ in doLeftScroll()
1133 putgoto(cursor_address, stopcol - count, line + 1); /* cursor motion */ in doLeftScroll()
1141 putgoto(cursor_address, stopcol - count, line); /* cursor motion */ in doLeftScroll()
1148 putgoto(cursor_address, stopcol - count, line); /* cursor motion */ in doLeftScroll()
1170 putgoto(cursor_address, startcol + start_pos - 1, line); /* cursor motion */ in doLeftScroll()
1182 putgoto(cursor_address, stopcol - count + start_pos, line); /* cursor motion */ in doLeftScroll()
1247 putgoto(cursor_address, stopcol - count, startlin - 1); /* cursor motion */ in doRightScroll()
1259 putgoto(cursor_address, stopcol - count, line + 1); /* cursor motion */ in doRightScroll()
1263 putgoto(cursor_address, startcol - 1, startlin - 1); /* cursor motion */ in doRightScroll()
1274 putgoto(cursor_address, startcol - 1, line + 1); /* cursor motion */ in doRightScroll()
1316 putgoto(cursor_address, startcol + count + start_pos - 1, line); in doRightScroll()
1328 putgoto(cursor_address, startcol + start_pos - 1, line); /* cursor motion */ in doRightScroll()
1378 putgoto(cursor_address, 0, con->height - 1); /* cursor motion */ in conShut()