Lines Matching refs:gc_ops

141 } gc_ops;  variable
337 gc_ops.clear_screen(xx, yy, top, bottom, which); in gc_clear_screen()
357 gc_ops.enable(FALSE); in gc_enable()
440 gc_ops.clear_screen(gc_x, gc_y, 0, vinfo.v_rows, 2); in gc_enable()
441 gc_ops.show_cursor(gc_x, gc_y); in gc_enable()
443 gc_ops.enable(TRUE); in gc_enable()
462 gc_ops.paint_char(xx, yy, character, attribute, 0, 0); in gc_hide_cursor()
467 gc_ops.hide_cursor(xx, yy); in gc_hide_cursor()
481 gc_ops.initialize(info); in gc_initialize()
498 gc_ops.paint_char(xx, yy, ch, attrs, 0, 0); in gc_paint_char()
1038 gc_ops.paint_char( /* xx */ column, in gc_scroll_down()
1045 gc_ops.paint_char( /* xx */ column, in gc_scroll_down()
1075 gc_ops.paint_char( /* xx */ column, in gc_scroll_down()
1082 gc_ops.paint_char( /* xx */ column, in gc_scroll_down()
1097 gc_ops.scroll_down(num, top, bottom); in gc_scroll_down()
1132 gc_ops.paint_char( /* xx */ column, in gc_scroll_up()
1139 gc_ops.paint_char( /* xx */ column, in gc_scroll_up()
1169 gc_ops.paint_char( /* xx */ column, in gc_scroll_up()
1176 gc_ops.paint_char( /* xx */ column, in gc_scroll_up()
1191 gc_ops.scroll_up(num, top, bottom); in gc_scroll_up()
1212 gc_ops.paint_char(xx, yy, character, attribute, 0, 0); in gc_show_cursor()
1217 gc_ops.show_cursor(xx, yy); in gc_show_cursor()
1224 assert(gc_ops.update_color); in gc_update_color()
1227 gc_ops.update_color(color, fore); in gc_update_color()
2920 gc_ops.initialize = vc_initialize; in initialize_screen()
2921 gc_ops.enable = vc_enable; in initialize_screen()
2922 gc_ops.paint_char = vc_paint_char; in initialize_screen()
2923 gc_ops.scroll_down = vc_scroll_down; in initialize_screen()
2924 gc_ops.scroll_up = vc_scroll_up; in initialize_screen()
2925 gc_ops.clear_screen = vc_clear_screen; in initialize_screen()
2926 gc_ops.hide_cursor = vc_reverse_cursor; in initialize_screen()
2927 gc_ops.show_cursor = vc_reverse_cursor; in initialize_screen()
2928 gc_ops.update_color = vc_update_color; in initialize_screen()