Home
last modified time | relevance | path

Searched refs:ShellSyntaxError (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/bb/pysh/
H A Dsherrors.py14 class ShellSyntaxError(ShellError): class
H A Dpyshlex.py305 raise ShellSyntaxError('Invalid quoted string sequence')
384 raise ShellSyntaxError('Invalid token "%s"')
427 raise ShellSyntaxError('invalid here document delimiter %s' % str(delim))
607 raise ShellSyntaxError('missing here-document delimiter')
732 raise ShellSyntaxError("expecting here-document name, got '%s'" % self._token)
765 raise ShellSyntaxError("syntax error near token '%s'" % self._token)
H A Dpyshyacc.py650 raise sherrors.ShellSyntaxError(''.join(msg))