Home
last modified time | relevance | path

Searched refs:arith_buf (Results 1 – 2 of 2) sorted by relevance

/third_party/uapp/dash/src/
A Darith_yylex.c50 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()
A Darith_yacc.c50 const char *arith_buf; variable
296 arith_buf = arith_startbuf = s; in arith()

Completed in 4 milliseconds