Home
last modified time | relevance | path

Searched refs:next (Results 1 – 25 of 389) sorted by relevance

12345678910>>...16

/vim-8.2.3635/src/testdir/
H A Dtest_join.vim45 \ "Should be joined with the next line",
241 // Should the next comment leader be left alone?
244 // Should the next comment leader be left alone?
253 if (condition) // Remove the next comment leader!
257 if (condition) // Remove the next comment leader!
335 // Should the next comment leader be left alone?
338 // Should the next comment leader be left alone?
347 if (condition) // Remove the next comment leader!
351 if (condition) // Remove the next comment leader!
365 # not removed from the next line #<
[all …]
H A Dtest_arglist.vim24 next
26 next
118 next
436 next
462 call assert_fails('next', 'E165:')
470 3next
479 autocmd BufReadPost Xxx2 next Xxx2 Xxx1
486 next! Xxx1 Xxx2 Xxx3
511 next notexist Xx\ x runtest.vim
524 next! Xa.c Xb.c Xc.c
[all …]
H A Dtest_wnext.vim53 next
71 2next
80 2next
/vim-8.2.3635/src/xdiff/
H A Dxpatience.c62 struct entry *next, *previous; member
128 map->last->next = map->entries + index; in insert_record()
218 for (entry = map->first; entry; entry = entry->next) { in find_longest_common_sequence()
243 entry->next = NULL; in find_longest_common_sequence()
245 entry->previous->next = entry; in find_longest_common_sequence()
301 while (first->next && in walk_common_sequence()
302 first->next->line1 == first->line1 + 1 && in walk_common_sequence()
303 first->next->line2 == first->line2 + 1) in walk_common_sequence()
304 first = first->next; in walk_common_sequence()
309 first = first->next; in walk_common_sequence()
H A Dxemit.c60 for (xchp = *xscr; xchp && xchp->ignore; xchp = xchp->next) { in xdl_get_hunk()
61 xch = xchp->next; in xdl_get_hunk()
73 for (xchp = *xscr, xch = xchp->next; xch; xchp = xch, xch = xch->next) { in xdl_get_hunk()
188 for (xch = xscr; xch; xch = xche->next) { in xdl_emit_diff()
238 xchp = xchp->next; in xdl_emit_diff()
276 if (xche->next) { in xdl_emit_diff()
277 long l = XDL_MIN(xche->next->i1, in xdl_emit_diff()
281 xche = xche->next; in xdl_emit_diff()
311 for (s1 = xch->i1, s2 = xch->i2;; xch = xch->next) { in xdl_emit_diff()
/vim-8.2.3635/src/
H A Dautocmd.c334 if (ac->next != NULL) in show_autocmd()
407 *prev_ac = ac->next; in au_cleanup()
426 if (ap->next == NULL) in au_cleanup()
435 *prev_ap = ap->next; in au_cleanup()
440 prev_ap = &(ap->next); in au_cleanup()
1266 ap->next = NULL; in do_autocmd_event()
1278 prev_ac = &ac->next; in do_autocmd_event()
1294 ac->next = NULL; in do_autocmd_event()
2142 patcmd.next = NULL; in apply_autocmds_group()
2166 for (ap = patcmd.curpat; ap->next != NULL; ap = ap->next) in apply_autocmds_group()
[all …]
H A Dmatch.c62 cur = cur->next; in match_add()
81 cur = cur->next; in match_add()
207 cur = cur->next; in match_add()
212 prev->next = m; in match_add()
213 m->next = cur; in match_add()
244 cur = cur->next; in match_delete()
255 prev->next = cur->next; in match_delete()
310 cur = cur->next; in get_match()
339 cur = cur->next; in init_search_hl()
617 cur = cur->next; in prepare_search_hl()
[all …]
H A Dnetbeans.c330 keyHead.next = &keyHead; in postpone_keycommand()
351 while (!postponed && keyHead.next && keyHead.next != &keyHead) in handle_key_queue()
355 keyHead.next = node->next; in handle_key_queue()
588 keyQ_T *next = key_node->next; in nb_free() local
591 if (next == &keyHead) in nb_free()
597 key_node = next; in nb_free()
1135 pos_T *next; in nb_do_cmd() local
1201 || (next != NULL && first.lnum == next->lnum)) in nb_do_cmd()
1204 || (next != NULL && first.lnum != next->lnum)) in nb_do_cmd()
1228 && next->col != 0 && last.lnum == next->lnum) in nb_do_cmd()
[all …]
H A Dmenu.c895 menu = menu->next; in menu_nable_recurse()
1347 menu = menu->next; in set_context_in_menu_cmd()
1408 menu = menu->next; in get_menu_name()
1440 menu = menu->next; in get_menu_name()
1490 menu = menu->next; in get_menu_names()
1546 menu = menu->next; in get_menu_names()
2055 menu = menu->next; in gui_create_initial_menus()
2094 menu = menu->next; in gui_update_menus_recurse()
2223 menu = menu->next; in gui_create_tearoffs_recurse()
2293 menu = menu->next; in gui_destroy_tearoffs_recurse()
[all …]
H A Dif_xcmdsrv.c176 struct x_cmdqueue *next; member
1165 if (head.next == NULL) // initialize circular queue in save_in_queue()
1167 head.next = &head; in save_in_queue()
1172 node->next = &head; in save_in_queue()
1174 head.prev->next = node; in save_in_queue()
1188 while (head.next != NULL && head.next != &head) in server_parse_messages()
1190 node = head.next; in server_parse_messages()
1191 head.next = node->next; in server_parse_messages()
1192 node->next->prev = node->prev; in server_parse_messages()
1205 return head.next != NULL && head.next != &head; in server_waiting()
H A Dgui_motif.c1063 menu = menu->next; in gui_mch_recurse_tearoffs()
2177 char_u *p, *next; in set_predefined_label() local
2188 for (next = p; *next; ++next) in set_predefined_label()
2196 mch_memmove(next, next + 1, len); in set_predefined_label()
2578 for (next = p; *next; ++next) in gui_mch_dialog()
2586 mch_memmove(next, next + 1, len); in gui_mch_dialog()
2592 *next++ = NUL; in gui_mch_dialog()
2622 if (*next == NUL) in gui_mch_dialog()
2680 p = next; in gui_mch_dialog()
3600 for (next = p; *next; ++next) in set_label()
[all …]
H A Dgui_gtk_f.c164 for (tmp_list = form->children; tmp_list; tmp_list = tmp_list->next) in gui_gtk_form_move()
345 for (tmp_list = form->children; tmp_list; tmp_list = tmp_list->next) in form_realize()
379 for (tmp_list = form->children; tmp_list; tmp_list = tmp_list->next) in form_map()
424 tmp_list = tmp_list->next; in form_unrealize()
505 tmp_list = tmp_list->next; in form_size_allocate()
544 for (tmp_list = form->children; tmp_list; tmp_list = tmp_list->next) in form_draw()
583 for (tmp_list = form->children; tmp_list; tmp_list = tmp_list->next) in form_expose()
610 tmp_list = tmp_list->next; in form_remove()
660 tmp_list = tmp_list->next; in form_forall()
825 for (tmp_list = form->children; tmp_list; tmp_list = tmp_list->next) in form_position_children()
H A Dif_tcl.c123 struct ref *next; member
1464 ref = ref->next; in tclgetref()
1808 char *next; in tclerrmsg() local
1812 *next++ = '\0'; in tclerrmsg()
1814 text = next; in tclerrmsg()
1823 char *next; in tclmsg() local
1827 *next++ = '\0'; in tclmsg()
1829 text = next; in tclmsg()
2029 struct ref *next; in tcldelallrefs() local
2041 next = ref->next; in tcldelallrefs()
[all …]
H A Ddebugger.c364 char *next; in do_showbacktrace() local
375 next = strstr(cur, ".."); in do_showbacktrace()
376 if (next != NULL) in do_showbacktrace()
377 *next = NUL; in do_showbacktrace()
383 if (next == NULL) in do_showbacktrace()
385 *next = '.'; in do_showbacktrace()
386 cur = next + 2; in do_showbacktrace()
H A Dregexp_bt.c2093 char_u *next; in regpiece() local
2135 regtail(ret, next); in regpiece()
2187 regtail(ret, next); in regpiece()
3325 next = regnext(scan); in regmatch()
4118 next = OPERAND(scan); in regmatch()
4250 next = OPERAND(scan); in regmatch()
4326 scan = next; in regmatch()
5116 char_u *next; in regdump() local
5136 next = regnext(s); in regdump()
5141 if (end < next) in regdump()
[all …]
H A Dsign.c238 newsign->se_next = next; in insert_sign()
240 if (next != NULL) in insert_sign()
241 next->se_prev = newsign; in insert_sign()
577 next = sign->se_next; in buf_delsign()
583 *lastp = next; in buf_delsign()
584 if (next != NULL) in buf_delsign()
585 next->se_prev = sign->se_prev; in buf_delsign()
744 sign_entry_T *next; in buf_delete_signs() local
757 next = sign->se_next; in buf_delete_signs()
760 *lastp = next; in buf_delete_signs()
[all …]
H A Dgui_athena.c743 menu = menu->next) in athena_calculate_ins_pos()
1048 for (mp = menu; mp != NULL; mp = mp->next) in gui_mch_submenu_change()
1293 for (cur = toolbar->children; cur; cur = cur->next) in gui_mch_show_toolbar()
2094 char_u *p, *next; in gui_mch_dialog() local
2180 for (next = p; *next; ++next) in gui_mch_dialog()
2182 if (*next == DLG_HOTKEY_CHAR) in gui_mch_dialog()
2183 STRMOVE(next, next + 1); in gui_mch_dialog()
2184 if (*next == DLG_BUTTON_SEP) in gui_mch_dialog()
2186 *next++ = NUL; in gui_mch_dialog()
2208 p = next; in gui_mch_dialog()
/vim-8.2.3635/runtime/autoload/
H A Dpythoncomplete.vim387 tokentype, token, indent = self.next()
393 tokentype, token, indent = self.next()
438 tokentype, fname, ind = self.next()
441 tokentype, open, ind = self.next()
445 tokentype, colon, ind = self.next()
452 tokentype, cname, ind = self.next()
456 tokentype, next, ind = self.next()
457 if next == '(':
459 elif next != ':': return None
465 tokentype, token, indent = self.next()
[all …]
/vim-8.2.3635/runtime/syntax/
H A Dkix.vim18 " The next two may not be possible:
119 syn match kixForNextError "\<for\>\|\<to\>\|\<step\>\|\<next\>"
120 syn match kixForNextOK contained "\<for\>\|\<to\>\|\<step\>\|\<next\>"
121 syn region kixForNext transparent matchgroup=kixForNextOK start="\<for\>" end="\<next\>" contains…
122 syn match kixForEachError "\<for each\>\|\<in\>\|\<next\>"
123 syn match kixForEachOK contained "\<for each\>\|\<in\>\|\<next\>"
124 syn region kixForEach transparent matchgroup=kixForEachOK start="\<for each\>" end="\<next\>" con…
/vim-8.2.3635/runtime/spell/ga/
H A Dga_IE.diff43 + SAL ALBH�D---- *L # galbh�d only, next few are exceptions to ALBH
45 + SAL ALBHR--- *L # pobalbhreith, galbhruith, etc. except. to next
51 + SAL ARBHIN---- *R* # exception to next, marbhintinn* only
52 + SAL ARBH(EI)--- *R # epenthetic exception to next, *tarbhealach, etc.
54 + SAL ATHFH(���AEIOU)--- *H # athfhill,uathfheidhmeach,etc.-exception to next
63 + SAL �DHU--- * # p�dhuille only, exception to next
65 + SAL �THFH-- *H # t�thfh�ithleann, gn�thfh- only exception to next
182 + SAL IONMHAG---- *N # exception to next, mionmhagadh only
184 + SAL ITHFH(AEIOU�����)--- *H # cithfholc*,crithfhuacht,frith* only- see next
225 + SAL NCHAIRD------ N # exception to next, daonchaird* only
[all …]
/vim-8.2.3635/runtime/spell/gd/
H A Dgd_GB.diff39 + SAL ALBH�D---- *L # galbh�d only, next few are exceptions to ALBH
41 + SAL ALBHR--- *L # pobalbhreith, galbhruith, etc. except. to next
47 + SAL ARBHIN---- *R* # exception to next, marbhintinn* only
48 + SAL ARBH(EI)--- *R # epenthetic exception to next, *tarbhealach, etc.
50 + SAL ATHFH(���AEIOU)--- *H # athfhill,uathfheidhmeach,etc.-exception to next
59 + SAL �DHU--- * # p�dhuille only, exception to next
61 + SAL �THFH-- *H # t�thfh�ithleann, gn�thfh- only exception to next
178 + SAL IONMHAG---- *N # exception to next, mionmhagadh only
180 + SAL ITHFH(AEIOU�����)--- *H # cithfholc*,crithfhuacht,frith* only- see next
221 + SAL NCHAIRD------ N # exception to next, daonchaird* only
[all …]
/vim-8.2.3635/runtime/macros/life/
H A Dlife.vim90 " 'C'ompute next generation (used by the human and others)
142 " Patterns used to replace a germ with its next generation
154 " Work out 'T'op line (used by show next)
157 " Work out 'B'ottom line (used by show next)
160 " Work out a line (used by show next, work out top and bottom lines)
163 " Refresh board (used by show next)
180 " The next three work out a square: put all nine chars around the current
208 " Leaves the cursor on the next character to be processed.
238 " Replace a character by its next, A --> B, B --> C, etc.
/vim-8.2.3635/runtime/doc/
H A Dusr_07.txt72 file, to edit the next file you use this command: >
74 :next
77 message and the ":next" will not work. This is the same problem as with
80 :next!
90 :next
116 This is just like the ":next" command, except that it moves in the other
134 :2next
189 :next
195 :next
198 of where you are in the list of files. Only commands like ":next" and
[all …]
H A Dtabpage.txt70 :+tabnew " opens tabpage after the next tab page
98 :+tab help " opens tab page with help after the next
138 :+tabclose " close the next tab page
142 :tabclose + " close the next tab page
165 :+tabonly " close all tab pages except the next one
170 :tabonly +2 " close all tab pages except the two next
182 next tab page. |'tabline'|
187 Go to the next tab page. Wraps around from the last to the
194 :+tabnext " go to the next tab page
195 :+2tabnext " go to the two next tab page
[all …]
/vim-8.2.3635/runtime/indent/
H A Drpl.vim14 …,=~then,=~else,=~do,=~until,=~while,=~repeat,=~select,=~default,=~for,=~start,=~next,=~step,<<>,<>>
38 " Subtract a shiftwidth from then, else, elseif, end, until, repeat, next,
41 if line =~? '^\s*\(then\|else\|elseif\|until\|repeat\|next\|step\|default\|end\)\>'

12345678910>>...16