Home
last modified time | relevance | path

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

/dports/devel/modd/modd-0.8/vendor/mvdan.cc/sh/syntax/
H A Dnodes.go401 type BinaryCmd struct { struct
402 OpPos Pos
403 Op BinCmdOperator
404 X, Y *Stmt
407 func (b *BinaryCmd) Pos() Pos { return b.X.Pos() }
408 func (b *BinaryCmd) End() Pos { return b.Y.End() }
/dports/devel/taskctl/taskctl-1.4.2/vendor/mvdan.cc/sh/v3/syntax/
H A Dnodes.go383 type BinaryCmd struct { struct
384 OpPos Pos
385 Op BinCmdOperator
386 X, Y *Stmt
389 func (b *BinaryCmd) Pos() Pos { return b.X.Pos() }
390 func (b *BinaryCmd) End() Pos { return b.Y.End() }