src.elv.sh/pkg/eval.Ns.lookup (method)

5 uses

	src.elv.sh/pkg/eval (current package)
		ns.go#L92: 	i := ns.lookup(k)
		ns.go#L99: func (ns *Ns) lookup(k string) int {
		var_ref.go#L186: 	return fm.local.lookup(k)
		var_ref.go#L190: 	return fm.up.lookup(k)
		var_ref.go#L194: 	return fm.Evaler.Builtin().lookup(k)