Home
last modified time | relevance | path

Searched refs:t_column (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/kern/
H A Dtty_ttydisc.c388 if (tp->t_column > 0) in ttydisc_write_oproc()
389 tp->t_column--; in ttydisc_write_oproc()
394 scnt = 8 - (tp->t_column & 7); in ttydisc_write_oproc()
404 tp->t_column += scnt; in ttydisc_write_oproc()
536 tp->t_column += wlen; in ttydisc_write()
670 tp->t_column += 2; in ttydisc_echo_force()
675 tp->t_column++; in ttydisc_echo_force()
773 tp->t_column -= 2; in ttydisc_rubchar()
779 tp->t_column -= 1; in ttydisc_rubchar()
801 tp->t_column = prevpos; in ttydisc_rubchar()
[all …]
H A Dtty_info.c306 sbuf_printf(&sb, "%sload: %d.%02d ", tp->t_column == 0 ? "" : "\n", in tty_info()
H A Dtty.c1300 xt->xt_column = tp->t_column; in tty_to_xtty()
2384 db_printf("\tcolumn: %u\n", tp->t_column); in DB_SHOW_COMMAND()
2439 osiz - tp->t_outlow, MIN(tp->t_column, 99999), in DB_SHOW_ALL_COMMAND()
/f-stack/freebsd/sys/
H A Dtty.h114 unsigned int t_column; /* (t) Current cursor position. */ member