Searched refs:check_command (Results 1 – 3 of 3) sorted by relevance
74 check_command="$default_cmd"98 check-command:) check_command="$val" ;;323 if [ "$check_command" = "" ]; then324 check_command="$defaut_command"328 set -- $check_command
213 def check_command(self, name, info): member in Checker220 super().check_command(name, info)
211 self.check_command(name, info)394 def check_command(self, name, info): member in XMLChecker