Home
last modified time | relevance | path

Searched refs:echo_enabled (Results 1 – 19 of 19) sorted by relevance

/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libnyquist/nyquist/sys/unix/
H A Dosstuff.c93 static int echo_enabled = 1; variable
442 if (echo_enabled) { in ostgetc()
456 if (echo_enabled) { in ostgetc()
470 if (echo_enabled) { in ostgetc()
512 echo_enabled = TRUE; in ostgetc()
517 echo_enabled = FALSE; in ostgetc()
530 if (echo_enabled) osaputc(' ', stdout); in ostgetc()
534 if (echo_enabled) osaputc(ch, stdout); in ostgetc()
541 if (echo_enabled) { in ostgetc()
555 if (echo_enabled) fflush(stdout); in ostgetc()
[all …]
/dports/net/pjsip/pjproject-2.11.1/tests/pjsua/
H A Dinc_cfg.py28 echo_enabled = DEFAULT_ECHO variable in InstanceParam
51 echo_enabled=DEFAULT_ECHO, argument
112 self.echo_enabled = echo_enabled
H A Drun.py133 self.echo = inst_param.echo_enabled
/dports/audio/libfilteraudio/filter_audio-0.0.1/
H A Dfilter_audio.c42 int echo_enabled; member
161 f_a->echo_enabled = 1; in new_filter_audio()
191 f_a->echo_enabled = echo; in enable_disable_filters()
237 if (!f_a || (!f_a->echo_enabled && !f_a->gain_enabled)) { in pass_audio_output()
354 if (f_a->echo_enabled) { in filter_audio()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/ui/
H A Decho_dialog_view_unittest.cc67 params.echo_enabled = true; in TEST_F()
85 params.echo_enabled = false; in TEST_F()
H A Decho_dialog_view.h33 bool echo_enabled = false; member
H A Decho_dialog_view.cc36 if (params.echo_enabled) { in EchoDialogView()
/dports/net/guacamole-server/guacamole-server-1.3.0/src/protocols/telnet/
H A Dtelnet.h68 int echo_enabled; member
H A Dtelnet.c292 telnet_client->echo_enabled = 0; /* Disable local echo, as remote will echo */ in __guac_telnet_event_handler()
298 telnet_client->echo_enabled = 1; /* Enable local echo, as remote won't echo */ in __guac_telnet_event_handler()
362 if (telnet_client->echo_enabled) in __guac_telnet_input_thread()
H A Dclient.c53 telnet_client->echo_enabled = 1; in guac_client_init()
/dports/shells/klish/klish-2.1.4/tinyrl/
H A Dprivate.h37 bool_t echo_enabled; member
H A Dtinyrl.c650 this->echo_enabled = BOOL_TRUE; in tinyrl_init()
705 if (this->echo_enabled) { in tinyrl_internal_print()
1492 this->echo_enabled = BOOL_TRUE; in tinyrl_enable_echo()
1498 this->echo_enabled = BOOL_FALSE; in tinyrl_disable_echo()
/dports/net/pjsip/pjproject-2.11.1/pjlib/src/pjlib-test/
H A Dactivesock.c42 pj_bool_t echo_enabled; member
81 if (srv->echo_enabled) { in udp_echo_srv_on_data_recvfrom()
108 srv->echo_enabled = enable_echo; in udp_echo_srv_create()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/extensions/
H A Decho_private_api.cc281 dialog_params.echo_enabled = redeem_offers_allowed_; in OnRedeemOffersAllowedChecked()
282 if (dialog_params.echo_enabled) { in OnRedeemOffersAllowedChecked()
/dports/science/conduit/conduit-0.8.0/src/examples/cpp_fort_and_py/
H A Dpython_interpreter.hpp88 bool echo_enabled() const { return m_echo; } in echo_enabled() function in PythonInterpreter
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/flow/
H A Dflow_python_interpreter.hpp56 bool echo_enabled() const { return m_echo; } in echo_enabled() function in flow::PythonInterpreter
/dports/multimedia/librist/librist-5c1f4a06ab46e16e6bba42fe7381d8353020a1fd/src/
H A Drist-private.h463 bool echo_enabled; member
H A Dudp.c681 if (peer->echo_enabled == false) in rist_receiver_periodic_rtcp()
790 if (peer->echo_enabled) in rist_sender_periodic_rtcp()
H A Drist-common.c1881 if (RIST_UNLIKELY(!peer->echo_enabled)) in rist_rtcp_handle_echo_request()
1882 peer->echo_enabled = true; in rist_rtcp_handle_echo_request()
1889 peer->echo_enabled = true; in rist_rtcp_handle_echo_response()
1919 if (peer->echo_enabled) in rist_handle_rr_pkt()