src.elv.sh/pkg/eval.Frame.errorpf (method)

8 uses

	src.elv.sh/pkg/eval (current package)
		builtin_special.go#L229: 			return fm.errorpf(indexOp, "index must evaluate to a single value in argument to del")
		compile_effect.go#L101: 				return fm.errorpf(op, "failed to create pipe: %s", e)
		compile_effect.go#L490: 			return fm.errorpf(op, "bad RedirMode; parser bug")
		compile_effect.go#L528: 			return fm.errorpf(op, "failed to open file %s: %s", vals.Repr(src, vals.NoPretty), err)
		compile_effect.go#L541: 			return fm.errorpf(op, "can only use < or > with pipes")
		compile_value.go#L313: 		return nil, fm.errorpf(op, "variable $%s not found", op.qname)
		compile_value.go#L523: 			return fm.errorpf(diag.Ranging{From: op.begins[i], To: op.ends[i]},
		frame.go#L224: func (fm *Frame) errorpf(r diag.Ranger, format string, args ...interface{}) Exception {