Searched refs:stop_action (Results 1 – 1 of 1) sorted by relevance
1812 int stop_action = -1; // -1 means leave the current setting alone in DoExecute() local1817 && ! VerifyCommandOptionValue (m_options.stop, stop_action)) in DoExecute()1853 if (stop_action != -1) in DoExecute()1854 signals.SetShouldStop (signo, (bool) stop_action); in DoExecute()1873 if ((notify_action != -1) || (stop_action != -1) || (pass_action != -1)) in DoExecute()1882 if (stop_action != -1) in DoExecute()1883 signals.SetShouldStop (signo, (bool) stop_action); in DoExecute()