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()847 dont_exit = est->sc_cmd_flags & SC_CMD_DONT_EXIT; in engine_cleanup()848 est->sc_cmd_flags |= SC_CMD_DONT_EXIT; in engine_cleanup()856 est->sc_cmd_flags &= ~SC_CMD_DONT_EXIT; in engine_cleanup()964 dont_exit = est->sc_cmd_flags & SC_CMD_DONT_EXIT; in engine_apply()965 est->sc_cmd_flags |= SC_CMD_DONT_EXIT; in engine_apply()983 est->sc_cmd_flags &= ~SC_CMD_DONT_EXIT; in engine_apply()[all …]
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)