Searched refs:c_cc (Results 1 – 5 of 5) sorted by relevance
45 termios.c_cc[VMIN] = 0; in aos_uart_get()46 termios.c_cc[VTIME] = 0; in aos_uart_get()76 termios.c_cc[VMIN] = 0; in aos_uart_get_with_attr()77 termios.c_cc[VTIME] = 0; in aos_uart_get_with_attr()
561 termios->c_cc[VINTR] = '\3'; in reset_termios()562 termios->c_cc[VQUIT] = '\34'; in reset_termios()564 termios->c_cc[VKILL] = '\25'; in reset_termios()565 termios->c_cc[VEOF] = '\4'; in reset_termios()566 termios->c_cc[VEOL] = '\0'; in reset_termios()567 termios->c_cc[VMIN] = 0; in reset_termios()568 termios->c_cc[VTIME] = 0; in reset_termios()569 termios->c_cc[VEOL2] = '\0'; in reset_termios()570 termios->c_cc[VSTART] = '\21'; in reset_termios()571 termios->c_cc[VSTOP] = '\23'; in reset_termios()[all …]
23 cc_t c_cc[NCCS]; /* control characters */ member
1889 tty.c_cc[VMIN] = 1; in js_os_ttySetRaw()1890 tty.c_cc[VTIME] = 0; in js_os_ttySetRaw()
1688 tty.c_cc[VMIN] = 1; in js_os_ttySetRaw()1689 tty.c_cc[VTIME] = 0; in js_os_ttySetRaw()
Completed in 20 milliseconds