Searched refs:INP_HIST (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/zsh-61/zsh/Src/
H A Dhist.c294 if ((inbufflags & INP_HIST) && !stophist) {
296 * (inbufflags & INP_HIST) and history is not disabled *
765 inpush(sline, INP_HIST, NULL); /* sline from heap, don't free */
801 doit = !stophist && ((inbufflags & INP_HIST) ||
1412 if ((inbufflags & INP_ALIAS) && !(inbufflags & INP_HIST))
1437 (inbufflags & INP_ALIAS) && !(inbufflags & INP_HIST)) {
H A Dzsh.h386 #define INP_HIST (1<<2) /* expanding history */ macro

Completed in 138 milliseconds