Searched refs:notify_action (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp1487 int notify_action = -1; // -1 means leave the current setting alone variable
1498 !VerifyCommandOptionValue(m_options.notify, notify_action)) {
1529 if (notify_action != -1)
1530 signals_sp->SetShouldNotify(signo, notify_action);
1540 if ((notify_action != -1) || (stop_action != -1) || (pass_action != -1)) {
1545 if (notify_action != -1)
1546 signals_sp->SetShouldNotify(signo, notify_action);
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dprops.c1787 svn_wc_notify_action_t notify_action;
1891 notify_action = svn_wc_notify_property_deleted_nonexistent;
1894 notify_action = svn_wc_notify_property_added;
1900 notify_action = svn_wc_notify_property_deleted;
1903 notify_action = svn_wc_notify_property_modified;
1922 notify_action,
1785 svn_wc_notify_action_t notify_action; local
H A Dconflicts.c3028 svn_wc_notify_action_t notify_action = svn_wc_notify_resolved;
3102 notify_action = svn_wc_notify_resolved_tree;
3128 notify_action = svn_wc_notify_resolved_text;
3151 notify_action = svn_wc_notify_resolved_prop;
3170 notify_action = svn_wc_notify_resolved;
3174 if (notify_action == svn_wc_notify_resolved_prop &&
3176 notify_action = svn_wc_notify_resolved;
3178 notify = svn_wc_create_notify(local_abspath, notify_action, iterpool);
3181 if (notify_action == svn_wc_notify_resolved_prop)
3026 svn_wc_notify_action_t notify_action = svn_wc_notify_resolved; local

Completed in 138 milliseconds