Searched refs:ZLRF_HISTORY (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/zsh-61/zsh/Src/
H A Dinput.c282 int flags = ZLRF_HISTORY|ZLRF_NOSETTY;
H A Dzsh.h2728 #define ZLRF_HISTORY 0x01 /* OK to access the history list */ macro
/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dzle_hist.c278 if (virangeflag || !(zlereadflags & ZLRF_HISTORY))
308 if (virangeflag || !(zlereadflags & ZLRF_HISTORY))
366 if (virangeflag || !(zlereadflags & ZLRF_HISTORY))
396 if (virangeflag || !(zlereadflags & ZLRF_HISTORY))
1387 if (!(zlereadflags & ZLRF_HISTORY)
H A Dzle_main.c1651 t = zleread(&p1, &p2, OPT_ISSET(ops,'h') ? ZLRF_HISTORY : 0, ZLCON_VARED,

Completed in 78 milliseconds