Home
last modified time | relevance | path

Searched refs:entry (Results 1 – 25 of 186) sorted by relevance

12345678

/vim-8.2.3635/src/xdiff/
H A Dxpatience.c49 struct entry { struct
176 struct entry *entry) in binary_search() argument
203 struct entry **sequence = xdl_malloc(map->nr * sizeof(struct entry *)); in find_longest_common_sequence()
205 struct entry *entry; in find_longest_common_sequence() local
218 for (entry = map->first; entry; entry = entry->next) { in find_longest_common_sequence()
219 if (!entry->line2 || entry->line2 == NON_UNIQUE) in find_longest_common_sequence()
243 entry->next = NULL; in find_longest_common_sequence()
245 entry->previous->next = entry; in find_longest_common_sequence()
246 entry = entry->previous; in find_longest_common_sequence()
249 return entry; in find_longest_common_sequence()
[all …]
/vim-8.2.3635/src/
H A Dscriptfile.c27 estack_T *entry; in estack_init() local
34 entry->es_lnum = 0; in estack_init()
48 estack_T *entry; in estack_push() local
55 entry->es_type = type; in estack_push()
62 return entry; in estack_push()
77 if (entry != NULL) in estack_push_ufunc()
79 return entry; in estack_push_ufunc()
88 estack_T *entry; in estack_top_is_ufunc() local
119 estack_T *entry; in estack_sfile() local
523 for (entry = p_rtp; *entry != NUL; ) in add_pack_dir_to_rtp()
[all …]
H A Dgui_at_fs.c304 SFEntry *entry, *max; in SFexpand() local
332 while (entry < max) in SFexpand()
336 entry++; in SFexpand()
1238 XtFree(entry->real); in SFdeleteEntry()
1293 entry->real[last] = 0; in SFstatAndCheck()
1294 entry->statDone = 1; in SFstatAndCheck()
1346 SFEntry *entry; in SFdrawStrings() local
1374 entry->shown, in SFdrawStrings()
1383 entry->shown, in SFdrawStrings()
1979 SFEntry *entry; in SFworkProc() local
[all …]
H A Dif_xcmdsrv.c627 char_u *entry; in serverGetVimNames() local
651 entry = p; in serverGetVimNames()
904 char_u *regProp, *entry; in LookupName() local
922 entry = p; in LookupName()
939 entry = p; in LookupName()
969 mch_memmove(entry, p, count); in LookupName()
972 (int)(numItems - (p - entry))); in LookupName()
995 char_u *regProp, *entry = NULL; in DeleteAnyLingerer() local
1017 entry = p; in DeleteAnyLingerer()
1025 p = entry; in DeleteAnyLingerer()
[all …]
H A Dgui_gtk.c1785 GtkWidget *entry = NULL; in gui_mch_dialog() local
1798 entry = gtk_entry_new(); in gui_mch_dialog()
1799 gtk_widget_show(entry); in gui_mch_dialog()
1811 gtk_widget_set_hexpand(GTK_WIDGET(entry), TRUE); in gui_mch_dialog()
1812 gtk_widget_set_vexpand(GTK_WIDGET(entry), TRUE); in gui_mch_dialog()
1819 gtk_container_add(GTK_CONTAINER(alignment), entry); in gui_mch_dialog()
2176 entry_get_text_length(GtkEntry *entry) in entry_get_text_length() argument
2178 g_return_val_if_fail(entry != NULL, 0); in entry_get_text_length()
2190 return gtk_entry_get_text_length(entry); in entry_get_text_length()
2649 entry_changed_cb(GtkWidget * entry, GtkWidget * dialog) in entry_changed_cb() argument
[all …]
H A Dquickfix.c5324 && entry->qf_fnum == entry->qf_prev->qf_fnum in qf_find_first_entry_on_line()
5325 && entry->qf_lnum == entry->qf_prev->qf_lnum) in qf_find_first_entry_on_line()
5327 entry = entry->qf_prev; in qf_find_first_entry_on_line()
5344 && entry->qf_fnum == entry->qf_next->qf_fnum in qf_find_last_entry_on_line()
5345 && entry->qf_lnum == entry->qf_next->qf_lnum) in qf_find_last_entry_on_line()
5347 entry = entry->qf_next; in qf_find_last_entry_on_line()
5537 entry = qf_find_last_entry_on_line(entry, errornr); in qf_get_nth_below_entry()
5540 || entry->qf_next->qf_fnum != entry->qf_fnum) in qf_get_nth_below_entry()
5547 entry = entry->qf_next; in qf_get_nth_below_entry()
5563 || entry->qf_prev->qf_fnum != entry->qf_fnum) in qf_get_nth_above_entry()
[all …]
H A Dif_perl.xs1268 HE * entry; in perl_to_vim() local
1290 for (entry = hv_iternext((HV *)sv); entry; entry = hv_iternext((HV *)sv)) in perl_to_vim()
1293 key = hv_iterkey(entry, &key_len); in perl_to_vim()
1309 item2 = hv_iterval((HV *)sv, entry); in perl_to_vim()
H A DREADME.md170 The `:` commands are listed in `ex_cmds.h`. The third entry of each item is
171 the name of the function that handles the command. The last entry are the
183 which lists the first character of every command. The second entry of each
/vim-8.2.3635/runtime/doc/
H A Dpi_spec.txt9 doesn't exist yet. If you've already inserted an entry today, it will
10 give you the opportunity to just add a new item in today's entry. If you
29 Every time you run the plugin, it will check to see if the last entry in the
30 changelog has been written today and by you. If the entry matches, it will
32 entry. If you are running with |spec_chglog_release_info| enabled, it will
60 You can easily customize how your spec file entry will look like. To do
78 The plugin will usually insert new %changelog entry items (note that it's
79 not the entry itself) after the existing ones. If you set the
90 on each changelog entry. One advantage of turning this feature on is
99 Then, the first item in your changelog entry will be something like: >
H A Dgui_w32.txt99 3. select "Open With..." menu entry
126 A more drastic approach is to install an "Edit with Vim" entry in the popup
131 the "Edit with Vim" menu entry you can keep the existing file association for
134 the makefile by double clicking it and use the "Edit with Vim" entry to edit
146 The "edit with existing Vim" entries can be disabled by adding an entry in the
150 You can add the "Edit with Vim" menu entry in an easy way by using the
172 DisplayName Vim 8.2: Edit with Vim popup menu entry
180 You can also use the entry in the Windows standard "Add/Remove Programs" list.
182 If you notice that this entry overrules other file type associations, set
197 (for unclear reasons...), thus the "Edit with Vim" menu entry is still useful.
[all …]
H A Dfiletype.txt420 NewChangelogEntry Adds a new Changelog entry in an intelligent fashion
424 <Leader>o Starts a new Changelog entry in an equally intelligent
455 The format to use when creating a new date-entry.
472 The format used when creating a new entry.
483 date-entry.
493 of a date-entry.
514 new entry. This function takes no arguments and
524 entry beginning with the current date and user and if found adds another item
525 under it. If not found, a new entry and item is prepended to the beginning of
551 entry in the gprof flat profile or from a function entry in the call graph
H A Dquickfix.txt135 then only the first entry is used. If [count] exceeds
150 line, then only the first entry is used. If [count]
373 pattern and text of the entry.
439 currently selected entry. The index of the currently selected entry in a
447 entry in any quickfix/location list can be set as the currently selected entry
489 :cdo[!] {cmd} Execute {cmd} in each valid entry in the quickfix list.
498 When going to the next entry fails execution stops.
793 " change the current entry in the list specified by an identifier
1668 This can be matched with this 'errorformat' entry:
1974 getloclist() to get the location list entry.
[all …]
/vim-8.2.3635/runtime/tools/
H A Dxcmdsrv_client.c298 unsigned char *regProp, *entry; in LookupName() local
335 entry = NULL; /* Not needed, but eliminates compiler warning. */ in LookupName()
338 entry = p; in LookupName()
343 sscanf(entry, "%x", (uint*) &returnValue); in LookupName()
355 entry = p; in LookupName()
361 sscanf(entry, "%x", (uint*) &returnValue); in LookupName()
386 memcpy(entry, p, count); in LookupName()
389 (int) (numItems - (p-entry))); in LookupName()
/vim-8.2.3635/runtime/ftplugin/
H A Dchangelog.vim18 " adds a new changelog entry for the current user for the current date.
129 " Format used for new entries to current date entry.
134 " Regular expression used to find a given date entry.
139 " Regular expression used to find the end of a date entry
145 " Substitutes specific items in new date-entry formats and search strings.
174 " Internal function to create a new entry in the ChangeLog.
180 " Look for an entry for today by our user.
185 " Ok, now we look for the end of the date entry, and add an entry.
200 " No entry today, so create a date-user header and insert an entry.
H A Ddebchangelog.vim81 echo 'The entry has not been unfinalised before editing.'
103 " The new entry is unfinalised and shall be changed
163 " This means the entry shall be changed
181 " This means the entry should not be changed anymore
267 if v:folddashes ==# '-' " changelog entry fold
276 return '>1' " beginning of a changelog entry
288 silent! foldopen! " unfold the entry the cursor is on (usually the first one)
/vim-8.2.3635/
H A Duninstall.txt16 remove. For uninstalling the "Edit with Vim" popup menu entry you still
23 and the Vim entry in the Start menu. If these have been removed already, find
30 1. Remove the "Edit with Vim" popup menu entry, if it exists. This is done by
32 "Edit with Vim" popup menu entry. You only need to run uninstall.exe when
33 you have installed the menu entry. You can also run uninstall.exe from the
72 7. If you added a Vim entry in the start menu, delete it.
/vim-8.2.3635/runtime/pack/dist/opt/termdebug/plugin/
H A Dtermdebug.vim457 " {'44': {'0': entry}, '123': {'0': entry, '1': entry, '2': entry}}
1243 let entry = entries[subid]
1245 let entry = {}
1246 let entries[subid] = entry
1250 let entry['fname'] = fname
1251 let entry['lnum'] = lnum
1268 let a:entry['placed'] = 1
1282 unlet entry['placed']
1305 if entry['fname'] == fname
1317 if entry['fname'] == fname
[all …]
/vim-8.2.3635/src/testdir/
H A Dtest_mksession.vim1004 for entry in entries
1005 exe entry[0] .. 'map ' .. entry[1] .. ' ' .. entry[2]
1011 for entry in entries
1012 call assert_equal('', maparg(entry[1], entry[0]))
1017 for entry in entries
1018 call assert_equal(entry[2], maparg(entry[1], entry[0]))
H A Dtest_history.vim74 " Test for freeing an entry at the beginning of the history list
102 " History entry short enough to fit on the screen should not be truncated.
109 " Long history entry should be truncated to fit on the screen, with, '...'
H A Dtest_popup.vim240 " select previous entry
244 " select last entry
529 " select first entry from the completion popup
533 " select second entry from the completion popup
541 " back at first entry from completion list
684 " popup first entry "!" must be at the top
884 " go to the Paste entry in the menu
894 " Set a timer to change a menu entry while it's displayed. The text should
900 " Select the Paste entry, executes the changed menu item.
H A Dtest_cdo.vim129 " List with only one valid entry
186 " List with only one valid entry
/vim-8.2.3635/runtime/syntax/
H A Ddesktop.vim2 " Language: XDG desktop entry
9 " - https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-1.5.html (2020-04-…
H A Dneomuttrc.vim639 \ 'decrypt-save', 'delete-account', 'delete-char', 'delete-entry', 'delete-mailbox',
648 \ 'fetch-mail', 'filter-entry', 'first-entry', 'flag-message', 'followup-message',
654 \ 'jump', 'kill-eol', 'kill-eow', 'kill-line', 'kill-word', 'last-entry',
658 \ 'modify-tags', 'move-down', 'move-up', 'new-mime', 'next-entry', 'next-line',
661 \ 'pipe-entry', 'pipe-message', 'post-message', 'postpone-message', 'previous-entry',
664 \ 'print-entry', 'print-message', 'purge-message', 'purge-thread', 'quasi-delete',
668 \ 'root-message', 'save-entry', 'save-message', 'search-next', 'search-opposite',
669 \ 'search-reverse', 'search-toggle', 'search', 'select-entry', 'select-new',
675 \ 'sync-mailbox', 'tag-entry', 'tag-message', 'tag-pattern', 'tag-prefix-cond',
679 \ 'top-page', 'top', 'transpose-chars', 'uncatchup', 'undelete-entry', 'undelete-message',
/vim-8.2.3635/src/GvimExt/
H A DGvimExt.reg19 "DisplayName"="Vim 8.2: Edit with Vim popup menu entry"
H A DREADME.txt8 To install the "Edit with Vim" popup menu entry, it is recommended to use the
34 To uninstall the "Edit with Vim" popup menu entry, it is recommended to use

12345678