Lines Matching refs:action
234 const std::string action = negated ? action_str.substr(4) : action_str;
240 if (action == "eq") {
247 } else if (action == "exit") {
253 } else if (action == "ignore") {
258 } else if (action == "ne") {
265 } else if (action == "signal") {
284 const std::string action = negated ? action_str.substr(4) : action_str;
287 if (action == "empty")
289 else if (action == "file")
291 else if (action == "ignore") {
295 } else if (action == "inline")
297 else if (action == "match")
299 else if (action == "save") {
761 opts.insert(option('o', "action:arg", "Handle stdout. Action must be "
764 opts.insert(option('e', "action:arg", "Handle stderr. Action must be "