| /vim-8.2.3635/src/ |
| H A D | cmdhist.c | 125 int j; in init_history() local 164 j = i; in init_history() 167 for ( ; j < hislen; ++i, ++j) in init_history() 179 if (--j < 0) in init_history() 180 j = hislen - 1; in init_history() 509 int i, j; in del_history_idx() local 526 i = j; in del_history_idx() 698 int i, j, k; in ex_history() local 750 j = hisidx1; in ex_history() 752 if (j < 0) in ex_history() [all …]
|
| H A D | cmdexpand.c | 143 int i, j; in nextwild() local 199 for (j = 0; j < xp->xp_pattern_len; ++j) in nextwild() 593 maxlen = j; in showmatches() 634 for (j = maxlen - lastlen; --j >= 0; ) in showmatches() 778 int i, j; in addstar() local 827 j = 1; in addstar() 2681 int j; in wildmenu_process_key() local 2812 j = i; in wildmenu_process_key() 2814 j += 4; in wildmenu_process_key() 2817 j += 3; in wildmenu_process_key() [all …]
|
| H A D | blowfish.c | 403 int i, j, keypos = 0; in bf_key_init() local 435 for (j = 0; j < 4; ++j) in bf_key_init() 450 for (j = 0; j < 256; j += 2) in bf_key_init() 453 bfs->sbx[i][j + 0] = data_l; in bf_key_init() 454 bfs->sbx[i][j + 1] = data_r; in bf_key_init() 468 int i, j; in bf_check_tables() local 474 for (j = 0; j < 256; j++) in bf_check_tables() 475 c ^= sbx[i][j]; in bf_check_tables()
|
| H A D | term.c | 4328 for (j = tc_len; j > i; --j) in add_termcode() 4329 termcodes[j] = termcodes[j - 1]; in add_termcode() 5118 int is_4digit = i - j >= 21 && tp[j + 11] == '/' in handle_osc() 5431 for (j = idx + 1; j < tc_len; ++j) in check_termcode() 5499 for (j = slen - 2; j < len && (isdigit(tp[j]) in check_termcode() 5500 || tp[j] == '-' || tp[j] == ';'); ++j) in check_termcode() 5502 ++j; in check_termcode() 5738 j = 0; in check_termcode() 5742 j += 3; in check_termcode() 5756 slen = j; in check_termcode() [all …]
|
| H A D | register.c | 513 int j; in execreg_line_continuation() local 531 for (j = cmd_start + 1; j <= cmd_end; j++) in execreg_line_continuation() 1308 for (j = 0; j < curr->y_size; ++j) in op_yank() 1309 new_ptr[j] = curr->y_array[j]; in op_yank() 1499 long j; in copy_yank_reg() local 1509 for (j = 0; j < y_current->y_size; ++j) in copy_yank_reg() 1550 long j; in do_put() local 1881 for (j = 0; j < yanklen; j++) in do_put() 1912 for (j = 0; j < count; ++j) in do_put() 2382 for (j = 0; !do_show && j < yb->y_size; ++j) in ex_display() [all …]
|
| H A D | drawscreen.c | 1448 long j; in win_update() local 1687 j = 0; in win_update() 1693 top_end = j; in win_update() 1749 j = 0; in win_update() 1752 ++j; in win_update() 1812 j = -1; in win_update() 1819 j = i; in win_update() 2300 j = idx; in win_update() 2317 ++j; in win_update() 2368 if (j < i) in win_update() [all …]
|
| H A D | help.c | 587 int i, j; in cleanup_help_tags() local 609 for (j = 0; j < num_file; ++j) in cleanup_help_tags() 610 if (j != i && (int)STRLEN(file[j]) == len + 3 in cleanup_help_tags() 611 && STRNCMP(file[i], file[j], len + 1) == 0) in cleanup_help_tags() 613 if (j == num_file) in cleanup_help_tags() 1192 int i, j; in do_helptags() local 1239 for (j = 0; j < ga.ga_len; j += 2) in do_helptags() 1242 if (j == ga.ga_len) in do_helptags() 1254 for (j = 0; j < ga.ga_len; j += 2) in do_helptags() 1257 fname[5] = ((char_u *)ga.ga_data)[j]; in do_helptags() [all …]
|
| H A D | sha256.c | 279 int j; in sha256_bytes() local 289 for (j = 0; j < 32; j++) in sha256_bytes() 290 sprintf((char *)hexit + j * 2, "%02x", sha256sum[j]); in sha256_bytes() 337 int i, j; in sha256_self_test() local 363 for (j = 0; j < 1000; j++) in sha256_self_test() 366 for (j = 0; j < 32; j++) in sha256_self_test() 367 sprintf(output + j * 2, "%02x", sha256sum[j]); in sha256_self_test()
|
| H A D | ex_getln.c | 780 int j; in cmdline_has_arabic() local 789 for (j = start; j < start + len; j += mb_l) in cmdline_has_arabic() 917 int j; in cmdline_wildchar_complete() local 1038 int j; in cmdline_erase_chars() local 1346 int j; in cmdline_browse_history() local 1438 for (j = 0; p[j] != NUL; ++j) in cmdline_browse_history() 1443 && (j == 0 || p[j - 1] != '\\')) in cmdline_browse_history() 1453 && (j == 0 || p[j - 1] != '\\')) in cmdline_browse_history() 1574 int j; in getcmdline_int() local 3283 int j; in draw_cmdline() local [all …]
|
| H A D | misc1.c | 48 int i, j; in get_leader_len() local 112 for (j = 0; string[j] != NUL && string[j] == line[i + j]; ++j) in get_leader_len() 114 if (string[j] != NUL) in get_leader_len() 120 && !VIM_ISWHITE(line[i + j]) && line[i + j] != NUL) in get_leader_len() 143 i += j; in get_leader_len() 190 int i, j; in get_last_leader_offset() local 238 for (j = 0; string[j] != NUL && string[j] == line[i + j]; ++j) in get_last_leader_offset() 240 if (string[j] != NUL) in get_last_leader_offset() 248 && !VIM_ISWHITE(line[i + j]) && line[i + j] != NUL) in get_last_leader_offset() 258 for (j = 0; VIM_ISWHITE(line[j]) && j <= i; j++) in get_last_leader_offset() [all …]
|
| H A D | if_cscope.c | 1308 short i, j; in cs_insert_filelist() local 1340 for (j = 0; j < csinfo_size; j++) in cs_insert_filelist() 1342 if (csinfo[j].fname != NULL in cs_insert_filelist() 1344 && csinfo[j].st_dev == sb->st_dev && csinfo[j].st_ino == sb->st_ino in cs_insert_filelist() 1361 if (csinfo[j].fname == NULL && i == -1) in cs_insert_filelist() 1391 for (j = csinfo_size/2; j < csinfo_size; j++) in cs_insert_filelist() 1392 clear_csinfo(j); in cs_insert_filelist() 1740 int i, j; in cs_file_results() local 1756 for (j = 0; j < nummatches_a[i]; j++) in cs_file_results() 1804 int i, j; in cs_fill_results() local [all …]
|
| H A D | usercmd.c | 132 int j, k, matchlen = 0; in find_ucmd() local 151 for (j = 0; j < gap->ga_len; ++j) in find_ucmd() 153 uc = USER_CMD_GA(gap, j); in find_ucmd() 186 eap->useridx = j; in find_ucmd() 214 if (j < gap->ga_len || gap == &ucmds) in find_ucmd() 415 int i, j; in uc_list() local 528 for (j = 0; addr_type_complete[j].expand != ADDR_NONE; ++j) in uc_list() 529 if (addr_type_complete[j].expand != ADDR_LINES in uc_list() 542 for (j = 0; command_complete[j].expand != 0; ++j) in uc_list() 543 if (command_complete[j].expand == cmd->uc_compl) in uc_list() [all …]
|
| H A D | findfile.c | 1325 int i, j; in ff_wc_equal() local 1337 for (i = 0, j = 0; s1[i] != NUL && s2[j] != NUL;) in ff_wc_equal() 1349 j += mb_ptr2len(s2 + j); in ff_wc_equal() 2267 int j; in is_unique() local 2273 for (j = 0; j < gap->ga_len; j++) in is_unique() 2275 if (j == i) in is_unique() 2391 int j = 0; in get_path_cutoff() local 2393 while ((fname[j] == path_part[i][j] in get_path_cutoff() 2397 ) && fname[j] != NUL && path_part[i][j] != NUL) in get_path_cutoff() 2398 j++; in get_path_cutoff() [all …]
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_exec_while_if.vim | 22 let j = 9 23 while j > 0 25 execute "normal" j . "a" . j . "\x27" 27 execute "normal" j . "a" . j . "\x1b" 29 let j = j - 1 41 unlet i j
|
| H A D | test_scrollbind.vim | 93 wincmd j 112 wincmd j | normal H 119 wincmd j | normal Hyy 165 wincmd j 183 wincmd j | normal H 190 wincmd j | normal Hyy 231 wincmd j | normal G 235 wincmd j | normal Hyy 245 wincmd j | normal G 247 wincmd j | normal H [all …]
|
| H A D | test_vartabs.vim | 75 exe "norm! Sj\<tab>j\<tab>j\<tab>j\<tab>j" 77 let expect = "j\<tab> j\<tab>\<tab>j\<tab> j\<tab>\<tab>j" 213 exe "norm! Sj\<tab>j\<tab>j\<tab>j\<tab>j" 215 let expect = "j\<tab> j\<tab>\<tab>j\<tab> j\<tab>\<tab>j"
|
| H A D | test_normal.vim | 172 :j 10 327 norm! j 329 norm! j 336 norm! j 338 norm! j 343 norm! j 345 norm! j 347 norm! j 349 norm! j 351 norm! j [all …]
|
| /vim-8.2.3635/runtime/spell/sv/ |
| H A D | sv_SE.diff | 37 + SAL AG(IE)-6 AK # vokal+g(ie) ger ej j-ljud 50 + SAL EG(IE)-6 EK # vokal+g(ie) ger ej j-ljud 55 + SAL G(EIY��)-3 I # g+mjuk vokal ger j-ljud 61 + SAL HJ I # hj->j (hj�rta osv.) 63 + SAL IG(IE)-6 IK # vokal+g(ie) ger ej j-ljud 78 + SAL OG(IE)-6 OK # vokal+g(ie) ger ej j-ljud 86 + SAL RGI$6 RGI # inget j i slutet 109 + SAL UG(IE)-6 UK # vokal+g(ie) ger ej j-ljud 114 + SAL YG(IE)-6 YK # vokal+g(ie) ger ej j-ljud 120 + SAL �G(IE)-6 OK # vokal+g(ie) ger ej j-ljud [all …]
|
| /vim-8.2.3635/src/testdir/dumps/ |
| H A D | Test_pum_rightleft_01.dump | 1 …v|u|t|s|r|q|p|o|n|m|l|k|j|i|h|g|f|e|d|c|b|a|z|y|x|w|v|u|t|s|r|q|p|o|n|m|l|k|j|i|h|g|f|e|d|c|b|a|z|… 2 | @45|z|y|x|w|v|u|t|s|r|q|p|o|n|m|l|k|j|i|h|g|f|e|d|c|b|a|z|y|x 6 …v|u|t|s|r|q|p|o|n|m|l|k|j|i|h|g|f|e|d|c|b|a|z|y|x|w|v|u|t|s|r|q|p|o|n|m|l|k|j|i|h|g|f|e|d|c|b|a|z|…
|
| /vim-8.2.3635/runtime/tutor/ |
| H A D | tutor.lv.utf-8 | 18 Ja jūs tikai lasīsiet šo tekstu, jūs komandas aizmirsīsiet! 34 j "Jejup" 97 2. Lai ierakstītu tekstu augšējā rindā tieši tādu pašu kā apakšējā, 163 h (pa kreisi) j (lejup) k (augšup) l (pa labi) 267 ---> Šī ir rinda ar vārdiem, kurā jūs varat pārvietoties. 413 PIEZĪME: Atcerieties, ka jums ir jāmācās darbojoties, 509 Ar šo jūs pārvietosiet kursoru atpakaļ rindā, kurā jūs sākāt 656 arī jāspiež <ENTER> taustiņš. 675 vim atvērs jūsu saglabāto test failu. 715 kur test ir jūsu iepriekšējā nodarbībā saglabātais fails. [all …]
|
| H A D | tutor.bg.utf-8 | 23 j няколко пъти, така че Урок 1.1 да се побере на екрана. 29 ** За да преместите показалеца, натискайте клавишите h,j,k,l както е указано. ** 33 j Клавишът j прилича на стрелка, насочена надолу. 37 2. Задръжте клавиша за преместване надолу (j), докато започне да повтаря 188 h (наляво) j (надолу) k (нагоре) l (надясно) 846 4. Преместете показалеца на края на следващия ред с j$ 851 го с y , отидете на края на следващия ред с j$ и поставете текста с p .
|
| H A D | tutor.uk.utf-8 | 20 Caps Lock, і натисніть кнопку j щоб переміститись до першого уроку. 25 ** Щоб переміщати курсор використовуйте кнопки [h],[j],[k],[l], 30 [j] 37 Тому вниз прокручує [j] - вона знаходиться якраз під вказівним пальцем 170 1. Курсор керується курсорними клавішами, або клавішами [h][j][k][l] 171 [h] (вліво) [j] (вниз) [k] (вверх) [l] (вправо) 804 4. Перемістіть курсор до кінця наступного рядка: j$
|
| H A D | tutor.ru.utf-8 | 24 клавишу j несколько раз, так, чтобы Урок 1.1 полностью поместился на 31 ** Для перемещения курсора нажмите клавиши h,j,k,l так, как показано ниже. ** 35 j Клавиша j похожа на стрелку `вниз'. 39 2. Надавите клавишу `вниз' (j) пока она не начнёт повторяться. 176 h (влево) j (вниз) k (вверх) l (вправо) 820 4. Переместите курсор в конец следующей строки комбинацией j$ .
|
| H A D | tutor.ru.cp1251 | 24 ������� j ��������� ���, ���, ����� ���� 1.1 ��������� ���������� �� 31 ** ��� ����������� ������� ������� ������� h,j,k,l ���, ��� �������� ����. ** 35 j ������� j ������ �� ������� `����'. 39 2. �������� ������� `����' (j) ���� ��� �� ����� �����������. 176 h (�����) j (����) k (�����) l (������) 820 4. ����������� ������ � ����� ��������� ������ ����������� j$ .
|
| /vim-8.2.3635/runtime/tools/ |
| H A D | ccfilter.c | 115 { int rv, i, j, ok; in main() local 153 for (j=1; j<COMPILER_QTY; j++) in main() 154 if ( (strcmp(argv[i], COMPILER_Names[j][0]) == 0) || in main() 156 (strcmp(&argv[i][1], COMPILER_Names[j][0]) == 0) ) ) in main() 157 COMPILER = j; in main()
|