Searched refs:INTERACTIVE (Results 1 - 25 of 30) sorted by relevance

12

/macosx-10.10/CPANInternal-159.1/Term-ReadPassword-0.11/t/
H A D2_interactive.t32 INTERACTIVE: {
42 last INTERACTIVE;
50 last INTERACTIVE;
/macosx-10.10/emacs-93/emacs/src/
H A Dcommands.h94 #define INTERACTIVE (NILP (Vexecuting_kbd_macro) && !noninteractive) macro
H A Dcmds.c550 && !NILP (Vblink_paren_function) && INTERACTIVE
H A Dabbrev.c343 if (INTERACTIVE && !EQ (minibuf_window, selected_window))
H A Dkeyboard.c2739 if (nmaps > 0 && INTERACTIVE
2870 if (nmaps > 0 && INTERACTIVE
2890 if (INTERACTIVE && NILP (c))
8930 if (INTERACTIVE)
8944 if (INTERACTIVE)
9040 if (INTERACTIVE && t < mock_input)
9098 if (INTERACTIVE)
9108 if (INTERACTIVE && t < mock_input)
H A Dcallproc.c389 display_p = INTERACTIVE && nargs >= 4 && !NILP (args[3]);
H A Deval.c602 return (INTERACTIVE && interactive_p (1)) ? Qt : Qnil;
2079 Fourth arg INTERACTIVE if non-nil says function can be called interactively.
H A Dbuffer.c1374 if (INTERACTIVE && !NILP (b->filename)
/macosx-10.10/ntp-92/ntpdc/
H A Dntpdc-opts.h125 # ifdef INTERACTIVE
126 # warning undefining INTERACTIVE due to option name conflict
127 # undef INTERACTIVE macro
148 # undef INTERACTIVE macro
H A Dntpdc.c328 if (HAVE_OPT(INTERACTIVE)) {
/macosx-10.10/ntp-92/ntpq/
H A Dntpq-opts.h124 # ifdef INTERACTIVE
125 # warning undefining INTERACTIVE due to option name conflict
126 # undef INTERACTIVE macro
143 # undef INTERACTIVE macro
H A Dntpq.c554 if (HAVE_OPT(INTERACTIVE))
/macosx-10.10/zsh-61/zsh/Misc/
H A Dc2z53 if [[ -o INTERACTIVE ]]; then INTERACT="-i"; fi
/macosx-10.10/zsh-61/zsh/Src/
H A Dinit.c232 /* There's a bit of trickery with opts[INTERACTIVE] here. It starts *
236 * "opts[INTERACTIVE] &= 1", so that only a *default* on state will *
239 opts[INTERACTIVE] = isatty(0) ? 2 : 0;
242 * still 2 at the end, we set it to the value of INTERACTIVE.
245 opts[HASHDIRS] = 2; /* same relationship to INTERACTIVE */
259 opts[INTERACTIVE] &= 1;
267 opts[INTERACTIVE] &= 1;
268 opts[INTERACTIVE] = !!opts[INTERACTIVE];
270 opts[MONITOR] = opts[INTERACTIVE];
[all...]
H A Doptions.c168 {{NULL, "interactive", OPT_SPECIAL}, INTERACTIVE},
338 /* i */ INTERACTIVE,
415 /* i */ INTERACTIVE,
751 } else if(!force && (optno == INTERACTIVE || optno == SHINSTDIN ||
H A Dzsh.h2095 INTERACTIVE, enumerator in enum:__anon15760
2192 #define interact (isset(INTERACTIVE))
H A Dsignals.c607 isset(INTERACTIVE) && noerrexit < 0)
H A Dprompt.c178 if ((termflags & TERM_UNKNOWN) && (unset(INTERACTIVE)))
H A Dexec.c1370 (isset(INTERACTIVE) || locallevel || sourcelevel);
1628 opts[INTERACTIVE] = 0;
3406 if (!isset(INTERACTIVE)) {
H A Dbuiltin.c1181 if (isset(INTERACTIVE) || isset(POSIXCD)) {
1182 if (func != BIN_CD && isset(INTERACTIVE)) {
4700 if ((isset(INTERACTIVE) && isset(SHINSTDIN))
5249 if (unset(INTERACTIVE))
/macosx-10.10/zsh-61/zsh/Src/Modules/
H A Dtermcap.c88 if ((termflags & TERM_UNKNOWN) && (isset(INTERACTIVE) || !init_term()))
153 if ((termflags & TERM_UNKNOWN) && (isset(INTERACTIVE) || !init_term()))
H A Dterminfo.c75 if ((termflags & TERM_UNKNOWN) && (isset(INTERACTIVE) || !init_term()))
144 if ((termflags & TERM_UNKNOWN) && (isset(INTERACTIVE) || !init_term()))
H A Dzpty.c400 opts[INTERACTIVE] = 0;
H A Dparameter.c1426 /* The INTERACTIVE stuff ensures that the dirs are not immediatly removed
1429 i = opts[INTERACTIVE];
1430 opts[INTERACTIVE] = 0;
1432 opts[INTERACTIVE] = i;
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dada-xref.el2214 If INTERACTIVE is nil, kill the current buffer.

Completed in 264 milliseconds

12