Lines Matching defs:notify
1486 notify = std::string(option_arg);
1502 notify.clear();
1516 std::string notify;
1557 bool notify;
1560 if (signals_sp->GetSignalInfo(signo, suppress, stop, notify)) {
1563 (stop ? "true " : "false"), (notify ? "true " : "false"));
1632 if (!m_options.notify.empty()) {
1635 OptionArgParser::ToBoolean(m_options.notify, false, &success);
1637 result.AppendError("Invalid argument for command option --notify; must "
1644 if (!m_options.notify.empty() && !notify_action.has_value()) {