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

9 uses

	src.elv.sh/pkg/eval (current package)
		eval.go#L230: func (ev *Evaler) Builtin() *Ns {
		eval.go#L526: 	return compile(ev.Builtin().static(), g.static(), tree, w)
		frame.go#L59: 	op, err := compile(newFm.Evaler.Builtin().static(), local.static(), tree, fm.ErrorFile())
		var_ref.go#L147: 		return fm.Evaler.Builtin().slots[ref.index], ref.subNames
		var_ref.go#L194: 	return fm.Evaler.Builtin().lookup(k)

	src.elv.sh/pkg/edit
		completion.go#L524: 	eachNsInTop(pe.ev.Builtin(), pe.ev.Global(), f)
		completion.go#L528: 	eachVariableInTop(pe.ev.Builtin(), pe.ev.Global(), ns, f)
		highlight.go#L47: 		if hasFn(ev.Builtin(), first) || hasFn(ev.Global(), first) {
		highlight.go#L69: 		modVal, ok = ev.Builtin().Index(firstNs)