Lines Matching refs:stdin_handle
1307 HANDLE stdin_handle;
1358 stdin_handle = GetStdHandle(STD_INPUT_HANDLE);
1362 objs[1] = stdin_handle;
1364 /* If stdin_handle is a pipe, use PeekNamedPipe() method to check it,
1366 if(GetFileType(stdin_handle) == FILE_TYPE_PIPE ||
1368 /* Don't wait for stdin_handle, just wait for event_handle */
1370 /* Check stdin_handle per 100 milliseconds */
1409 if(!PeekNamedPipe(stdin_handle, NULL, 0, NULL,
1419 if(!ReadFile(stdin_handle, buffer, buf_size,
1438 if(!ReadFile(stdin_handle, buffer, buf_size,