Home
last modified time | relevance | path

Searched refs:t_writepos (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/kern/
H A Dtty_ttydisc.c503 tp->t_column = tp->t_writepos = 0; in ttydisc_write_oproc()
518 tp->t_column = tp->t_writepos = 0; in ttydisc_write_oproc()
610 tp->t_writepos = tp->t_column; in ttydisc_write()
621 tp->t_writepos = tp->t_column; in ttydisc_write()
825 struct ttydisc_recalc_length data = { tp, tp->t_writepos }; in ttydisc_recalc_linelength()
849 if (tp->t_writepos >= tp->t_column) { in ttydisc_rubchar()
1453 tp->t_writepos = tp->t_column; in tty_putstrn()
H A Dtty.c2418 db_printf("\twritepos: %u\n", tp->t_writepos); in DB_SHOW_COMMAND()
/freebsd/sys/sys/
H A Dtty.h113 unsigned int t_writepos; /* (t) Where input was interrupted. */ member