Home
last modified time | relevance | path

Searched refs:interactive (Results 1 - 25 of 28) sorted by relevance

12

/third_party/selinux/libsepol/tests/
H A Dlibsepol-tests.c58 printf("\t-i, --interactive\t\tinteractive console\n"); in usage()
61 static bool do_tests(int interactive, int verbose) in do_tests() argument
82 if (interactive) in do_tests()
94 int i, verbose = 1, interactive = 0; in main() local
98 {"interactive", 0, NULL, 'i'}, in main()
108 interactive = 1; in main()
120 if (!do_tests(interactive, verbose)) in main()
125 if (!do_tests(interactive, verbose)) in main()
/third_party/mesa3d/src/freedreno/decode/
H A Dcffdump.c58 static int interactive; variable
122 { "no-pager", no_argument, &interactive, 0 },
123 { "pager", no_argument, &interactive, 1 },
157 interactive = isatty(STDOUT_FILENO); in main()
159 options.color = interactive; in main()
203 interactive = 0; in main()
214 if (interactive) { in main()
237 if (interactive) { in main()
H A Dcrashdec.c843 static bool interactive; variable
850 if (interactive) { in cleanup()
860 interactive = isatty(STDOUT_FILENO); in main()
861 options.color = interactive; in main()
894 if (interactive) { in main()
/third_party/pulseaudio/src/pulsecore/
H A Dcli.c56 bool interactive; member
150 c->interactive = true; in line_callback()
161 } else if (c->interactive) in line_callback()
/third_party/pcre2/pcre2/maint/
H A Ducptest.c1004 BOOL interactive; in main() local
1044 interactive = is_stdin_tty(); in main()
1047 if (interactive) using_history(); in main()
1053 if (interactive) in main()
1069 if (interactive) printf("> "); in main()
1071 if (!interactive) printf("%s", buffer); in main()
1077 if (interactive) printf("\n"); in main()
1080 if (interactive) clear_history(); in main()
/third_party/gn/misc/emacs/
H A Dgn-mode.el144 (interactive "P")
152 (interactive)
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dhostapd_cli.c40 static int interactive = 0; variable
86 if (interactive) { in register_event_handler()
99 if (interactive && event_handler_registered) { in unregister_event_handler()
173 if (!interactive && !action_file) in hostapd_cli_reconnect()
910 if (interactive) in hostapd_cli_cmd_quit()
933 if (!ctrl || !interactive) in update_stations()
2118 interactive = (argc == optind) && (action_file == NULL); in main()
2120 if (interactive) { in main()
2151 if (!interactive && !reconnect) { in main()
2176 } else if (interactive) in main()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A Dhostapd_cli.c40 static int interactive = 0; variable
83 if (interactive) { in register_event_handler()
96 if (interactive && event_handler_registered) { in unregister_event_handler()
170 if (!interactive && !action_file) in hostapd_cli_reconnect()
909 if (interactive) in hostapd_cli_cmd_quit()
932 if (!ctrl || !interactive) in update_stations()
2057 interactive = (argc == optind) && (action_file == NULL); in main()
2059 if (interactive) { in main()
2091 if (!interactive) { in main()
2110 if (interactive) in main()
[all...]
/third_party/python/Modules/clinic/
H A D_tkinter.c.h650 " interactive=False, wantobjects=False, wantTk=True, sync=False,\n"
669 int interactive, int wantobjects, int wantTk, int sync,
679 int interactive = 0; in _tkinter_create() local
744 interactive = _PyLong_AsInt(args[3]); in _tkinter_create()
745 if (interactive == -1 && PyErr_Occurred()) { in _tkinter_create()
791 return_value = _tkinter_create_impl(module, screenName, baseName, className, interactive, wantobjects, wantTk, sync, use); in _tkinter_create()
/third_party/alsa-utils/alsaucm/
H A Dusecase.h28 unsigned int interactive:1; member
/third_party/vk-gl-cts/external/amber/src/tools/
H A Damber-mode.el84 (interactive)
/third_party/rust/crates/clap/tests/derive/
H A Dflatten.rs71 interactive: bool, in flatten_in_subcommand()
97 interactive: true, in flatten_in_subcommand()
H A Dsubcommands.rs34 interactive: bool,
64 interactive: false, in test_add()
71 interactive: true, in test_add()
/third_party/mksh/
H A Dlex.c1360 bool interactive = Flag(FTALKING) && s->type == SSTDIN; in getsc_line() local
1361 bool have_tty = interactive && (s->flags & SF_TTY) && tty_hasstate; in getsc_line()
1372 if (interactive) { in getsc_line()
1394 if (interactive) in getsc_line()
1447 } else if (interactive && *s->str) { in getsc_line()
1455 } else if (interactive && cur_prompt == PS1) { in getsc_line()
1466 if (interactive) in getsc_line()
H A Dmain.c586 /* always disable UTF-8 (for interactive) */ in main_init()
857 volatile bool interactive = (level == 0) && Flag(FTALKING); in shell() local
865 if (interactive) in shell()
872 /* assert: interactive == false */ in shell()
888 if (interactive) { in shell()
900 * interactive is set if we are reading from in shell()
938 if (interactive) { in shell()
943 if (interactive) in shell()
972 if (t->type != TEOF && interactive && really_exit) in shell()
1378 /* POSIX special builtins cause non-interactive shell in bi_errorf()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dwpa_cli.c56 static int interactive = 0; variable
112 * and are likely of not much use for an interactive user. in wpa_cli_show_event()
129 if (attach && interactive) in wpa_cli_open_connection()
174 if (attach && interactive) in wpa_cli_open_connection()
184 if (interactive) in wpa_cli_open_connection()
206 wpa_ctrl_detach(interactive ? mon_conn : ctrl_conn); in wpa_cli_close_connection()
254 if (interactive && len > 0 && buf[len - 1] != '\n') in _wpa_ctrl_command()
407 if (interactive) in wpa_cli_cmd_quit()
1331 if (interactive) in wpa_cli_cmd_add_network()
1341 if (interactive) in wpa_cli_cmd_remove_network()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dwpa_cli.c60 static int interactive = 0; variable
121 * and are likely of not much use for an interactive user. in wpa_cli_show_event()
138 if (attach && interactive) in wpa_cli_open_connection()
183 if (attach && interactive) in wpa_cli_open_connection()
193 if (interactive) in wpa_cli_open_connection()
215 wpa_ctrl_detach(interactive ? mon_conn : ctrl_conn); in wpa_cli_close_connection()
263 if (interactive && len > 0 && buf[len - 1] != '\n') in _wpa_ctrl_command()
422 if (interactive) in wpa_cli_cmd_quit()
1556 if (interactive) in wpa_cli_cmd_add_network()
1566 if (interactive) in wpa_cli_cmd_remove_network()
[all...]
/third_party/python/Python/
H A Dinitconfig.c53 -q : don't print version and copyright messages on interactive startup\n\
73 - : program read from stdin (default; interactive mode if a tty)\n\
84 interactive interpreter. This only works on debug builds\n\
132 "PYTHONSTARTUP: file executed on interactive startup (no default)\n"
654 assert(config->interactive >= 0); in config_check_consistency()
756 config->interactive = -1; in _PyConfig_InitCompatConfig()
798 config->interactive = 0; in config_init_defaults()
981 COPY_ATTR(interactive); in _PyConfig_Copy()
1088 SET_ITEM_INT(interactive); in _PyConfig_AsDict()
1357 GET_UINT(interactive); in _PyConfig_FromDict()
[all...]
/third_party/protobuf/editors/
H A Dprotobuf-mode.el204 (interactive)
/third_party/node/lib/internal/main/
H A Dprint_help.js210 'interactive mode if a tty)' });
/third_party/python/Include/cpython/
H A Dinitconfig.h163 int interactive; member
/third_party/node/deps/v8/tools/ignition/
H A Dbytecode_dispatches_report.py45 # Open the heatmap in an interactive viewer
201 "--interactive", "-i",
203 help="open the heatmap in an interactive viewer, instead of writing to file"
266 if program_options.interactive:
/third_party/alsa-utils/aplay/
H A Daplay.c128 static int interactive = 0; variable
237 "-i, --interactive allow interactive operation from stdin\n" in usage()
525 {"interactive", 0, 0, 'i'},
776 interactive = 1;
1561 if (!interactive)
1564 interactive = 0;
1582 if (!interactive)
1639 if (!interactive)
/third_party/python/Modules/
H A Dmain.c95 return (isatty(fileno(stdin)) || config->interactive); in stdin_is_interactive()
H A D_tkinter.c572 int interactive, int wantobjects, int wantTk, int sync, in Tkapp_New()
621 if (interactive) in Tkapp_New()
3017 interactive: bool(accept={int}) = False
3032 int interactive, int wantobjects, int wantTk, int sync, in _tkinter_create_impl()
3044 interactive, wantobjects, wantTk, in _tkinter_create_impl()
571 Tkapp_New(const char *screenName, const char *className, int interactive, int wantobjects, int wantTk, int sync, const char *use) Tkapp_New() argument
3030 _tkinter_create_impl(PyObject *module, const char *screenName, const char *baseName, const char *className, int interactive, int wantobjects, int wantTk, int sync, const char *use) _tkinter_create_impl() argument

Completed in 36 milliseconds

12