Home
last modified time | relevance | path

Searched refs:cursor_row (Results 1 – 25 of 351) sorted by relevance

12345678910>>...15

/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A De-selection-model-array.c85 if (esma->cursor_row >= row && esma->cursor_row < row + count) { in e_selection_model_array_delete_rows()
96 esma->cursor_row = -1; in e_selection_model_array_delete_rows()
102 if (esma->cursor_row >= row) in e_selection_model_array_delete_rows()
103 esma->cursor_row = MAX (0, esma->cursor_row - count); in e_selection_model_array_delete_rows()
108 if (esma->cursor_row >= 0) { in e_selection_model_array_delete_rows()
113 esma->cursor_row = -1; in e_selection_model_array_delete_rows()
173 esma->cursor_row = new_row; in e_selection_model_array_move_row()
262 esma->cursor_row = -1; in esma_clear()
333 esma->cursor_row = row; in esma_change_cursor()
362 return esma->cursor_row; in esma_cursor_row()
[all …]
H A De-table-selection-model.c69 gint cursor_row; in model_pre_change() local
79 "cursor_row", &cursor_row, in model_pre_change()
82 if (cursor_row != -1) in model_pre_change()
83 etsm->cursor_id = e_table_model_get_save_id (etm, cursor_row); in model_pre_change()
98 gint cursor_row = -1; in model_changed_idle() local
108 cursor_row = i; in model_changed_idle()
116 e_selection_model_change_cursor (E_SELECTION_MODEL (etsm), cursor_row, cursor_col); in model_changed_idle()
124 e_selection_model_cursor_changed (E_SELECTION_MODEL (etsm), cursor_row, cursor_col); in model_changed_idle()
H A De-table-item.c1024 gint cursor_row; in eti_show_cursor() local
1039 "cursor_row", &cursor_row, in eti_show_cursor()
1047 if (cursor_row != -1) { in eti_show_cursor()
1048 cursor_row = model_to_view_row (eti, cursor_row); in eti_show_cursor()
1051 0, cursor_row, eti->cols - 1, cursor_row, in eti_show_cursor()
1061 gint cursor_row; in eti_check_cursor_bounds() local
1074 "cursor_row", &cursor_row, in eti_check_cursor_bounds()
1077 if (cursor_row == -1) { in eti_check_cursor_bounds()
1088 cursor_row = model_to_view_row (eti, cursor_row); in eti_check_cursor_bounds()
1094 0, cursor_row, eti->cols - 1, cursor_row, in eti_check_cursor_bounds()
[all …]
/dports/www/anyterm/anyterm-1.1.29/src/
H A DTerminal.cc91 screen.cursor_row = max(screen.cursor_row,0); in clip_cursor()
92 screen.cursor_row = min(screen.cursor_row,rows()-1); in clip_cursor()
100 screen.cursor_row++; in cursor_line_down()
110 screen.cursor_row--; in cursor_line_up()
115 screen.cursor_row = scrolltop; in cursor_line_up()
199 screen.cursor_row = 0; in reset()
360 screen.cursor_row = 0; in csi_CUP()
379 screen.cursor_row -= n; in csi_CUU()
388 screen.cursor_row += n; in csi_CUD()
487 screen(screen.cursor_row,i) = screen(screen.cursor_row,i-n); in csi_ICH()
[all …]
/dports/net/samba412/samba-4.12.15/source3/utils/
H A Dregedit_list.c30 unsigned cursor_row; member
401 list->cursor_row = 0; in multilist_set_data()
502 if (list->cursor_row == 0) { in multilist_driver()
506 list->cursor_row--; in multilist_driver()
514 list->cursor_row++; in multilist_driver()
518 if (list->cursor_row == 0) { in multilist_driver()
524 list->cursor_row = 0; in multilist_driver()
526 list->cursor_row -= page; in multilist_driver()
540 list->cursor_row += page; in multilist_driver()
550 list->cursor_row = 0; in multilist_driver()
[all …]
/dports/net/guacamole-server/guacamole-server-1.3.0/src/terminal/
H A Dterminal_handlers.c63 if (term->cursor_row == term->scroll_end) in guac_terminal_linefeed()
68 else if (term->cursor_row < term->term_height - 1) in guac_terminal_linefeed()
69 term->cursor_row++; in guac_terminal_linefeed()
84 if (term->cursor_row == term->scroll_start) in guac_terminal_reverse_linefeed()
89 else if (term->cursor_row > 0) in guac_terminal_reverse_linefeed()
90 term->cursor_row--; in guac_terminal_reverse_linefeed()
122 term->cursor_row = row; in guac_terminal_move_cursor()
282 term->cursor_row, in guac_terminal_echo()
661 term->cursor_row - amount, in guac_terminal_csi()
691 term->cursor_row, in guac_terminal_csi()
[all …]
/dports/graphics/dia/dia-0.97.3/lib/
H A Dtext.c289 text->cursor_row = 0; in new_text()
328 copy->cursor_row = 0; in text_copy()
600 text->cursor_row = row; in text_set_cursor()
675 row = text->cursor_row; in text_delete_forward()
712 row = text->cursor_row; in text_delete_backward()
760 text->cursor_row ++; in text_split_line()
784 row = text->cursor_row; in text_insert_char()
808 row = text->cursor_row; in text_delete_key_handler()
844 text->cursor_row--; in text_key_event()
853 text->cursor_row++; in text_key_event()
[all …]
/dports/games/retroarch/RetroArch-1.9.7/wii/libogc/libogc/
H A Dconsole.c221 con->cursor_row = 0; in __console_clear()
231 cur_row = con->cursor_row; in __console_clear_from_cursor()
244 cur_row = con->cursor_row; in __console_clear_to_cursor()
301 con->cursor_row = 0; in __console_init_ex()
379 if(curr_con->cursor_row < 0) curr_con->cursor_row = 0; in __console_parse_escsequence()
385 if(curr_con->cursor_row >= curr_con->con_rows) curr_con->cursor_row = curr_con->con_rows - 1; in __console_parse_escsequence()
539 con->cursor_row++; in __console_write()
553 con->cursor_row++; in __console_write()
566 con->cursor_row++; in __console_write()
583 con->cursor_row--; in __console_write()
[all …]
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/EXAMPLES/vgl/demo_standalone/
H A Dvtech.h457 cursor_row++; in screen_put()
463 cursor_row = screen_rows-1; in screen_put()
477 cursor_row++; in screen_put()
480 cursor_row = screen_rows-1; in screen_put()
500 screen_refresh_row(cursor_row); in screen_put_char()
508 cursor_row++; in screen_put_char()
514 cursor_row = screen_rows-1; in screen_put_char()
529 cursor_row++; in screen_put_char()
532 cursor_row = screen_rows-1; in screen_put_char()
624 cursor_row = 0; in screen_clear()
[all …]
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/target/vgl/_INFORMATION/
H A Dvtech.h442 cursor_row++; in screen_put()
448 cursor_row = screen_rows-1; in screen_put()
462 cursor_row++; in screen_put()
465 cursor_row = screen_rows-1; in screen_put()
485 screen_refresh_row(cursor_row); in screen_put_char()
493 cursor_row++; in screen_put_char()
499 cursor_row = screen_rows-1; in screen_put_char()
514 cursor_row++; in screen_put_char()
517 cursor_row = screen_rows-1; in screen_put_char()
609 cursor_row = 0; in screen_clear()
[all …]
/dports/databases/pspg/pspg-5.3.4/src/
H A Dpspg.c153 static int cursor_row = 0; variable
2435 cursor_row = 0; in main()
3377 cursor_row = cursor_row > max_cursor_row ? max_cursor_row : cursor_row; in main()
4397 cursor_row = 0; in main()
4511 cursor_row = 0; in main()
4527 cursor_row += 1; in main()
4531 cursor_row += 1; in main()
4540 cursor_row -= 1; in main()
4543 cursor_row -= 1; in main()
4799 cursor_row = 0; in main()
[all …]
H A Dst_menu.c47 int cursor_row; member
1038 if (menu->cursor_row == row) in searching_selected_refval_items()
1557 cursor_row = menu->cursor_row; /* number of active menu item */ in _st_menu_driver()
1871 menu->cursor_row = row; in _st_menu_driver()
1892 menu->cursor_row = row; in _st_menu_driver()
1913 menu->cursor_row = row; in _st_menu_driver()
1948 menu->cursor_row = row; in _st_menu_driver()
1978 menu->cursor_row = last_row; in _st_menu_driver()
1998 if (menu->active_submenu && cursor_row != menu->cursor_row) in _st_menu_driver()
2202 &menu->cursor_row); in st_menu_new()
[all …]
/dports/games/frotz/frotz-73eec90ebb159ed687b74cbaf81e135c3e7e390b/src/dumb/
H A Ddoutput.c73 static int cursor_row = 0, cursor_col = 0; variable
423 if (cursor_row == z_header.screen_rows - 1) in dumb_display_char()
426 cursor_row++; in dumb_display_char()
610 cursor_row = row - 1; cursor_col = col - 1; in os_set_cursor()
611 if (cursor_row >= z_header.screen_rows) in os_set_cursor()
612 cursor_row = z_header.screen_rows - 1; in os_set_cursor()
726 os_erase_area(cursor_row + 1, cursor_col + 1, in dumb_discard_old_input()
727 cursor_row + 1, cursor_col + num_chars, -1); in dumb_discard_old_input()
738 show_cell(dumb_row(cursor_row)[i]); in dumb_show_prompt()
784 if (show_cursor && (cursor_row == last)) { in dumb_show_screen()
[all …]
/dports/net/mosh/mosh-1.3.2/src/terminal/
H A Dterminalframebuffer.cc77 cursor_col( 0 ), cursor_row( 0 ), in DrawState()
130 combining_char_row = cursor_row; in new_grapheme()
135 if ( cursor_row < limit_top() ) cursor_row = limit_top(); in snap_cursor_to_border()
136 if ( cursor_row > limit_bottom() ) cursor_row = limit_bottom(); in snap_cursor_to_border()
144 cursor_row += N; in move_row()
146 cursor_row = N + limit_top(); in move_row()
281 : cursor_col( 0 ), cursor_row( 0 ), in SavedCursor()
290 save.cursor_row = cursor_row; in save_cursor()
299 cursor_row = save.cursor_row; in restore_cursor()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dccaption_dec.c243 uint8_t cursor_row; member
272 ctx->cursor_row = 10; in init_decoder()
306 ctx->cursor_row = 10; in flush_decoder()
329 char *font = screen->fonts[ctx->cursor_row]; in write_char()
330 char *color = screen->colors[ctx->cursor_row]; in write_char()
331 char *bg = screen->bgs[ctx->cursor_row]; in write_char()
426 if (i > ctx->cursor_row - keep_lines && i <= ctx->cursor_row) in roll_up()
443 UNSET_FLAG(screen->row_used, ctx->cursor_row); in roll_up()
626 SET_FLAG(screen->row_used, ctx->cursor_row); in handle_textattr()
646 ctx->cursor_row = row_map[index] - 1; in handle_pac()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dccaption_dec.c243 uint8_t cursor_row; member
272 ctx->cursor_row = 10; in init_decoder()
306 ctx->cursor_row = 10; in flush_decoder()
329 char *font = screen->fonts[ctx->cursor_row]; in write_char()
330 char *color = screen->colors[ctx->cursor_row]; in write_char()
331 char *bg = screen->bgs[ctx->cursor_row]; in write_char()
426 if (i > ctx->cursor_row - keep_lines && i <= ctx->cursor_row) in roll_up()
443 UNSET_FLAG(screen->row_used, ctx->cursor_row); in roll_up()
626 SET_FLAG(screen->row_used, ctx->cursor_row); in handle_textattr()
646 ctx->cursor_row = row_map[index] - 1; in handle_pac()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dccaption_dec.c243 uint8_t cursor_row; member
272 ctx->cursor_row = 10; in init_decoder()
306 ctx->cursor_row = 10; in flush_decoder()
329 char *font = screen->fonts[ctx->cursor_row]; in write_char()
330 char *color = screen->colors[ctx->cursor_row]; in write_char()
331 char *bg = screen->bgs[ctx->cursor_row]; in write_char()
426 if (i > ctx->cursor_row - keep_lines && i <= ctx->cursor_row) in roll_up()
443 UNSET_FLAG(screen->row_used, ctx->cursor_row); in roll_up()
626 SET_FLAG(screen->row_used, ctx->cursor_row); in handle_textattr()
646 ctx->cursor_row = row_map[index] - 1; in handle_pac()
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dccaption_dec.c233 uint8_t cursor_row; member
265 ctx->cursor_row = 10; in init_decoder()
300 ctx->cursor_row = 10; in flush_decoder()
320 char *row = screen->characters[ctx->cursor_row]; in write_char()
321 char *font = screen->fonts[ctx->cursor_row]; in write_char()
322 char *charset = screen->charsets[ctx->cursor_row]; in write_char()
416 if (i > ctx->cursor_row - keep_lines && i <= ctx->cursor_row) in roll_up()
432 UNSET_FLAG(screen->row_used, ctx->cursor_row); in roll_up()
548 SET_FLAG(screen->row_used, ctx->cursor_row); in handle_textattr()
568 ctx->cursor_row = row_map[index] - 1; in handle_pac()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dccaption_dec.c233 uint8_t cursor_row; member
265 ctx->cursor_row = 10; in init_decoder()
300 ctx->cursor_row = 10; in flush_decoder()
320 char *row = screen->characters[ctx->cursor_row]; in write_char()
321 char *font = screen->fonts[ctx->cursor_row]; in write_char()
322 char *charset = screen->charsets[ctx->cursor_row]; in write_char()
416 if (i > ctx->cursor_row - keep_lines && i <= ctx->cursor_row) in roll_up()
432 UNSET_FLAG(screen->row_used, ctx->cursor_row); in roll_up()
548 SET_FLAG(screen->row_used, ctx->cursor_row); in handle_textattr()
568 ctx->cursor_row = row_map[index] - 1; in handle_pac()
[all …]
/dports/multimedia/ccextractor/ccextractor-0.85/src/lib_ccx/
H A Dccx_decoders_608.c132 data->cursor_row=0; in ccx_decoder_608_init_library()
206 use_buffer->characters[context->cursor_row][i] = ' '; in delete_to_end_of_row()
208 use_buffer->fonts[context->cursor_row][i] = context->font; in delete_to_end_of_row()
224 use_buffer->row_used[context->cursor_row] = 1; in write_char()
383 if(i == context->cursor_row) in write_cc_line()
528 for (int j = 0; j<(1 + context->cursor_row - keep_lines); j++) in roll_up()
734 if (context->cursor_row<15) in handle_command()
735 context->cursor_row++; in handle_command()
798 context->cursor_row = 0; in handle_command()
929 context->cursor_row = row - 1; // Since the array is 0 based in handle_pac()
[all …]
/dports/graphics/dia/dia-0.97.3/objects/GRAFCET/
H A Daction_text_draw.c72 text_get_line(text, text->cursor_row), in action_text_draw()
76 text_get_line(text, text->cursor_row), in action_text_draw()
77 text_get_line_strlen(text, text->cursor_row)); in action_text_draw()
80 for (i=0;i<text->cursor_row;i++) { in action_text_draw()
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/arch/x86/lib/
H A Dbios_interrupts.c26 static u8 cursor_row, cursor_col; in int10_handler() local
34 if (cursor_row != ((M.x86.R_EDX >> 8) & 0xff) || in int10_handler()
38 cursor_row = (M.x86.R_EDX >> 8) & 0xff; in int10_handler()
45 M.x86.R_EDX = (cursor_row << 8) | cursor_col; in int10_handler()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/arch/x86/lib/
H A Dbios_interrupts.c26 static u8 cursor_row, cursor_col; in int10_handler() local
34 if (cursor_row != ((M.x86.R_EDX >> 8) & 0xff) || in int10_handler()
38 cursor_row = (M.x86.R_EDX >> 8) & 0xff; in int10_handler()
45 M.x86.R_EDX = (cursor_row << 8) | cursor_col; in int10_handler()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/arch/x86/lib/
H A Dbios_interrupts.c26 static u8 cursor_row, cursor_col; in int10_handler() local
34 if (cursor_row != ((M.x86.R_EDX >> 8) & 0xff) || in int10_handler()
38 cursor_row = (M.x86.R_EDX >> 8) & 0xff; in int10_handler()
45 M.x86.R_EDX = (cursor_row << 8) | cursor_col; in int10_handler()
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/arch/x86/lib/
H A Dbios_interrupts.c26 static u8 cursor_row, cursor_col; in int10_handler() local
34 if (cursor_row != ((M.x86.R_EDX >> 8) & 0xff) || in int10_handler()
38 cursor_row = (M.x86.R_EDX >> 8) & 0xff; in int10_handler()
45 M.x86.R_EDX = (cursor_row << 8) | cursor_col; in int10_handler()

12345678910>>...15