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

2 uses

	src.elv.sh/pkg/eval (current package)
		purely_eval.go#L10: func (ev *Evaler) PurelyEvalCompound(cn *parse.Compound) (string, bool) {

	src.elv.sh/pkg/edit
		completion.go#L536: 	return pe.ev.PurelyEvalCompound(cn)