Home
last modified time | relevance | path

Searched refs:CSTP_NONE (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dex_eval.c788 case CSTP_NONE: in report_pending()
1852 int pending = CSTP_NONE; in ex_finally()
1983 int pending = CSTP_NONE; in ex_endtry()
2094 cstack->cs_pending[idx] = CSTP_NONE; in ex_endtry()
2125 case CSTP_NONE: in ex_endtry()
2195 int pending = CSTP_NONE; in enter_cleanup()
2236 csp->pending = CSTP_NONE; in enter_cleanup()
2364 case CSTP_NONE: in cleanup_conditionals()
2371 cstack->cs_pending[idx] = CSTP_NONE; in cleanup_conditionals()
2378 cstack->cs_pending[idx] = CSTP_NONE; in cleanup_conditionals()
[all …]
H A Dstructs.h965 # define CSTP_NONE 0 // nothing pending in ":finally" clause macro