Lines Matching refs:OUT_STR
2802 OUT_STR(tgoto((char *)T_CM, col, row)); in term_windgoto()
2808 OUT_STR(tgoto((char *)T_CRI, 0, i)); in term_cursor_right()
2814 OUT_STR(tgoto((char *)T_CAL, 0, line_count)); in term_append_lines()
2820 OUT_STR(tgoto((char *)T_CDL, 0, line_count)); in term_delete_lines()
2832 OUT_STR(tgoto((char *)T_CWP, y, x)); in term_set_winpos()
2907 OUT_STR(T_CGP); in term_get_winpos()
2943 OUT_STR(tgoto((char *)T_CWS, width, height)); in term_set_winsize()
2982 OUT_STR(tgoto(buf, 0, n >= 16 ? n : n - 8)); in term_color()
2985 OUT_STR(tgoto((char *)s, 0, n)); in term_color()
3072 OUT_STR(buf); in term_rgb_color()
3106 OUT_STR(tgoto((char *)T_TS, 0, 0)); // set title start in term_settitle()
3121 OUT_STR(T_CST); in term_push_title()
3127 OUT_STR(T_SSI); in term_push_title()
3140 OUT_STR(T_CRT); in term_pop_title()
3146 OUT_STR(T_SRI); in term_pop_title()
4113 OUT_STR(tgoto((char *)T_CSH, 0, shape * 2 - blink)); in term_cursor_shape()
4149 OUT_STR(tgoto((char *)T_CS, W_WINROW(wp) + wp->w_height - 1, in scroll_region_set()
4152 OUT_STR(tgoto((char *)T_CSV, wp->w_wincol + wp->w_width - 1, in scroll_region_set()
4163 OUT_STR(tgoto((char *)T_CS, (int)Rows - 1, 0)); in scroll_region_reset()
4165 OUT_STR(tgoto((char *)T_CSV, (int)Columns - 1, 0)); in scroll_region_reset()