Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/bb/pysh/
H A Dpyshyacc.py13 import bb.pysh.pyshlex as pyshlex namespace
14 tokens = pyshlex.tokens
671 lexer = pyshlex.PLYLexer()
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dcodeparser.py35 from bb.pysh import pyshyacc, pyshlex
488 wtree = pyshlex.make_wordtree(word[1])
494 command = pyshlex.wordtree_as_string(part[1:-1])