Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dtty_ttydisc.c420 tp->t_column = tp->t_writepos = 0; in ttydisc_write_oproc()
435 tp->t_column = tp->t_writepos = 0; in ttydisc_write_oproc()
527 tp->t_writepos = tp->t_column; in ttydisc_write()
538 tp->t_writepos = tp->t_column; in ttydisc_write()
742 struct ttydisc_recalc_length data = { tp, tp->t_writepos }; in ttydisc_recalc_linelength()
766 if (tp->t_writepos >= tp->t_column) { in ttydisc_rubchar()
1296 tp->t_writepos = tp->t_column; in tty_putstrn()
H A Dtty.c2385 db_printf("\twritepos: %u\n", tp->t_writepos); in DB_SHOW_COMMAND()
/f-stack/freebsd/sys/
H A Dtty.h115 unsigned int t_writepos; /* (t) Where input was interrupted. */ member