Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/bb/pysh/
H A Dpyshlex.py129 def __init__(self, heredoc = False): argument
137 self._heredoc = heredoc
382 result, remaining = WordLexer(heredoc = here_document).add(remaining, True)
712 heredoc, self._heredoc = self._heredoc, HereDoc(None)
718 heredoc.pendings[:0] = [(self._token, self._type, heredoc.name)]
719 for token, type, delim in heredoc.pendings: