Lines Matching refs:next
356 lineno = next(parser.stream).lineno
390 next(parser.stream)
426 next(parser.stream)
439 next(parser.stream)
442 next(parser.stream)
482 """Parse until the next block tag with a given name."""
489 next(parser.stream)
491 next(parser.stream)
497 next(parser.stream)
597 node = nodes.ExprStmt(lineno=next(parser.stream).lineno)
608 token = next(parser.stream)