src.elv.sh/pkg/eval.compiler.compoundOp (method)

11 uses

	src.elv.sh/pkg/eval (current package)
		builtin_special.go#L504: 	condOp := cp.compoundOp(condNode)
		builtin_special.go#L562: 	iterOp := cp.compoundOp(iterNode)
		compile_effect.go#L219: 		headOp = cp.compoundOp(n.Head)
		compile_effect.go#L401: 	rhs := cp.compoundOp(n.Right)
		compile_effect.go#L419: 		dstOp = cp.compoundOp(n.Left)
		compile_effect.go#L426: 	return &redirOp{n.Range(), dstOp, cp.compoundOp(n.Right), n.RightIsFd, n.Mode, flag}
		compile_value.go#L25: func (cp *compiler) compoundOp(n *parse.Compound) valuesOp {
		compile_value.go#L58: 		ops[i] = cp.compoundOp(n)
		compile_value.go#L415: 				optDefaultOps[i] = cp.compoundOp(opt.Value)
		compile_value.go#L493: 		keysOps[i] = cp.compoundOp(pair.Key)
		compile_value.go#L498: 			valuesOps[i] = cp.compoundOp(pairs[i].Value)