Home
last modified time | relevance | path

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

/netbsd-src/bin/sh/
H A Darith_token.c76 const char *buf = arith_buf; in arith_token()
98 arith_buf = end; in arith_token()
116 arith_buf = buf; in arith_token()
259 arith_buf = buf; in arith_token()
H A Darith_tokens.h109 extern const char *arith_buf;
H A Darithmetic.c71 const char *arith_buf; variable
452 arith_buf = arith_startbuf = s; in arith()