Home
last modified time | relevance | path

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

/openbsd/sys/kern/
H A Dtty.c1916 int tabc, s, cc; in ttyrub() local
1952 for (cp = firstc(&tp->t_rawq, &tabc, &cc); cp; in ttyrub()
1953 cp = nextc(&tp->t_rawq, cp, &tabc, &cc)) in ttyrub()
1954 ttyecho(tabc, tp); in ttyrub()