Searched refs:Histent (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dzle_hist.c75 Histent ent = quietgethist(histline);
93 Histent he;
410 Histent he = quietgethist(histline);
447 Histent he;
506 Histent he;
604 Histent he = NULL;
755 zle_setline(Histent he)
791 Histent he = quietgethist(ev);
1157 Histent he;
1695 static Histent
[all...]
H A Dzle_params.c448 Histent he;
H A Dcompctl.c3748 Histent he = gethistent(i, GETHIST_UPWARD);
/macosx-10.10/zsh-61/zsh/Src/
H A Dhist.c100 mod_export Histent hist_ring;
213 Histent hist_ring;
392 getargc(Histent ehist)
418 Histent ehist;
1016 Histent he, next;
1029 Histent he = gethistent(hl, dir);
1043 mod_export Histent
1044 movehistent(Histent he, int n, int xflags)
1063 mod_export Histent
1064 up_histent(Histent h
[all...]
H A Dhashtable.c1294 Histent he = (Histent)nodeptr;
1297 || (he->node.flags & HIST_FOREIGN && (Histent)oldnode == he->up)) {
1316 freehistdata((Histent)nodeptr, 1);
1322 freehistdata(Histent he, int unlink)
H A Dzsh.h422 typedef struct histent *Histent; typedef in typeref:struct:histent
1880 Histent up; /* previous line (moving upward) */
1881 Histent down; /* next line (moving downward) */
H A Dbuiltin.c1661 Histent ent;
3695 Histent ent;
/macosx-10.10/zsh-61/zsh/Src/Modules/
H A Dparameter.c1029 Histent he;
1062 Histent he = gethistent(i, GETHIST_UPWARD);
1093 Histent he = gethistent(i, GETHIST_UPWARD);

Completed in 229 milliseconds