Home | History | Annotate | Download | only in xml

Lines Matching full:stkstart

341 	stkStart = iota
377 for start.kind != stkStart {
408 s := d.push(stkStart)
436 case s == nil || s.kind != stkStart:
456 for d.stk != nil && d.stk.kind != stkStart && d.stk.kind != stkEOF {
471 if d.stk == nil || d.stk.kind != stkStart {