Home
last modified time | relevance | path

Searched refs:app (Results 1 – 25 of 33) sorted by relevance

12

/vim-8.2.3635/src/
H A Dif_ole.cpp67 static CVim *app = 0; variable
496 return app->QueryInterface(riid, ppv); in CreateInstance()
725 app = CVim::Create(pbDoRestart); in InitOLE()
726 if (app == NULL) in InitOLE()
750 app, in InitOLE()
790 if (app) in UninitOLE()
792 delete app; in UninitOLE()
793 app = NULL; in UninitOLE()
H A Dgui_haiku.cc3209 VimApp app(appsig); in run_vimapp() local
3211 gui.vimApp = &app; in run_vimapp()
3212 app.Run(); // Run until Quit() called in run_vimapp()
3262 VimApp app(appsig); in gui_mch_prepare() local
3264 gui.vimApp = &app; in gui_mch_prepare()
3272 app.Run(); // Run until Quit() called in gui_mch_prepare()
H A Dgui_athena.c2095 XtAppContext app; in gui_mch_dialog() local
2243 app = XtWidgetToApplicationContext(dialogshell); in gui_mch_dialog()
2249 XtAppNextEvent(app, &event); in gui_mch_dialog()
H A Dgui_motif.c2512 XtAppContext app; in gui_mch_dialog() local
2842 app = XtWidgetToApplicationContext(dialogform); in gui_mch_dialog()
2848 XtAppProcessEvent(app, (XtInputMask)XtIMAll); in gui_mch_dialog()
H A Ddimm.idl36 - on top of it, there is no plans to port the app using dimm.idl to 64b platform.
/vim-8.2.3635/runtime/syntax/
H A D8th.vim105 Builtin sort a:sort union a:union x a:x x-each a:x-each xchg a:xchg y a:y zip a:zip 8thdir app:8th…
106 Builtin asset app:asset atrun app:atrun atrun app:atrun atrun app:atrun basedir app:basedir curren…
107 Builtin datadir app:datadir exename app:exename lowmem app:lowmem main app:main name app:name oncr…
108 Builtin opts! app:opts! opts@ app:opts@ orientation app:orientation orientation! app:orientation! …
109 Builtin post-main app:post-main pre-main app:pre-main raise app:raise request-perm app:request-perm
110 Builtin restart app:restart resumed app:resumed signal app:signal standalone app:standalone subdir…
111 Builtin suspended app:suspended sysquit app:sysquit terminated app:terminated trap app:trap (here)…
H A Dmallard.vim18 syn keyword mallardTagName app cite cmd code col colgroup comment contained
H A Dhog.vim114 syn keyword HogRuleOption skipwhite contained nextgroup=HogRuleSROP app-layer-protocol app-la…
H A Ddiva.vim18 syn keyword divaDRCKeywords app diffNet length lengtha lengthb
H A Dopl.vim21 syn keyword OPLStatement proc endp abs acos addr adjustalloc alert alloc app
H A Dasm.vim113 " .ABORT), numbers (e.g., .p2align), dash (e.g., .app-file) and underscore in
H A Ddtrace.vim4 " http://docs.sun.com/app/docs/doc/817-6223
H A Ddcl.vim23 syn keyword dclInstr app[end] dif[ferences] got[o] on sea[rch]
H A Daml.vim22 …noset annosum annosymbol annot annot[ext] annotext annotype ao ap apm[ode] app[end] arc arcad[s] a…
H A Dfoxpro.vim343 syn match foxproCmd "^\s*\<buil\%[d]\>\s*\<app\>"
/vim-8.2.3635/runtime/doc/
H A Dos_mac.txt97 A: Assuming that Vim.app is located in /Applications:
98 open /Applications/Vim.app
100 /Applications/Vim.app/Contents/MacOS/Vim -g {arguments}
102 Q: How can I set $PATH to something reasonable when I start Vim.app from the
H A Dpattern.txt691 a.\{-}p\@! "a", "ap", "app", "appp", etc. not immediately
699 "a", "ap", "app", etc. that isn't followed by a "p", because the "."
H A Dgui_x11.txt316 ~/.Xdefaults or app-defaults files are not used.
/vim-8.2.3635/src/testdir/
H A Dtest_let.vim470 app
472 call assert_equal(['something', 'app'], var1)
477 app
479 call assert_equal(['something', 'app'], var1)
H A Dtest_filetype.vim553 … 'file.ad', '/Xresources/file', '/app-defaults/file', 'Xresources', 'Xresources-file', 'any/Xresou…
H A Dtest_termcodes.vim1693 " This checks the Mac Terminal.app version response.
1794 " Do Terminal.app first to check that is_mac_terminal is reset.
H A Dtest_visual.vim300 call setline(1, [' app', ' bee', ' cat'])
/vim-8.2.3635/runtime/indent/
H A Ddtrace.vim3 " http://docs.sun.com/app/docs/doc/817-6223
/vim-8.2.3635/runtime/ftplugin/
H A Ddtrace.vim2 " http://docs.sun.com/app/docs/doc/817-6223
/vim-8.2.3635/runtime/autoload/
H A Drubycomplete.vim536 types = [ "app", "db", "lib", "test", "components", "script" ]
550 when "app"

12