HomeSort by: relevance | last modified time | path
    Searched refs:ttyoutput (Results 1 - 3 of 3) 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...]
  /src/sys/dev/sun/
sunkbd.c 305 ttyoutput(c, tp);
  /src/sys/sys/
tty.h 301 int ttyoutput(int, struct tty *);

Completed in 16 milliseconds