Home
last modified time | relevance | path

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

/freebsd/bin/sh/
H A Darith_yylex.c83 const char *buf = arith_buf; in yylex()
108 arith_buf = end; in yylex()
272 arith_buf = buf; in yylex()
H A Darith_yacc.h82 extern const char *arith_buf;
H A Darith_yacc.c57 const char *arith_buf; variable
331 arith_buf = arith_startbuf = s; in arith()