Searched refs:CSL_HAD_CONT (Results 1 – 3 of 3) sorted by relevance
1321 cstack->cs_lflags |= CSL_HAD_CONT; // let do_cmdline() handle it in ex_continue()
979 # define CSL_HAD_CONT 4 // just found ":continue" macro
1059 if (cstack.cs_lflags & (CSL_HAD_CONT | CSL_HAD_ENDLOOP)) in do_cmdline()1061 cstack.cs_lflags &= ~(CSL_HAD_CONT | CSL_HAD_ENDLOOP); in do_cmdline()