Home
last modified time | relevance | path

Searched refs:dsp (Results 1 – 12 of 12) sorted by relevance

/vim-8.2.3635/src/
H A Dex_docmd.c435 save_dbg_stuff(struct dbg_stuff *dsp) in save_dbg_stuff() argument
453 restore_dbg_stuff(struct dbg_stuff *dsp) in restore_dbg_stuff() argument
456 trylevel = dsp->trylevel; in restore_dbg_stuff()
457 force_abort = dsp->force_abort; in restore_dbg_stuff()
458 caught_stack = dsp->caught_stack; in restore_dbg_stuff()
459 (void)v_exception(dsp->vv_exception); in restore_dbg_stuff()
461 did_emsg = dsp->did_emsg; in restore_dbg_stuff()
462 got_int = dsp->got_int; in restore_dbg_stuff()
463 did_throw = dsp->did_throw; in restore_dbg_stuff()
464 need_rethrow = dsp->need_rethrow; in restore_dbg_stuff()
[all …]
H A Dgui_x11.c1415 Display *dsp; in gui_mch_init()
1438 dsp = XtDisplay(vimShell); in gui_mch_init()
1441 cmap = DefaultColormap(dsp, DefaultScreen(dsp)); in gui_mch_init()
1452 XpmCreatePixmapFromData(dsp, root_window, magick, &icon, in gui_mch_init()
H A Dgui_motif.c2446 Display *dsp; in create_pixmap_label() local
2468 dsp = XtDisplayOfObject(label); in create_pixmap_label()
2485 XpmCreatePixmapFromData(dsp, RootWindowOfScreen(scr), in create_pixmap_label()
/vim-8.2.3635/runtime/syntax/
H A Dcmusrc.vim191 \ '\%(dsp\|mixer\)\.\%(alsa\|oss\|sun\)\.\%(channel\|device\)'
195 \ 'dsp\.ao\.\%(buffer_size\|driver\|wav_counter\|wav_dir\)'
H A Dvim.vim23 …a[st] cnew[er] com cope[n] cscope debug delep dell diffg[et] dig[raphs] do dsp[lit] echoe[rr] en[d…
/vim-8.2.3635/src/VisVim/
H A DVisVim.mak5 # 1999-08-01 Anon Original VisVim.dsp
/vim-8.2.3635/runtime/doc/
H A Dtagsrch.txt849 *:dsp* *:dsplit*
850 :[range]dsp[lit][!] [count] [/]string[/]
H A Dmessage.txt428 /dev/dsp: No such file or directory
H A Dindex.txt1297 |:dsplit| :dsp[lit] split window and jump to #define
H A Dtags2406 :dsp tagsrch.txt /*:dsp*
/vim-8.2.3635/src/testdir/
H A Dtest_filetype.vim306 …\ 'make': ['file.mk', 'file.mak', 'file.dsp', 'makefile', 'Makefile', 'makefile-file', 'Makefile-f…
/vim-8.2.3635/runtime/
H A Dfiletype.vim1013 au BufNewFile,BufRead *[mM]akefile,*.mk,*.mak,*.dsp setf make