Searched refs:arith_buf (Results 1 – 2 of 2) sorted by relevance
50 extern const char *arith_buf;56 const char *buf = arith_buf; in yylex()79 yylval.val = strtoimax(buf, (char **)&arith_buf, 0); in yylex()238 arith_buf = buf; in yylex()
50 const char *arith_buf; variable296 arith_buf = arith_startbuf = s; in arith()
Completed in 4 milliseconds