Searched refs:stdin_ready (Results 1 - 3 of 3) sorted by relevance

/external/boringssl/src/tool/
H A Dtransport_common.cc329 bool *stdin_ready) {
343 *stdin_ready = true;
368 *stdin_ready = true;
397 bool stdin_ready = false; local
398 if (!SocketSelect(sock, stdin_open, &socket_ready, &stdin_ready)) {
402 if (stdin_ready) {
328 SocketSelect(int sock, bool stdin_open, bool *socket_ready, bool *stdin_ready) argument
/external/python/cpython2/Modules/
H A D_tkinter.c3516 static int stdin_ready = 0; variable
3522 stdin_ready = 1;
3539 stdin_ready = 0;
3545 while (!errorInCmd && !stdin_ready) {
3549 stdin_ready = 1;
/external/python/cpython3/Modules/
H A D_tkinter.c3362 static int stdin_ready = 0; variable
3368 stdin_ready = 1;
3385 stdin_ready = 0;
3391 while (!errorInCmd && !stdin_ready) {
3395 stdin_ready = 1;

Completed in 176 milliseconds