HomeSort by relevance Sort by last modified time
    Searched refs:heres (Results 1 - 4 of 4) sorted by null

  /external/mksh/src/
syn.c 35 struct ioword *old_heres[HERES];
212 if (herep > &heres[HERES - 1])
940 herep = heres;
1157 memcpy(ys->old_heres, heres, sizeof(heres));
1159 herep = heres;
1183 memcpy(heres, ys->old_heres, sizeof(heres));
lex.c 982 struct ioword **p = heres;
1096 for (p = heres; p < herep; p++)
1099 herep = heres;
    [all...]
main.c 850 herep = heres;
    [all...]
sh.h 2277 EXTERN struct ioword *heres[HERES], **herep; variable in typeref:struct:ioword
    [all...]

Completed in 59 milliseconds