Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for InstAlt (0.16 sec)

  1. src/regexp/onepass.go

    			instAlt := p.Inst[*p_A_Alt]
    			if !(instAlt.Op == syntax.InstAlt || instAlt.Op == syntax.InstAltMatch) {
    				p_A_Alt, p_A_Other = p_A_Other, p_A_Alt
    				instAlt = p.Inst[*p_A_Alt]
    				if !(instAlt.Op == syntax.InstAlt || instAlt.Op == syntax.InstAltMatch) {
    					continue
    				}
    			}
    			instOther := p.Inst[*p_A_Other]
    			// Analyzing both legs pointing to Alts is for another day
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:36:03 UTC 2024
    - 13.7K bytes
    - Viewed (0)
Back to top