Home
last modified time | relevance | path

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

/external/mksh/src/
Dsyn.c193 if (herep > &heres[HERES - 1]) in synio()
195 *herep++ = iop; in synio()
899 herep = heres; in compile()
1124 old_herep = herep; in yyrecursive()
1127 herep = old_herep; in yyrecursive()
Dlex.c1117 for (p = heres; p < herep; p++) in gethere()
1123 herep = heres; in gethere()
Dsh.h1457 EXTERN struct ioword *heres[HERES], **herep; variable