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

5 uses

	src.elv.sh/pkg/eval (current package)
		ns.go#L206: 	if i := ns.lookup(k); i != -1 {
		ns.go#L224: func (ns *staticNs) lookup(k string) int {
		var_ref.go#L158: 	return cp.thisScope().lookup(k)
		var_ref.go#L163: 		index := cp.scopes[i].lookup(k)
		var_ref.go#L178: 	index := cp.builtin.lookup(k)