Home
last modified time | relevance | path

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

/external/mksh/src/
Dsyn.c204 if (herep > &heres[HERES - 1]) in synio()
206 *herep++ = iop; in synio()
917 herep = heres; in compile()
1152 ys->old_herep = herep; in yyrecursive()
1179 herep = ys->old_herep; in yyrecursive_pop()
Dlex.c1100 for (p = heres; p < herep; p++) in gethere()
1106 herep = heres; in gethere()
Dmain.c796 herep = heres; in shell()
Dsh.h1599 EXTERN struct ioword *heres[HERES], **herep; variable