Home | History | Annotate | Download | only in lib

Lines Matching refs:stdin_handle

1294   HANDLE stdin_handle;
1397 stdin_handle = GetStdHandle(STD_INPUT_HANDLE);
1401 objs[1] = stdin_handle;
1403 /* If stdin_handle is a pipe, use PeekNamedPipe() method to check it,
1405 if(GetFileType(stdin_handle) == FILE_TYPE_PIPE ||
1407 /* Don't wait for stdin_handle, just wait for event_handle */
1409 /* Check stdin_handle per 100 milliseconds */
1444 if(!PeekNamedPipe(stdin_handle, NULL, 0, NULL,
1454 if(!ReadFile(stdin_handle, buf, sizeof(data->state.buffer),
1473 if(!ReadFile(stdin_handle, buf, sizeof(data->state.buffer),