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

/fuchsia/zircon/third_party/uapp/dash/src/
H A Dprocess.c155 int noread = ioctl_pty_get_window_size(fd, &ws); local
156 if (noread == sizeof(ws)) {
208 int noread = ioctl_pty_read_events(STDIN_FILENO, &events); local
209 if (noread == sizeof(events) && (events & PTY_EVENT_INTERRUPT)) {

Completed in 75 milliseconds