| /vim-8.2.3635/src/ |
| H A D | os_vms.c | 117 int status; in mch_settmode() local 141 int status; in set_tty() local 170 int status; in get_tty() local 282 long status; in vms_sys() local 295 return status; in vms_sys() 314 vms_sys_status(int status) in vms_sys_status() argument 316 if (status != SS$_NORMAL && (status & STS$M_SUCCESS) == 0) in vms_sys_status() 742 int status; in RealWaitForChar() local 759 if (status != SS$_NORMAL) in RealWaitForChar() 772 if (status != LIB$_NORMAL) in RealWaitForChar() [all …]
|
| H A D | regexp_bt.c | 3296 status = RA_FAIL; in regmatch() 3301 status = RA_CONT; in regmatch() 3819 status = RA_FAIL; in regmatch() 3832 if (status != RA_FAIL && status != RA_NOMATCH) in regmatch() 4012 status = r; in regmatch() 4245 status = RA_FAIL; in regmatch() 4261 status = RA_FAIL; in regmatch() 4264 status = RA_FAIL; in regmatch() 4424 status = RA_CONT; in regmatch() 4440 status = RA_CONT; in regmatch() [all …]
|
| H A D | quickfix.c | 883 return status; in qf_get_nextline() 1177 int status; in qf_parse_match() local 1191 status = QF_OK; in qf_parse_match() 1407 int status; in qf_parse_line() local 1442 return status; in qf_parse_line() 1467 return status; in qf_parse_line() 1624 return status; in qf_init_process_nextline() 1629 return status; in qf_init_process_nextline() 6301 status = OK; in vgr_process_files() 6771 status = OK; in qf_get_list_from_lines() [all …]
|
| H A D | menu.c | 2835 int status; in menuitem_getinfo() local 2859 if (status == OK) in menuitem_getinfo() 2863 if (status == OK) in menuitem_getinfo() 2865 if (status == OK) in menuitem_getinfo() 2874 if (status == OK) in menuitem_getinfo() 2900 status = dict_add_string(dict, "rhs", in menuitem_getinfo() 2907 if (status == OK) in menuitem_getinfo() 2910 if (status == OK) in menuitem_getinfo() 2913 if (status == OK) in menuitem_getinfo() 2915 if (status == OK) in menuitem_getinfo() [all …]
|
| H A D | glbl_ime.cpp | 231 global_ime_set_status(int status) in global_ime_set_status() argument 237 pIApp->SetOpenStatus(hImc, status ? TRUE : FALSE); in global_ime_set_status() 245 int status = 0; in global_ime_get_status() local 250 status = pIApp->GetOpenStatus(hImc) ? 1 : 0; in global_ime_get_status() 253 return status; in global_ime_get_status()
|
| H A D | if_mzsch.c | 3151 int i, status; in mzscheme_to_vim() local 3171 return status; in mzscheme_to_vim() 3242 status = FAIL; in mzscheme_to_vim_impl() 3262 status = FAIL; in mzscheme_to_vim_impl() 3332 status = FAIL; in mzscheme_to_vim_impl() 3357 status = FAIL; in mzscheme_to_vim_impl() 3373 return status; in mzscheme_to_vim_impl() 3394 status = FAIL; in vim_funcref() 3404 status = FAIL; in vim_funcref() 3408 if (status == OK) in vim_funcref() [all …]
|
| H A D | memfile.c | 526 int status; in mf_sync() local 546 status = OK; in mf_sync() 550 && (status == OK || (hp->bh_bnum >= 0 in mf_sync() 557 if (status == FAIL) // double error: quit syncing in mf_sync() 559 status = FAIL; in mf_sync() 577 if (hp == NULL || status == FAIL) in mf_sync() 590 status = FAIL; in mf_sync() 607 status = FAIL; in mf_sync() 612 status = FAIL; in mf_sync() 617 status = FAIL; in mf_sync() [all …]
|
| H A D | os_unix.c | 1988 Status status; in get_x11_thing() local 4631 union wait status; in mch_call_shell_fork() local 4633 int status = -1; in mch_call_shell_fork() local 5415 if (WIFEXITED(status)) in mch_call_shell_fork() 5835 union wait status; in mch_job_status() local 5837 int status = -1; in mch_job_status() 5856 if (WIFEXITED(status)) in mch_job_status() 5864 if (WIFSIGNALED(status)) in mch_job_status() 5885 union wait status; in mch_detect_ended_job() local 5887 int status = -1; in mch_detect_ended_job() [all …]
|
| H A D | vim9execute.c | 2463 status = FAIL; in exec_instructions() 2575 status = FAIL; in exec_instructions() 2622 status = FAIL; in exec_instructions() 2665 status = FAIL; in exec_instructions() 2683 status = FAIL; in exec_instructions() 2772 status = FAIL; in exec_instructions() 2800 status = FAIL; in exec_instructions() 2809 status = FAIL; in exec_instructions() 2854 status = FAIL; in exec_instructions() 2864 status = FAIL; in exec_instructions() [all …]
|
| H A D | gui_xmebw.c | 264 int status; in alloc_color() local 274 status = XAllocColor(display, colormap, xcolor); in alloc_color() 275 return status != 0 ? 1 : 0; in alloc_color() 328 int status = 0; in set_pixmap() local 383 status = XpmReadFileToPixmap(dpy, root, fname, &pix, &mask, &attr); in set_pixmap() 384 if (!fname || status != XpmSuccess) in set_pixmap() 385 status = XpmCreatePixmapFromData(dpy, root, data, &pix, &mask, &attr); in set_pixmap() 388 if (status != XpmSuccess) in set_pixmap() 389 status = XpmCreatePixmapFromData(dpy, root, blank_xpm, &pix, in set_pixmap() 422 status = XpmCreatePixmapFromData(dpy, root, data, &pix, NULL, &attr); in set_pixmap() [all …]
|
| H A D | gui_x11.c | 772 Status status; in gui_x11_key_hit_cb() local 792 sizeof(string_shortbuf), &key_sym, &status); in gui_x11_key_hit_cb() 796 sizeof(string_shortbuf), &key_sym, &status); in gui_x11_key_hit_cb() 797 if (status == XBufferOverflow) in gui_x11_key_hit_cb() 806 len, &key_sym, &status); in gui_x11_key_hit_cb() 810 len, &key_sym, &status); in gui_x11_key_hit_cb() 812 if (status == XLookupNone || status == XLookupChars) in gui_x11_key_hit_cb() 3203 int status; in gui_mch_register_sign() local 3223 status = XpmReadFileToImage(gui.dpy, (char *)signfile, in gui_mch_register_sign() 3225 if (status == 0) in gui_mch_register_sign()
|
| H A D | channel.c | 2128 int status; in channel_parse_json() local 2148 if (status == OK) in channel_parse_json() 2190 if (status == OK) in channel_parse_json() 2192 else if (status == MAYBE) in channel_parse_json() 2234 status = FAIL; in channel_parse_json() 2246 if (status == FAIL) in channel_parse_json() 2258 ret = status == MAYBE ? FALSE: TRUE; in channel_parse_json() 3073 char *status; in channel_part_info() local 3082 status = "open"; in channel_part_info() 3084 status = "buffered"; in channel_part_info() [all …]
|
| H A D | configure | 3 CONFIG_STATUS=auto/config.status \
|
| H A D | glbl_ime.h | 26 void WINAPI global_ime_set_status(int status);
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | tmux.vim | 83 \ pane-border-lines pane-border-status pane-border-style pane-colours prefix 85 \ set-clipboard set-titles set-titles-string silence-action status status-bg 86 \ status-fg status-format status-interval status-justify status-keys 87 \ status-left status-left-length status-left-style status-position 88 \ status-right status-right-length status-right-style status-style 91 \ window-size window-status-activity-style window-status-bell-style 92 \ window-status-current-format window-status-current-style 93 \ window-status-format window-status-last-style window-status-separator 94 \ window-status-style window-style word-separators wrap-search
|
| H A D | elinks.vim | 90 \ title-text status status-bar status-text tabs
|
| H A D | pine.vim | 155 syn keyword pineConfig status-background-color 156 syn keyword pineConfig status-foreground-color 157 syn keyword pineConfig status-message-delay 234 syn keyword pineOption enable-delivery-status-notification 284 syn keyword pineOption news-approximates-new-status 311 syn keyword pineOption quell-status-message-beeping
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_fnameescape.vim | 5 let status = v:false 8 let status = v:true 10 call assert_true(status, "Space") 14 let status = v:false 17 let status = v:true 19 call assert_true(status, "ExclamationMark")
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | context.vim | 52 " Print the status of ConTeXt jobs 84 function! context#callback(path, job, status) argument 88 call s:callback(a:path, a:job, a:status) 115 function! context#callback(path, job, status) argument 116 call s:callback(a:path, a:job, a:status) 127 function! s:callback(path, job, status) abort argument 128 if a:status < 0 " Assume the job was terminated 151 if a:status == 0
|
| /vim-8.2.3635/runtime/tools/ |
| H A D | pltags.pl | 43 my $status = 0; # GetOptions return value 156 $status = GetOptions("subs!" => \$do_subs, 162 unless ($status && @ARGV) 164 print "\n" unless ($status);
|
| /vim-8.2.3635/src/libvterm/doc/ |
| H A D | seqs.txt | 117 23 5 = operating status 220 3 CSI $ } = DECSASD, select active status display 221 3 CSI $ ~ = DECSSDT, select status line type
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | windows.txt | 115 *status-line* 117 when the last window also has a status line: 118 'laststatus' = 0 never a status line 119 'laststatus' = 1 status line if there is more than one window 120 'laststatus' = 2 always a status line 122 You can change the contents of the status line with the 'statusline' option. 124 status line in each window. 133 Note: If you expect your status line to be in reverse video and it isn't, 135 invert the status line. Now it should be "sr", reverse the status line, as 137 status line is inverted anyway; you will only see this problem on terminals [all …]
|
| H A D | intro.txt | 805 The last line of the window is used for status and other messages. The 806 status messages will only be used if an option is on: 808 status message option default Unix default ~ 816 If you have a slow terminal you can switch off the status messages to speed 846 A screen contains one or more windows, separated by status lines and with the 853 |= status line =|= status line =| 857 |==== status line ==============| 878 the window lines of all windows, with status lines 890 5. five 5. seven 5. === status line === 897 4. ddd 4. ddd 4. cc 12. === status line ===
|
| /vim-8.2.3635/ |
| H A D | README.md | 3 …status](https://github.com/vim/vim/workflows/GitHub%20CI/badge.svg)](https://github.com/vim/vim/ac…
|
| H A D | .codecov.yml | 3 status:
|