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

  /src/sys/kern/
tty.c 673 (void)ttyoutput('^', tp);
674 (void)ttyoutput('\b', tp);
845 (void)ttyoutput(CTRL('g'), tp);
871 (void)ttyoutput('/', tp);
881 (void)ttyoutput('\b', tp);
934 ttyoutput(int c, struct tty *tp) function in typeref:typename:int
2310 * can handle without any of ttyoutput's processing and
2313 * bits in char_type), call ttyoutput. After processing
2326 * a special character through ttyoutput.
2330 if (ttyoutput(*cp, tp) >= 0)
    [all...]
tty.c 673 (void)ttyoutput('^', tp);
674 (void)ttyoutput('\b', tp);
845 (void)ttyoutput(CTRL('g'), tp);
871 (void)ttyoutput('/', tp);
881 (void)ttyoutput('\b', tp);
934 ttyoutput(int c, struct tty *tp) function in typeref:typename:int
2310 * can handle without any of ttyoutput's processing and
2313 * bits in char_type), call ttyoutput. After processing
2326 * a special character through ttyoutput.
2330 if (ttyoutput(*cp, tp) >= 0)
    [all...]

Completed in 34 milliseconds