Home
last modified time | relevance | path

Searched refs:lookup (Results 1 – 25 of 43) sorted by relevance

12

/vim-8.2.3635/src/
H A Dnbdebug.c37 static int lookup(char *);
64 } else if (wait_flags & WT_WAIT && lookup("~/.gvimwait")) { in nbdebug_wait()
66 } else if (wait_flags & WT_STOP && lookup("~/.gvimstop")) { in nbdebug_wait()
116 lookup(char *file) in lookup() function
H A Dcreate_cmdidxs.vim5 " This is used to speed up lookup in cmdnames[].
63 let output += [ ' * Table giving the index of the first command in cmdnames[] to lookup' ]
77 let output += [ ' * Table giving the index of the first command in cmdnames[] to lookup' ]
H A Dex_docmd.c3421 int (*lookup)(char_u *, size_t, int cmd, cctx_T *) UNUSED, in find_ex_command()
3437 if (lookup != NULL) in find_ex_command()
3587 || lookup(eap->cmd, p - eap->cmd, TRUE, cctx) == OK) in find_ex_command()
3615 && (lookup(eap->cmd, p - eap->cmd, TRUE, cctx) == OK in find_ex_command()
H A DMake_cyg_ming.mak1133 # Run vim script to generate the Ex command lookup table.
/vim-8.2.3635/runtime/ftplugin/
H A Dvim.vim44 " To allow tag lookup via CTRL-] for autoload functions, '#' must be a
48 " Use :help to lookup the keyword under the cursor with K.
H A Dvroom.vim25 " To allow tag lookup and autocomplete for whole autoload functions, '#' must be
/vim-8.2.3635/runtime/plugin/
H A DlogiPat.vim165 fun! s:LP_PatPop(lookup) argument
166 " call Dfunc("LP_PatPop(lookup=".a:lookup.")")
/vim-8.2.3635/runtime/syntax/
H A Dquake.vim48 syn keyword quakeCommand +attack +back +forward +left +lookdown +lookup
54 syn keyword quakeCommand killserver -left -lookdown -lookup map
H A Dmonk.vim110 syn keyword monkFunc duplicate duplicate-strip file-check file-lookup get
111 syn keyword monkFunc insert list-lookup node-has-data? not-verify path?
H A Dsqr.vim48 syn keyword sqrParagraph load-lookup
84 syn keyword sqrCommand graphic if input last-page let lookup
H A Dlifelines.vim53 syn keyword lifelinesTable table insert lookup
H A Deuphoria4.vim121 syn keyword euphoria4Library lock_memory log10 lookup lower malloc mapping
H A Dpine.vim313 syn keyword pineOption quell-user-lookup-in-passwd-file
H A D8th.vim68 Builtin long-days G:long-days long-months G:long-months longjmp G:longjmp lookup G:lookup loop G:l…
H A Dsqlanywhere.vim41 syn keyword sqlFunction like_start list long_ulplan lookup max
H A Dprogress.vim74 …ike-sequential line-count[er] listi[ng] little-endian locked log-manager lookup machine-class map …
/vim-8.2.3635/runtime/
H A Dgvimrc_example.vim37 " For Win32 version, have "K" lookup the keyword in a help file
/vim-8.2.3635/src/proto/
H A Dex_docmd.pro19 char_u *find_ex_command(exarg_T *eap, int *full, int (*lookup)(char_u *, size_t, int cmd, cctx_T *)…
/vim-8.2.3635/runtime/doc/
H A Dusr_20.txt372 history, lookup a similar command, change it a bit and execute it. A search
H A Dusr_41.txt645 gettext() lookup message translation
1560 A Dictionary stores key-value pairs. You can quickly lookup a value if you
1565 Now you can lookup words by putting the key in square brackets: >
1685 It's slightly different from the function above, using 'self.words' to lookup
H A Dvarious.txt684 K Run a program to lookup the keyword under the
H A Dos_vms.txt651 tag-lookup, work on the whole identifier. (Ctags on VMS also supports '$' in
/vim-8.2.3635/runtime/autoload/
H A Dphpcomplete.vim1620 " check Constant lookup
1629 " in file lookup for /* @var $foo Class */
1635 " in file lookup for /* @var Class $foo */
1652 " do in-file lookup of $var = new Class
1659 " in-file lookup for Class::getInstance()
1666 …" do in-file lookup for static method invocation of a built-in class, like: $d = DateTime::createF…
1926 " do in-file lookup for class definition
1970 " do in-file lookup for function definition
2906 " that lookup we compile a 'ClassName::MethodName':'info' dictionary from the
/vim-8.2.3635/src/testdir/
H A Dtest_listdict.vim348 " lookup each items
H A Dtest_highlight.vim983 " commands that do color lookup.

12