Searched refs:SC_CMD_DONT_EXIT (Results 1 – 4 of 4) sorted by relevance
398 est->sc_cmd_flags |= SC_CMD_DONT_EXIT; in engine_source()758 dont_exit = est->sc_cmd_flags & SC_CMD_DONT_EXIT; in engine_import()760 est->sc_cmd_flags |= SC_CMD_DONT_EXIT; in engine_import()791 est->sc_cmd_flags &= ~SC_CMD_DONT_EXIT; in engine_import()957 dont_exit = est->sc_cmd_flags & SC_CMD_DONT_EXIT; in engine_apply()958 est->sc_cmd_flags |= SC_CMD_DONT_EXIT; in engine_apply()976 est->sc_cmd_flags &= ~SC_CMD_DONT_EXIT; in engine_apply()980 (est->sc_cmd_flags & (SC_CMD_IACTIVE | SC_CMD_DONT_EXIT)) == 0) { in engine_apply()
146 if ((est->sc_cmd_flags & SC_CMD_DONT_EXIT) == 0) in synerr()163 if ((est->sc_cmd_flags & (SC_CMD_IACTIVE | SC_CMD_DONT_EXIT)) == 0) in semerr()
336 #define SC_CMD_DONT_EXIT 0x8 macro
269 if ((est->sc_cmd_flags & (SC_CMD_IACTIVE|SC_CMD_DONT_EXIT)) == 0)