Home
last modified time | relevance | path

Searched defs:state (Results 1 – 25 of 32) sorted by relevance

12

/vim-8.2.3635/src/libvterm/src/
H A Dpen.c54 static int lookup_colour_ansi(const VTermState *state, long index, VTermColor *col) in lookup_colour_ansi()
64 static int lookup_colour_palette(const VTermState *state, long index, VTermColor *col) in lookup_colour_palette()
132 static void setpenattr_bool(VTermState *state, VTermAttr attr, int boolean) in setpenattr_bool()
139 static void setpenattr_int(VTermState *state, VTermAttr attr, int number) in setpenattr_int()
146 static void setpenattr_col(VTermState *state, VTermAttr attr, VTermColor color) in setpenattr_col()
153 static void set_pen_col_ansi(VTermState *state, VTermAttr attr, long col) in set_pen_col_ansi()
162 INTERNAL void vterm_state_newpen(VTermState *state) in vterm_state_newpen()
175 INTERNAL void vterm_state_resetpen(VTermState *state) in vterm_state_resetpen()
190 INTERNAL void vterm_state_savepen(VTermState *state, int save) in vterm_state_savepen()
278 void vterm_state_convert_color_to_rgb(const VTermState *state, VTermColor *col) in vterm_state_convert_color_to_rgb()
[all …]
H A Dstate.c103 INTERNAL void vterm_state_free(VTermState *state) in vterm_state_free()
163 static void linefeed(VTermState *state) in linefeed()
278 VTermState *state = user; in on_text() local
466 VTermState *state = user; in on_control() local
623 VTermState *state = user; in on_escape() local
953 VTermState *state = user; in on_csi() local
1620 VTermState *state = user; in on_osc() local
1754 VTermState *state = user; in on_dcs() local
1770 VTermState *state = user; in on_resize() local
1878 VTermState *state; in vterm_obtain_state() local
[all …]
H A Dmouse.c5 static void output_mouse(VTermState *state, int code, int pressed, int modifiers, int col, int row) in output_mouse()
56 VTermState *state = vt->state; in vterm_mouse_move() local
75 VTermState *state = vt->state; in vterm_mouse_button() local
H A Dvterm_internal.h81 #define SCROLLREGION_BOTTOM(state) ((state)->scrollregion_bottom > -1 ? (state)->scrollregion_botto… argument
83 #define SCROLLREGION_LEFT(state) ((state)->mode.leftrightmargin ? (state)->scrollregion_left : 0) argument
85 #define SCROLLREGION_RIGHT(state) ((state)->mode.leftrightmargin && (state)->scrollregion_right > -… argument
95 #define ROWWIDTH(state,row) ((state)->lineinfo[(row)].doublewidth ? ((state)->cols / 2) : (state)->… argument
96 #define THISROWWIDTH(state) ROWWIDTH(state, (state)->pos.row) argument
184 } state; member
226 VTermState *state; member
H A Dscreen.c44 VTermState *state; member
701 VTermState *state = vterm_obtain_state(vt); in screen_new() local
/vim-8.2.3635/src/
H A Dcrypt.c160 state; member
213 crypt_works_inplace(cryptstate_T *state) in crypt_works_inplace()
307 cryptstate_T *state = ALLOC_ONE(cryptstate_T); in crypt_create() local
357 cryptstate_T *state; in crypt_create_from_file() local
401 cryptstate_T *state; in crypt_create_for_writing() local
441 crypt_free_state(cryptstate_T *state) in crypt_free_state()
465 cryptstate_T *state, in crypt_encode_alloc()
494 cryptstate_T *state, in crypt_decode_alloc()
523 cryptstate_T *state, in crypt_encode()
553 cryptstate_T *state, in crypt_encode_inplace()
[all …]
H A Dcrypt_zip.c83 cryptstate_T *state, in crypt_zip_init()
114 cryptstate_T *state, in crypt_zip_encode()
138 cryptstate_T *state, in crypt_zip_decode()
H A Dblowfish.c513 bf_state_T state; in bf_self_test() local
596 cryptstate_T *state, in crypt_blowfish_encode()
620 cryptstate_T *state, in crypt_blowfish_decode()
640 cryptstate_T *state, in crypt_blowfish_init()
H A Dregexp_nfa.c3177 nfa_state_T *state = startstate; in nfa_max_width() local
4038 nfa_state_T *state; member
4305 nfa_state_T *state, in report_state()
4331 nfa_state_T *state, // state to update in has_state_with_pos()
4385 nfa_state_T *state = startstate; in match_follows() local
4478 nfa_state_T *state, // state to update in state_in_list()
4963 nfa_state_T *state, // state to update in addstate_here()
5284 nfa_state_T *state, in recursive_regmatch()
5466 failure_chance(nfa_state_T *state, int depth) in failure_chance()
5834 #define ADD_STATE_IF_MATCH(state) \ in nfa_regmatch() argument
[all …]
H A Dbeval.h44 unsigned int state; // Button/Modifier key state member
H A Dgui_beval.c298 GdkModifierType state; in target_event_cb() local
380 pointer_event(BalloonEval *beval, int x, int y, unsigned state) in pointer_event()
H A Dif_ruby.c849 int state; in ex_ruby() local
890 eval_enc_string_protect(const char *str, int *state) in eval_enc_string_protect()
915 int state; in ex_rubydo() local
969 int state; in ex_rubyfile() local
1052 error_print(int state) in error_print()
1975 int state; in do_rubyeval() local
H A Dgui_gtk_x11.c973 modifiers_gdk2vim(guint state) in modifiers_gdk2vim()
994 modifiers_gdk2mouse(guint state) in modifiers_gdk2mouse()
1024 guint state; in key_press_event() local
1582 process_motion_notify(int x, int y, GdkModifierType state) in process_motion_notify()
1676 GdkModifierType *state) in gui_gtk_get_pointer()
1707 GdkModifierType state; in motion_repeat_timer_cb() local
1752 GdkModifierType state; in motion_notify_event() local
2005 GdkModifierType state, in drag_handle_uri_list()
2034 GdkModifierType state) in drag_handle_text()
2077 GdkModifierType state; in drag_data_received_cb() local
H A Dgui_xim.c858 im_string_to_keyval(const char *str, unsigned int *keyval, unsigned int *state) in im_string_to_keyval()
922 im_synthesize_keypress(unsigned int keyval, unsigned int state) in im_synthesize_keypress()
H A Dgui_at_sb.c724 unsigned int *state) // RETURN in ExtractPosition()
901 unsigned int state; in NotifyScroll() local
H A Dregexp.h123 nfa_state_T state[1]; // actually longer.. member
H A Dif_lua.c646 luaV_CFuncState *state; in luaV_totypval() local
670 luaV_CFuncState *state = ALLOC_CLEAR_ONE(luaV_CFuncState); in luaV_totypval() local
2743 void *state) in luaV_call_lua_func()
2774 luaV_call_lua_func_free(void *state) in luaV_call_lua_func_free()
H A Dmap.c40 get_maphash_list(int state, int c) in get_maphash_list()
49 get_buf_maphash_list(int state, int c) in get_buf_maphash_list()
H A Dquickfix.c621 qf_grow_linebuf(qfstate_T *state, int newsz) in qf_grow_linebuf()
649 qf_get_next_str_line(qfstate_T *state) in qf_get_next_str_line()
690 qf_get_next_list_line(qfstate_T *state) in qf_get_next_list_line()
729 qf_get_next_buf_line(qfstate_T *state) in qf_get_next_buf_line()
762 qf_get_next_file_line(qfstate_T *state) in qf_get_next_file_line()
859 qf_get_nextline(qfstate_T *state) in qf_get_nextline()
1616 qfstate_T *state, in qf_init_process_nextline()
1676 qfstate_T state; in qf_init_ext() local
H A Dterminal.c3714 VTermState *state; in term_update_window() local
4112 VTermState *state = vterm_obtain_state(vterm); in set_vterm_palette() local
4546 VTermState *state; in create_vterm() local
4772 VTermState *state; in f_term_dumpwrite() local
6220 VTermState *state; in f_term_getansicolors() local
H A Dmenu.c1760 get_menu_index(vimmenu_T *menu, int state) in get_menu_index()
H A Dmemline.c5357 cryptstate_T *state; in ml_encrypt_data() local
5402 cryptstate_T *state; in ml_decrypt_data() local
H A Dautocmd.c1741 int state; in trigger_cursorhold() local
H A Dgui_gtk.c1114 GdkModifierType state; in adjustment_value_changed() local
/vim-8.2.3635/src/libvterm/t/
H A Dharness.c26 VTermModifier state = 0; in strpe_modifiers() local
84 static VTermState *state; variable

12