Searched refs:csp (Results 1 – 9 of 9) sorted by relevance
2193 enter_cleanup(cleanup_T *csp) in enter_cleanup() argument2204 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() argument2259 int pending = csp->pending; in leave_cleanup()2272 discard_exception((except_T *)csp->exception, FALSE); in leave_cleanup()[all …]
33 void enter_cleanup(cleanup_T *csp);34 void leave_cleanup(cleanup_T *csp);
89 syn keyword mmixOpcode csn csz csp csod
180 let b:current_syntax = "csp"
123 \ 'csp': ['file.csp', 'file.fdr'],
153 SynMenu C.CSP:csp
445 au BufNewFile,BufRead *.csp,*.fdr setf csp
138 an 50.20.440 &Syntax.C.CSP :cal SetSyn("csp")<CR>
6665 csp CSP (Jan Bredereke)