| /vim-8.2.3635/src/ |
| H A D | crypt_zip.c | 64 short_u temp = (short_u)keys[2] | 2; \ 65 t = (int)(((unsigned)(temp * (temp ^ 1U)) >> 8) & 0xff); \ 146 short_u temp; in crypt_zip_decode() local 150 temp = (short_u)zs->keys[2] | 2; in crypt_zip_decode() 151 temp = (int)(((unsigned)(temp * (temp ^ 1U)) >> 8) & 0xff); in crypt_zip_decode() 152 UPDATE_KEYS_ZIP(zs->keys, to[i] = from[i] ^ temp); in crypt_zip_decode()
|
| H A D | cmdhist.c | 123 histentry_T *temp; in init_history() local 136 temp = ALLOC_MULT(histentry_T, newlen); in init_history() 137 if (temp == NULL) // out of memory! in init_history() 152 temp = NULL; in init_history() 153 if (newlen == 0 || temp != NULL) in init_history() 158 clear_hist_entry(&temp[i]); in init_history() 163 temp[i] = history[type][i]; in init_history() 166 clear_hist_entry(&temp[i]); in init_history() 168 temp[i] = history[type][j]; in init_history() 176 temp[i] = history[type][j]; in init_history() [all …]
|
| H A D | getchar.c | 270 char_u temp[4]; in add_char_buff() local 287 temp[3] = NUL; in add_char_buff() 293 temp[0] = CSI; in add_char_buff() 294 temp[1] = KS_EXTRA; in add_char_buff() 296 temp[3] = NUL; in add_char_buff() 301 temp[0] = c; in add_char_buff() 302 temp[1] = NUL; in add_char_buff() 2097 temp[i++] = n; in getchar_common() 2098 temp[i++] = NUL; in getchar_common() 2164 temp[i++] = n; in f_getcharstr() [all …]
|
| H A D | edit.c | 2589 c = temp[i]; in add_char2buf() 3586 int temp; in ins_esc() local 3902 int temp; in ins_del() local 4839 int temp; in ins_tab() local 4887 temp -= get_nolist_virtcol() % temp; in ins_tab() 4903 temp -= get_nolist_virtcol() % temp; in ins_tab() 4912 while (--temp > 0) in ins_tab() 5063 for (temp = i; --temp >= 0; ) in ins_tab() 5260 int temp; in ins_copychar() local 5271 temp = 0; in ins_copychar() [all …]
|
| H A D | dosinst.h | 424 char temp[3] = "-:"; in change_drive() local 425 temp[0] = (char)(drive + 'A' - 1); in change_drive() 426 return !SetCurrentDirectory(temp); in change_drive()
|
| H A D | blowfish.c | 346 UINT32_T temp; in bf_e_block() local 360 temp = xl; in bf_e_block() 362 xr = temp; in bf_e_block()
|
| H A D | indent.c | 1137 int temp; in ins_try_si() local 1171 temp = TRUE; in ins_try_si() 1185 temp = FALSE; in ins_try_si() 1188 if (temp) in ins_try_si() 1593 int temp; in ex_retab() local 1676 temp = new_ts - (start_vcol % new_ts); in ex_retab() 1677 if (num_spaces >= temp) in ex_retab() 1679 num_spaces -= temp; in ex_retab()
|
| H A D | crypt.c | 258 int temp = 0; in crypt_get_max_header_len() local 262 temp = crypt_get_header_len(i); in crypt_get_max_header_len() 263 if (temp > max) in crypt_get_max_header_len() 264 max = temp; in crypt_get_max_header_len()
|
| H A D | os_vms_fix.com | 252 $! Got a read error. Say so, and trash the temp file. 258 $! Got an interrupt. Say so, and trash the temp file.
|
| H A D | findfile.c | 576 char_u *temp = NULL; in vim_findfile_init() local 600 temp = alloc(STRLEN(search_ctx->ffsc_wc_path) in vim_findfile_init() 603 if (temp == NULL || wc_path == NULL) in vim_findfile_init() 606 vim_free(temp); in vim_findfile_init() 611 STRCPY(temp, search_ctx->ffsc_fix_path + len); in vim_findfile_init() 612 STRCAT(temp, search_ctx->ffsc_wc_path); in vim_findfile_init() 615 search_ctx->ffsc_wc_path = temp; in vim_findfile_init()
|
| H A D | screen.c | 3651 unsigned temp; in screen_ins_lines() local 3792 temp = LineOffset[j]; in screen_ins_lines() 3798 LineOffset[j + line_count] = temp; in screen_ins_lines() 3801 lineclear(temp, (int)Columns, clear_attr); in screen_ins_lines() 3803 lineinvalid(temp, (int)Columns); in screen_ins_lines() 3882 unsigned temp; in screen_del_lines() local 4014 temp = LineOffset[j]; in screen_del_lines() 4020 LineOffset[j - line_count] = temp; in screen_del_lines() 4023 lineclear(temp, (int)Columns, clear_attr); in screen_del_lines() 4025 lineinvalid(temp, (int)Columns); in screen_del_lines()
|
| H A D | gui_xmdlg.c | 220 float temp; in size_part() local 239 temp = (float)size / 10.0; in size_part() 240 size = temp; in size_part() 244 sprintf(buf, "%4.1f", temp); in size_part()
|
| H A D | os_mswin.c | 170 char temp [3] = "-:"; in _chdrive() local 171 temp[0] = drive + 'A' - 1; in _chdrive() 172 return !SetCurrentDirectory(temp); in _chdrive() 1041 int temp; in swap_me() local 1044 temp = *(ptr); in swap_me() 1046 *(ptr + 2) = temp; in swap_me()
|
| /vim-8.2.3635/src/GvimExt/ |
| H A D | gvimext.cpp | 673 char temp[BUFSIZE]; in QueryContextMenu() local 690 temp[0] = '\0'; in QueryContextMenu() 693 strncpy(temp, _("Edit with existing Vim - "), BUFSIZE - 1); in QueryContextMenu() 694 temp[BUFSIZE - 1] = '\0'; in QueryContextMenu() 696 strncat(temp, title, BUFSIZE - 1 - strlen(temp)); in QueryContextMenu() 697 temp[BUFSIZE - 1] = '\0'; in QueryContextMenu() 700 mii.dwTypeData = temp; in QueryContextMenu() 826 char temp[BUFSIZE]; in EnumWindowsProc() local 834 if (GetClassName(hWnd, temp, sizeof(temp)) == 0) in EnumWindowsProc() 837 if (_strnicmp(temp, "vim", sizeof("vim")) != 0) in EnumWindowsProc()
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | zip.vim | 234 let temp = tempname() 235 " call Decho("using temp file<".temp.">") 237 …"sil! !".g:zip_unzipcmd." -p -- ".s:Escape(zipfile,1)." ".s:Escape(fnameescape(fname),1).' > '.temp 238 …sil! !".g:zip_unzipcmd." -p -- ".s:Escape(zipfile,1)." ".s:Escape(fnameescape(fname),1).' > '.temp) 239 sil exe 'keepalt file '.temp 242 call delete(temp)
|
| H A D | rustfmt.vim | 44 " Replace current file with temp file, then reload buffer 82 " We didn't use the temp file, so clean up
|
| H A D | gzip.vim | 86 " write the just read lines to a temp file "'[,']w tmp.gz" 88 " uncompress the temp file: call system("gzip -dn tmp.gz") 121 " delete the temp file and the used buffers
|
| H A D | tohtml.vim | 423 let temp = [] 474 let temp = getline(1,'$') 477 let temp[0] = substitute(temp[0], " id='vimCodeElement[^']*'", "", "") 489 let html += temp
|
| /vim-8.2.3635/src/po/ |
| H A D | en_GB.po | 205 msgid "Can't find temp file for conversion" 206 msgstr "Cannot find temp file for conversion" 225 msgid "E214: Can't find temp file for writing" 226 msgstr "E214: Cannot find temp file for writing" 726 msgid "E483: Can't get temp file name" 727 msgstr "E483: Cannot get temp file name"
|
| H A D | lv.po | 61 msgid "Can't find temp file for conversion" 76 msgid "E214: Can't find temp file for writing" 104 msgid "E483: Can't get temp file name"
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | ocaml.vim | 302 let temp = a:p2 303 while matchstr(a:p1,temp) == '' 304 let temp = substitute(temp,'/[^/]*$','','') 306 return temp
|
| /vim-8.2.3635/src/testdir/ |
| H A D | Make_amiga.mak | 30 # Create a directory for temp files
|
| H A D | test_rename.vim | 25 " With 'fileignorecase', renaming file will go through a temp file
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | raku.vim | 75 \ "let my our state temp has constant", 140 let s:temp = split(s:words_space) 141 let s:alpha_metaops_or = join(s:temp, "\\|") 151 let s:temp = split(s:words_space) 152 let s:words = join(s:temp, "\\|") 157 let s:temp = split(s:words_space) 158 let s:words = join(s:temp, "\\|") 160 unlet s:group s:words_list s:keywords s:types s:words_space s:temp s:words 682 \ start="\%(^\s*\)\@<=:\%(my\>\|temp\>\)\@="
|
| H A D | progress.vim | 156 syn keyword ProgressOperator copy-temp-table count cpcase cpcoll cpint[ernal] cplog cpprint cprcode… 168 syn keyword ProgressOperator empty-dataset empty-temp-table enable-connections enabled encoding enc… 258 syn keyword ProgressOperator table-list table-num[ber] target temp-dir[ectory] temp-table temp-tabl…
|