src.elv.sh/pkg/eval.Evaler.PurelyEvalPartialCompound (method)

3 uses

	src.elv.sh/pkg/eval (current package)
		purely_eval.go#L11: 	return ev.PurelyEvalPartialCompound(cn, -1)
		purely_eval.go#L14: func (ev *Evaler) PurelyEvalPartialCompound(cn *parse.Compound, upto int) (string, bool) {

	src.elv.sh/pkg/edit
		completion.go#L540: 	return pe.ev.PurelyEvalPartialCompound(cn, upto)