Lines Matching refs:_parse_error
467 _parse_error(line, "malformed string literal",
811 _parse_error(line, "unrecognized construct",
858 _parse_error(line, 'expected "on" after "depends"',
1001 _parse_error(line,
1008 _parse_error(line, "unrecognized option", filename, linenr)
1012 _parse_error(line, 'expected "if" after "visible"',
1015 _parse_error(line,
1026 _parse_error(line,
1191 _parse_error(self._line, "missing end parenthesis",
1195 _parse_error(self._line, "malformed expression", self._filename,
3392 def _parse_error(s, msg, filename, linenr): function