Home
last modified time | relevance | path

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

/third_party/mksh/
Dsyn.c212 if (herep > &heres[HERES - 1]) in synio()
214 *herep++ = iop; in synio()
931 herep = heres; in compile()
1149 ys->old_herep = herep; in yyrecursive()
1150 herep = heres; in yyrecursive()
1175 herep = ys->old_herep; in yyrecursive_pop()
Dlex.c1004 while (p < herep) in yylex()
1116 for (p = heres; p < herep; p++) in gethere()
1119 herep = heres; in gethere()
Dmain.c908 herep = heres; in shell()
Dsh.h2361 EXTERN struct ioword *heres[HERES], **herep; variable