const regexp/syntax.InstEmptyWidth

13 uses

	regexp/syntax (current package)
		compile.go#L266: 	f := c.inst(InstEmptyWidth)
		prog.go#L31: 	InstEmptyWidth
		prog.go#L176: 		case InstEmptyWidth:
		prog.go#L324: 	case InstEmptyWidth:

	regexp
		backtrack.go#L257: 		case syntax.InstEmptyWidth:
		exec.go#L343: 	case syntax.InstEmptyWidth:
		exec.go#L479: 		case syntax.InstEmptyWidth:
		onepass.go#L43: 	if i.Op != syntax.InstEmptyWidth || (syntax.EmptyOp(i.Arg))&syntax.EmptyBeginText == 0 {
		onepass.go#L63: 	if i.Op == syntax.InstEmptyWidth &&
		onepass.go#L212: 		case syntax.InstCapture, syntax.InstEmptyWidth, syntax.InstNop, syntax.InstMatch, syntax.InstFail:
		onepass.go#L351: 		case syntax.InstEmptyWidth:
		onepass.go#L464: 	if prog.Inst[prog.Start].Op != syntax.InstEmptyWidth ||
		onepass.go#L480: 		case syntax.InstEmptyWidth: