Searched refs:CSL_HAD_ENDLOOP (Results 1 – 3 of 3) sorted by relevance
1441 cstack->cs_lflags |= CSL_HAD_ENDLOOP; in ex_endwhile()
978 # define CSL_HAD_ENDLOOP 2 // just found ":endwhile" or ":endfor" 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()