HomeSort by: relevance | last modified time | path
    Searched defs:pt_ucntl (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/kern/
tty_pty.c 77 u_char pt_ucntl; member in struct:pt_softc
625 pti->pt_ucntl = 0;
685 if (pti->pt_flags & PF_UCNTL && (c = pti->pt_ucntl)) {
686 pti->pt_ucntl = 0;
871 ((pti->pt_flags & PF_UCNTL) && pti->pt_ucntl)))
928 ((pti->pt_flags & PF_UCNTL) && pti->pt_ucntl)));
938 ((pti->pt_flags & PF_UCNTL) && pti->pt_ucntl))
1187 pti->pt_ucntl = (u_char)cmd;

Completed in 12 milliseconds