type src.elv.sh/pkg/edit.pureEvaler
9 uses
src.elv.sh/pkg/edit (current package)
completion.go#L222: PureEvaler: pureEvaler{ev},
completion.go#L513: type pureEvaler struct{ ev *eval.Evaler }
completion.go#L515: func (pureEvaler) EachExternal(f func(string)) { fsutil.EachExternal(f) }
completion.go#L517: func (pureEvaler) EachSpecial(f func(string)) {
completion.go#L523: func (pe pureEvaler) EachNs(f func(string)) {
completion.go#L527: func (pe pureEvaler) EachVariableInNs(ns string, f func(string)) {
completion.go#L531: func (pe pureEvaler) PurelyEvalPrimary(pn *parse.Primary) interface{} {
completion.go#L535: func (pe pureEvaler) PurelyEvalCompound(cn *parse.Compound) (string, bool) {
completion.go#L539: func (pe pureEvaler) PurelyEvalPartialCompound(cn *parse.Compound, upto int) (string, bool) {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)