Searched refs:resp (Results 1 – 8 of 8) sorted by relevance
| /vim-8.2.3635/runtime/spell/sv/ |
| H A D | sv_SE.diff | 188 + resp.
|
| /vim-8.2.3635/src/ |
| H A D | ex_cmds.c | 4198 char_u *resp; in ex_substitute() local 4222 resp = getexmodeline('?', NULL, 0, TRUE); in ex_substitute() 4223 if (resp != NULL) in ex_substitute() 4225 typed = *resp; in ex_substitute() 4226 vim_free(resp); in ex_substitute()
|
| H A D | term.c | 5566 int resp = handle_csi(tp, len, argp, offset, buf, in check_termcode() local 5568 if (resp != 0) in check_termcode() 5571 if (resp == -1) in check_termcode() 5574 return resp; in check_termcode()
|
| H A D | gui_gtk_x11.c | 3089 add_tabline_menu_item(GtkWidget *menu, char_u *text, int resp) in add_tabline_menu_item() argument 3102 GINT_TO_POINTER(resp)); in add_tabline_menu_item()
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | hog.vim | 120 syn keyword HogRuleOption skipwhite contained nextgroup=HogRuleSROP logto session resp react …
|
| H A D | nasm.vim | 336 " Coprocessing and Multiprocessing (requires fpu and multiple cpu's resp.)
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | clojure.vim | 83 " Stop only on vector and map [ resp. {. Ignore the ones in strings and
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_channel.vim | 240 let resp = ch_read(handle) 241 call assert_equal(type([]), type(resp)) 242 call assert_equal(type(11), type(resp[0])) 243 call assert_equal('waited', resp[1])
|