regexp/syntax.compiler.quest (method)

2 uses

	regexp/syntax (current package)
		compile.go#L136: 		return c.quest(c.compile(re.Sub[0]), re.Flags&NonGreedy != 0)
		compile.go#L217: func (c *compiler) quest(f1 frag, nongreedy bool) frag {