Searched refs:_check_token (Results 1 – 1 of 1) sorted by relevance
2587 def _check_token(self, token): member in Kconfig3113 expr = self._parse_expr(True) if self._check_token(_T_IF) else self.y3151 if not self._check_token(_T_ON):3195 if not self._check_token(_T_IF):3202 if self._check_token(_T_ENV):3203 if not self._check_token(_T_EQUAL):3229 elif self._check_token(_T_DEFCONFIG_LIST):3239 elif self._check_token(_T_MODULES):3256 elif self._check_token(_T_ALLNOCONFIG_Y):3414 return and_expr if not self._check_token(_T_OR) else \[all …]