Home
last modified time | relevance | path

Searched defs:shellParser (Results 1 – 2 of 2) sorted by relevance

/build/kati/
Dshellutil.go156 type shellParser struct { struct
157 cmd string
158 ungetToken string
161 func (p *shellParser) token() (string, error) {
205 func (p *shellParser) unget(s string) {
211 func (p *shellParser) expect(toks ...string) error {
224 func (p *shellParser) expectSeq(toks ...string) error {
Dpathutil.go536 shellParser anonMember
901 shellParser anonMember