Searched refs:_parse_error (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/tools/buildman/ |
H A D | kconfiglib.py | 474 _parse_error(line, "malformed string literal", 816 _parse_error(line, "unrecognized construct", 863 _parse_error(line, 'expected "on" after "depends"', 1013 _parse_error(line, 1020 _parse_error(line, "unrecognized option", filename, linenr) 1024 _parse_error(line, 'expected "if" after "visible"', 1027 _parse_error(line, 1038 _parse_error(line, 1209 _parse_error(self._line, "missing end parenthesis", 1213 _parse_error(self._line, "malformed expression", self._filename, [all …]
|