Lines Matching defs:action
236 const std::string action = negated ? action_str.substr(4) : action_str;
242 if (action == "eq") {
249 } else if (action == "exit") {
255 } else if (action == "ignore") {
260 } else if (action == "ne") {
267 } else if (action == "signal") {
286 const std::string action = negated ? action_str.substr(4) : action_str;
289 if (action == "empty")
291 else if (action == "file")
293 else if (action == "ignore") {
297 } else if (action == "inline")
299 else if (action == "match")
301 else if (action == "save") {
762 opts.insert(option('o', "action:arg", "Handle stdout. Action must be "
765 opts.insert(option('e', "action:arg", "Handle stderr. Action must be "