| /vim-8.2.3635/src/ |
| H A D | gui_xmdlg.c | 313 if (!data->sel[l] || !strcmp(data->sel[l], wild)) in match() 332 size_part(fn(data, i), buf, data->in_pixels); in match() 422 size_part(fn(data, i), buf, data->in_pixels); in fill_lists() 563 size_part(fn(data, i), newSize, !data->in_pixels); in stoggle_callback() 567 data->in_pixels = !data->in_pixels; in stoggle_callback() 673 data->font_name = XtNewString(fn(data, i)); in do_choice() 680 XmTextSetString(data->name, data->font_name); in do_choice() 838 data->num = 0; in ok_callback() 901 data->old_list = gui_motif_create_fontlist(data->old); in gui_xm_select_font() 1238 XmTextSetString(data->name, data->font_name); in gui_xm_select_font() [all …]
|
| H A D | if_mzsch.c | 847 timer_proc(gpointer data UNUSED) in timer_proc() 994 load_base_module(void *data) in load_base_module() argument 1625 Vim_Prim *prim = (Vim_Prim *)data; in vim_command() 1648 Vim_Prim *prim = (Vim_Prim *)data; in vim_eval() 1799 Vim_Prim *prim = (Vim_Prim *)data; in set_option() 1942 Vim_Prim *prim = (Vim_Prim *)data; in get_window_num() 1958 Vim_Prim *prim = (Vim_Prim *)data; in get_window_by_num() 2160 Vim_Prim *prim = (Vim_Prim *)data; in get_buffer_by_num() 2179 Vim_Prim *prim = (Vim_Prim *)data; in get_buffer_by_name() 2217 Vim_Prim *prim = (Vim_Prim *)data; in get_next_buffer() [all …]
|
| H A D | gui_athena.c | 151 if (data < 0) in gui_athena_scroll_cb_scroll() 153 data = (data - gui.char_height + 1) / gui.char_height; in gui_athena_scroll_cb_scroll() 155 data = -1; in gui_athena_scroll_cb_scroll() 163 data = 1; in gui_athena_scroll_cb_scroll() 165 data = page; in gui_athena_scroll_cb_scroll() 168 switch (data) in gui_athena_scroll_cb_scroll() 184 if (data < 0) in gui_athena_scroll_cb_scroll() 186 data = (data - gui.char_width + 1) / gui.char_width; in gui_athena_scroll_cb_scroll() 188 data = -1; in gui_athena_scroll_cb_scroll() 192 data = (data + gui.char_width - 1) / gui.char_width; in gui_athena_scroll_cb_scroll() [all …]
|
| H A D | sha256.c | 65 GET_UINT32(W[0], data, 0); in sha256_process() 66 GET_UINT32(W[1], data, 4); in sha256_process() 67 GET_UINT32(W[2], data, 8); in sha256_process() 68 GET_UINT32(W[3], data, 12); in sha256_process() 69 GET_UINT32(W[4], data, 16); in sha256_process() 70 GET_UINT32(W[5], data, 20); in sha256_process() 71 GET_UINT32(W[6], data, 24); in sha256_process() 72 GET_UINT32(W[7], data, 28); in sha256_process() 73 GET_UINT32(W[8], data, 32); in sha256_process() 74 GET_UINT32(W[9], data, 36); in sha256_process() [all …]
|
| H A D | os_qnx.c | 74 if (clip_header != NULL && clip_header->data != NULL) in clip_mch_request_selection() 76 switch(*(char *) clip_header->data) in clip_mch_request_selection() 90 clip_text = clip_header->data; in clip_mch_request_selection() 131 clip_header[0].data = vim_clip; in clip_mch_set_selection() 135 clip_header[1].data = text_clip; in clip_mch_set_selection()
|
| H A D | gui_gtk_x11.c | 602 gpointer data UNUSED) in visibility_event() 866 gpointer data UNUSED) in enter_notify_event() 881 gpointer data UNUSED) in leave_notify_event() 910 gpointer data UNUSED) in focus_out_event() 1014 gpointer data UNUSED) in key_press_event() 1181 gpointer data UNUSED) in key_release_event() 2280 gpointer data) in local_xsmp_handle_requests() argument 2691 gpointer data UNUSED) in drawarea_style_updated_cb() 2770 gpointer data UNUSED) in delete_event_cb() 3183 gpointer data UNUSED) in on_select_tab() [all …]
|
| H A D | gui_photon.c | 330 void *data, in gui_ph_handle_timer_cursor() argument 783 void *data, in gui_ph_handle_pulldown_menu() argument 786 if (data != NULL) in gui_ph_handle_pulldown_menu() 803 if (data != NULL) in gui_ph_handle_menu() 817 void *data, in gui_ph_handle_menu_unrealized() argument 827 void *data, in gui_ph_handle_window_open() argument 918 void *data, in gui_ph_handle_pg_change() argument 1054 void *data, in gui_ph_handle_buffer_remove() argument 1059 if (data != NULL) in gui_ph_handle_buffer_remove() 1061 menu = (vimmenu_T *) data; in gui_ph_handle_buffer_remove() [all …]
|
| H A D | os_mswin.c | 1940 COPYDATASTRUCT data; in serverSendEnc() local 1944 data.lpData = p_enc; in serverSendEnc() 1946 (LPARAM)(&data)); in serverSendEnc() 2007 switch (data->dwData) in Messaging_WndProc() 2067 if (data->lpData != NULL) in Messaging_WndProc() 2337 COPYDATASTRUCT data; in serverSendReply() local 2353 data.lpData = reply; in serverSendReply() 2357 (LPARAM)(&data))) in serverSendReply() 2374 COPYDATASTRUCT data; in serverSendToVim() local 2406 data.lpData = cmd; in serverSendToVim() [all …]
|
| H A D | gui_gtk_f.c | 166 child = tmp_list->data; in gui_gtk_form_move() 347 GtkFormChild *child = tmp_list->data; in form_realize() 381 GtkFormChild *child = tmp_list->data; in form_map() 407 GtkFormChild *child = tmp_list->data; in form_unrealize() 502 GtkFormChild *child = tmp_list->data; in form_size_allocate() 546 GtkFormChild * const formchild = tmp_list->data; in form_draw() 585 GTK_WIDGET(((GtkFormChild *)tmp_list->data)->widget), in form_expose() 607 child = tmp_list->data; in form_remove() 659 child = tmp_list->data; in form_forall() 826 form_position_child(form, tmp_list->data, FALSE); in form_position_children()
|
| H A D | gui_gtk.c | 101 static void entry_activate_cb(GtkWidget *widget, gpointer data); 103 static void find_replace_cb(GtkWidget *widget, gpointer data); 411 gpointer data UNUSED) in toolbar_button_focus_in_event() 682 menu_item_activate(GtkWidget *widget UNUSED, gpointer data) in menu_item_activate() argument 684 gui_menu_cb((vimmenu_T *)data); in menu_item_activate() 688 menu_item_select(GtkWidget *widget UNUSED, gpointer data) in menu_item_select() argument 696 menu = (vimmenu_T *)data; in menu_item_select() 1094 sb = gui_find_scrollbar((long)data); in adjustment_value_changed() 1748 DialogInfo *di = (DialogInfo *)data; in dialog_key_press_event_cb() 2593 find_replace_cb(GtkWidget *widget UNUSED, gpointer data) in find_replace_cb() argument [all …]
|
| H A D | gui_beval.c | 282 target_event_cb(GtkWidget *widget, GdkEvent *event, gpointer data) in target_event_cb() argument 284 BalloonEval *beval = (BalloonEval *)data; in target_event_cb() 354 mainwin_event_cb(GtkWidget *widget UNUSED, GdkEvent *event, gpointer data) in mainwin_event_cb() argument 356 BalloonEval *beval = (BalloonEval *)data; in mainwin_event_cb() 455 timeout_cb(gpointer data) in timeout_cb() argument 457 BalloonEval *beval = (BalloonEval *)data; in timeout_cb() 474 gpointer data UNUSED) in balloon_draw_event_cb() 504 gpointer data UNUSED) in balloon_expose_event_cb()
|
| H A D | memfile.c | 1079 char_u *data = hp->bh_data; in mf_write_block() local 1086 data = ml_encrypt_data(mfp, data, offset, size); in mf_write_block() 1087 if (data == NULL) in mf_write_block() 1092 if ((unsigned)write_eintr(mfp->mf_fd, data, size) != size) in mf_write_block() 1096 if (data != hp->bh_data) in mf_write_block() 1097 vim_free(data); in mf_write_block()
|
| /vim-8.2.3635/src/libvterm/src/ |
| H A D | encoding.c | 24 data->bytes_remaining = 0; in init_utf8() 25 data->bytes_total = 0; in init_utf8() 70 data->this_cp <<= 6; in decode_utf8() 76 printf(" UTF-8 raw char U+%04x bytelen=%d ", data->this_cp, data->bytes_total); in decode_utf8() 81 if(data->this_cp < 0x0080) data->this_cp = UNICODE_INVALID; in decode_utf8() 84 if(data->this_cp < 0x0800) data->this_cp = UNICODE_INVALID; in decode_utf8() 87 if(data->this_cp < 0x10000) data->this_cp = UNICODE_INVALID; in decode_utf8() 90 if(data->this_cp < 0x200000) data->this_cp = UNICODE_INVALID; in decode_utf8() 93 if(data->this_cp < 0x4000000) data->this_cp = UNICODE_INVALID; in decode_utf8() 97 if((data->this_cp >= 0xD800 && data->this_cp <= 0xDFFF) || in decode_utf8() [all …]
|
| H A D | vterm_internal.h | 44 char data[4*sizeof(uint32_t)]; member 233 void (*init) (VTermEncoding *enc, void *data); 234 void (*decode)(VTermEncoding *enc, void *data,
|
| /vim-8.2.3635/src/xdiff/ |
| H A D | xutils.c | 98 void *data; in xdl_cha_alloc() local 115 data = (char *) ancur + sizeof(chanode_t) + ancur->icurr; in xdl_cha_alloc() 118 return data; in xdl_cha_alloc() 123 char const *data, *cur, *top; in xdl_guess_lines() local 125 if ((cur = data = xdl_mmfile_first(mf, &size)) != NULL) { in xdl_guess_lines() 126 for (top = data + size; nl < sample && cur < top; ) { in xdl_guess_lines() 133 tsize += (long) (cur - data); in xdl_guess_lines() 255 char const *ptr = *data; in xdl_hash_record_with_whitespace() 292 *data = ptr < top ? ptr + 1: ptr; in xdl_hash_record_with_whitespace() 299 char const *ptr = *data; in xdl_hash_record() [all …]
|
| /vim-8.2.3635/src/xpm/include/ |
| H A D | xpm.h | 137 unsigned int *data; /* image data */ member 315 char **data, 341 char **data, 393 FUNC(XpmWriteFileFromData, int, (char *filename, char **data)); 443 FUNC(XpmCreateXpmImageFromData, int, (char **data, 495 #define XCreatePixmapFromData(dpy, d, data, pix, mask, att) \ argument 496 XpmCreatePixmapFromData(dpy, d, data, pix, mask, att) 497 #define XCreateDataFromPixmap(dpy, data, pix, mask, att) \ argument 498 XpmCreateDataFromPixmap(dpy, data, pix, mask, att)
|
| /vim-8.2.3635/runtime/tools/ |
| H A D | demoserver.py | 43 data = self.request.recv(4096).decode('utf-8') 50 if data == '': 53 print("received: {0}".format(data)) 55 decoded = json.loads(data)
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | gitolite.vim | 28 " catch template-data syntax appearing outside template-data section 54 " ---- template-data section 56 syn region gitoliteTemplateLine matchgroup=PreProc start='^=begin template-data$' end='^=end$' … 65 " catch normal gitolite rules appearing in template-data section
|
| H A D | hex.vim | 20 " | data | 0..510 hexDataOdd, hexDataEven, hexExtendedAddress, hexStartAddress, (hex… 53 " data bytes which should not exist 56 " if the number of data characters is even. 58 " special data fields
|
| H A D | sqr.vim | 106 syn keyword sqrParam cs color_ data-array 107 syn keyword sqrParam data-array-column-count 108 syn keyword sqrParam data-array-column-labels 109 syn keyword sqrParam data-array-row-count data-labels date 161 syn keyword sqrParam y2-data-array y2-data-array-row-count 162 syn keyword sqrParam y2-data-array-column-count 163 syn keyword sqrParam y2-data-array-column-labels
|
| H A D | progress.vim | 138 syn keyword ProgressOperator add-super-proc[edure] adm-data advise after-buffer after-rowid after-t… 140 … array-m[essage] ask-overwrite assembly async-request-count async-request-handle attach-data-source 158 …ent-result-row current-row-modified current-value cursor-char cursor-line cursor-offset data-b[ind] 159 … ProgressOperator data-entry-ret[urn] data-rel[ation] data-source data-source-complete-map data-so… 164 syn keyword ProgressOperator destructor detach-data-source dialog-box dir directory disable-auto-za… 174 …st find-unique finder first-async[-request] first-buffer first-child first-column first-data-source 180 syn keyword ProgressOperator get-binary-data get-bits get-blue[-value] get-browse-col[umn] get-buff… 208 …n-width-p[ixels] mark-new mark-row-state matches max-button max-chars max-data-guess max-height[-c… 237 syn keyword ProgressOperator return-to-start-di[r] return-value-data-type returns reverse-from rgb-… 268 syn keyword ProgressOperator write-cdata write-characters write-comment write-data-element write-em… [all …]
|
| H A D | srec.vim | 19 " | data | 0..504/502/500 srecDataOdd, srecDataEven, (srecDataUnexpected) 55 " data bytes which should not exist 58 " if the number of data characters is even.
|
| H A D | sas.vim | 15 " - Add syntax for data lines 94 " Define global statements that can be accessed out of data step or procedures 124 …group=sasSectionKeyword start='\v%(^|;)\s*\zsdata>' end='\v%(^|;)\s*%(run|data|proc|endsas)>'me=s-… 132 …tionKeyword start='\v%(^|;)\s*\zsproc%(\s+\h\w*)=>' end='\v%(^|;)\s*%(run|data|proc|endsas)>'me=s-… 133 …zsproc\s+%(catalog|chart|datasets|document|plot)>' end='\v%(^|;)\s*%(quit|data|proc|endsas)>'me=s-… 155 …c\s+%(sgdesign|sgpanel|sgplot|sgrender|sgscatter)>' end='\v%(^|;)\s*%(run|data|proc|endsas)>'me=s-… 167 …ctionKeyword start='\v%(^|;)\s*\zsproc\s+template>' end='\v%(^|;)\s*%(run|data|proc|endsas)>'me=s-… 182 …asSectionKeyword start='\v%(^|;)\s*\zsproc\s+sql>' end='\v%(^|;)\s*%(quit|data|proc|endsas)>'me=s-… 188 syn keyword sasDS2Control continue data dcl declare do drop else end enddata endpackage endthread f… 194 …asSectionKeyword start='\v%(^|;)\s*\zsproc\s+ds2>' end='\v%(^|;)\s*%(quit|data|proc|endsas)>'me=s-… [all …]
|
| /vim-8.2.3635/src/libvterm/t/ |
| H A D | run-test.pl | 110 my ( $cmd, $initial, $data, $final ) = ( $1, $2, $3, $4 ); 114 …$initial" . join( "", map sprintf("%02x", $_), unpack "C*", length $data ? eval($data) : "" ) . "$…
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | sas.vim | 13 setlocal indentkeys+=;,=~data,=~proc,=~macro 22 " Regex that captures the start of a data/proc section 23 let s:section_str = '\v%(^|;)\s*%(data|proc)>' 26 " Regex that captures the end of a data/proc section
|