Searched refs:check_keyword (Results 1 – 1 of 1) sorted by relevance
591 def check_keyword(self, rest): member in KconfigParser618 elif self.tok == 'd' and self.check_keyword("epends"):620 elif self.tok == 'o' and self.check_keyword("n"):622 elif self.tok == 's' and self.check_keyword("elect"):624 elif self.tok == 'i' and self.check_keyword("mply"):626 elif self.tok == 'c' and self.check_keyword("onfig"):628 elif self.tok == 'd' and self.check_keyword("efault"):630 elif self.tok == 'b' and self.check_keyword("ool"):632 elif self.tok == 'i' and self.check_keyword("f"):634 elif self.tok == 'y' and self.check_keyword(""):[all …]