Lines Matching refs:accept
74 p.accept(scanner.EOF)
142 func (p *parser) accept(toks ...rune) bool { func
181 p.accept(scanner.Ident)
185 p.accept('+')
211 if !p.accept('=') {
258 if !p.accept(p.tok) {
264 p.accept(')')
266 p.accept('}')
290 p.accept(',')
301 p.accept(scanner.Ident)
306 if !p.accept(':') {
310 if !p.accept('=') {
315 if !p.accept(':') {
434 p.accept(operator)
497 p.accept(scanner.Ident)
512 p.accept(scanner.String)
521 p.accept(p.tok)
539 p.accept(scanner.Int)
545 if !p.accept('[') {
559 p.accept(',')
563 p.accept(']')
574 if !p.accept('{') {
581 p.accept('}')