Searched refs:arith_buf (Results 1 - 4 of 4) sorted by relevance

/system/core/sh/
H A Darith_lex.l52 extern char *arith_buf, *arith_startbuf;
55 result = (*buf = *arith_buf++) ? 1 : YY_NULL;
H A Darith.y52 const char *arith_buf, *arith_startbuf;
122 arith_buf = arith_startbuf = s;
H A Darith.c165 const char *arith_buf, *arith_startbuf; variable
1512 arith_buf = arith_startbuf = s;
H A Darith_lex.c520 extern char *arith_buf, *arith_startbuf;
523 result = (*buf = *arith_buf++) ? 1 : YY_NULL;

Completed in 100 milliseconds