Home
last modified time | relevance | path

Searched refs:accept_input (Results 1 – 22 of 22) sorted by last modified time

/dports/games/atris/atris-1.0.7/
H A Devent.c39 int accept_input; member
683 State[P].accept_input = 1; in event_loop()
918 State[P].accept_input = 0; in event_loop()
982 State[P].accept_input = 0; in event_loop()
1016 State[P].accept_input = 0; in event_loop()
1023 State[P].accept_input = 1; in event_loop()
1058 if (State[P].ai && State[P].accept_input && in event_loop()
1166 State[0].accept_input = 0; in event_loop()
1185 if (!State[Q].accept_input) { in event_loop()
1408 State[P].accept_input = 0; in event_loop()
/dports/emulators/dps8m/dps8m-572f79bb4f0f84a8b16c3892c894c2b9ed64b458/src/dps8/
H A Ddps8_fnp2.c872 linep->accept_input = 1; in processInputCharacter()
963 linep->accept_input = 1; in processInputCharacter()
980 linep->accept_input = 1; in processInputCharacter()
993 linep->accept_input = 1; in processInputCharacter()
1012 linep->accept_input = 1; in processInputCharacter()
1098 linep->accept_input = 1; in processInputCharacter()
1185 if (linep->accept_input) in fnpProcessBuffers()
1263 linep->accept_input = 1; in send_3270_msg()
1299 if (linep->accept_input) in send_stn_in_buffer()
1356 linep->accept_input = 1; in send_stn_in_buffer()
[all …]
H A Ddps8_fnp2_iomcmd.c1485 decoded_p->fudp->MState.line[decoded_p->slot_no].accept_input = 100; in interruptL66_FNP_to_CS()
H A Ddps8_fnp2.h119 uint accept_input; // If non-zero, the number of centiseconds until member
H A Dfnpuv.c272 linep->accept_input = 1; in fnpuv_associated_brk()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/modules/input/
H A Dgtkimcontextthai.c233 accept_input (GtkIMContextThai *context_thai, gunichar new_char) in accept_input() function
310 accept_input (context_thai, new_char); in gtk_im_context_thai_filter_keypress()
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/core/seq/
H A Dseq_clientmgr.c339 client->accept_input = 1; in snd_seq_open()
419 if (!client->accept_input || (fifo = client->data.user.fifo) == NULL) in snd_seq_read()
506 if (! dest->accept_input) in get_event_dest_client()
541 ! client->accept_input) in bounce_error_event()
2211 client->accept_input = 1; in snd_seq_create_kernel_client()
H A Dseq_clientmgr.h36 unsigned int accept_input: 1, member
/dports/multimedia/libv4l/linux-5.13-rc2/sound/core/seq/
H A Dseq_clientmgr.c339 client->accept_input = 1; in snd_seq_open()
419 if (!client->accept_input || (fifo = client->data.user.fifo) == NULL) in snd_seq_read()
506 if (! dest->accept_input) in get_event_dest_client()
541 ! client->accept_input) in bounce_error_event()
2211 client->accept_input = 1; in snd_seq_create_kernel_client()
H A Dseq_clientmgr.h36 unsigned int accept_input: 1, member
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/core/seq/
H A Dseq_clientmgr.h36 unsigned int accept_input: 1, member
H A Dseq_clientmgr.c339 client->accept_input = 1; in snd_seq_open()
419 if (!client->accept_input || (fifo = client->data.user.fifo) == NULL) in snd_seq_read()
506 if (! dest->accept_input) in get_event_dest_client()
541 ! client->accept_input) in bounce_error_event()
2211 client->accept_input = 1; in snd_seq_create_kernel_client()
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/browser/api/audio/
H A Daudio_service_chromeos.cc203 bool accept_input = in GetDevices() local
213 if (device.is_input && !accept_input) in GetDevices()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/components/security_token_pin/
H A Derror_generator.h20 bool accept_input);
H A Derror_generator.cc21 bool accept_input) { in GenerateErrorMessage() argument
46 if (!accept_input || attempts_left == -1 || in GenerateErrorMessage()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/omnibox/
H A Domnibox_view_views_unittest.cc531 void SetAndEmphasizeText(const std::string& new_text, bool accept_input);
601 bool accept_input) { in SetAndEmphasizeText() argument
604 if (accept_input) { in SetAndEmphasizeText()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/ui/
H A Drequest_pin_view.cc48 const bool accept_input = (attempts_left != 0); in RequestPinView() local
50 attempts_left, accept_input); in RequestPinView()
122 bool accept_input) { in SetDialogParameters() argument
124 SetErrorMessage(error_label, attempts_left, accept_input); in SetDialogParameters()
125 SetAcceptInput(accept_input); in SetDialogParameters()
208 void RequestPinView::SetAcceptInput(bool accept_input) { in SetAcceptInput() argument
209 if (accept_input) { in SetAcceptInput()
221 bool accept_input) { in SetErrorMessage() argument
230 error_label, attempts_left, accept_input); in SetErrorMessage()
H A Drequest_pin_view.h77 bool accept_input);
89 void SetAcceptInput(bool accept_input);
92 bool accept_input);
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/certificate_provider/
H A Dpin_dialog_manager.cc52 const bool accept_input = (attempts_left != 0); in RequestPin() local
86 extension_name, code_type, accept_input, error_label, attempts_left, in RequestPin()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/modules/input/
H A Dgtkimcontextthai.c235 accept_input (GtkIMContextThai *context_thai, gunichar new_char) in accept_input() function
312 accept_input (context_thai, new_char); in gtk_im_context_thai_filter_keypress()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/browser/api/audio/
H A Daudio_service_chromeos.cc201 bool accept_input = in GetDevices() local
211 if (device.is_input && !accept_input) in GetDevices()
/dports/games/sarien/sarien-0.7.0/src/core/
H A Dop_cmd.c130 cmd(accept_input) { new_input_mode (INPUT_NORMAL); } in cmd() argument