Home
last modified time | relevance | path

Searched refs:csp (Results 1 – 9 of 9) sorted by relevance

/vim-8.2.3635/src/
H A Dex_eval.c2193 enter_cleanup(cleanup_T *csp) in enter_cleanup() argument
2204 csp->pending = (did_emsg ? CSTP_ERROR : 0) in enter_cleanup()
2217 csp->exception = current_exception; in enter_cleanup()
2222 csp->exception = NULL; in enter_cleanup()
2232 report_make_pending(pending, csp->exception); in enter_cleanup()
2236 csp->pending = CSTP_NONE; in enter_cleanup()
2237 csp->exception = NULL; in enter_cleanup()
2257 leave_cleanup(cleanup_T *csp) in leave_cleanup() argument
2259 int pending = csp->pending; in leave_cleanup()
2272 discard_exception((except_T *)csp->exception, FALSE); in leave_cleanup()
[all …]
/vim-8.2.3635/src/proto/
H A Dex_eval.pro33 void enter_cleanup(cleanup_T *csp);
34 void leave_cleanup(cleanup_T *csp);
/vim-8.2.3635/runtime/syntax/
H A Dmmix.vim89 syn keyword mmixOpcode csn csz csp csod
H A Dcsp.vim180 let b:current_syntax = "csp"
/vim-8.2.3635/src/testdir/
H A Dtest_filetype.vim123 \ 'csp': ['file.csp', 'file.fdr'],
/vim-8.2.3635/runtime/
H A Dmakemenu.vim153 SynMenu C.CSP:csp
H A Dfiletype.vim445 au BufNewFile,BufRead *.csp,*.fdr setf csp
H A Dsynmenu.vim138 an 50.20.440 &Syntax.C.CSP :cal SetSyn("csp")<CR>
/vim-8.2.3635/runtime/doc/
H A Dversion5.txt6665 csp CSP (Jan Bredereke)