Searched refs:USEZLE (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/zsh-61/zsh/Src/
H A Dinput.c249 if (!(interact && isset(SHINSTDIN) && SHTTY != -1 && isset(USEZLE))) {
H A Dinit.c574 opts[USEZLE] = 0;
576 opts[USEZLE] = 0;
666 opts[USEZLE] = 0;
1612 opts[USEZLE] = 1; /* may be unset in init_io() */
H A Doptions.c256 {{NULL, "zle", OPT_SPECIAL}, USEZLE},
323 /* Z */ USEZLE,
757 } else if(!force && optno == USEZLE && value) {
H A Dloop.c237 usezle = interact && SHTTY != -1 && isset(USEZLE);
H A Dzsh.h2177 USEZLE, enumerator in enum:__anon15760
H A Dexec.c1013 opts[USEZLE] = 0;
/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dzle_main.c1507 if ((interact && unset(USEZLE)) || !strcmp(term, "emacs")) {
H A Dzle_utils.c1246 clearflag = isset(USEZLE) && !termflags && isset(ALWAYSLASTPROMPT);
H A Dcomplist.c1992 !(isset(USEZLE) && !termflags &&
2019 clearflag = (isset(USEZLE) && !termflags && dolastprompt);
H A Dcompresult.c1936 clearflag = (isset(USEZLE) && !termflags && dolastprompt);
H A Dzle_tricky.c2664 clearflag = (isset(USEZLE) && !termflags && tolast);

Completed in 215 milliseconds