Lines Matching refs:NUMBER
68 NUMBER, PLUS, MINUS, DOT, SLASH, ID, JUNK, enumerator
238 return sc_tokid = NUMBER; in token()
335 expect(NUMBER); in plus()
350 expect(NUMBER); in minus()
374 expect(NUMBER); in tod()
504 expect(NUMBER); in month()
506 if (token() == NUMBER) { in month()
534 case NUMBER: in month()
545 expect(NUMBER); in month()
548 expect(NUMBER); in month()
629 case NUMBER: in parsetime()