HomeSort by: relevance | last modified time | path
    Searched defs:tabc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
tty.c 2436 int savecol, tabc; local in function:ttyrub
2476 for (cp = firstc(&tp->t_rawq, &tabc); cp;
2477 cp = nextc(&tp->t_rawq, cp, &tabc))
2478 ttyecho(tabc, tp);
tty.c 2436 int savecol, tabc; local in function:ttyrub
2476 for (cp = firstc(&tp->t_rawq, &tabc); cp;
2477 cp = nextc(&tp->t_rawq, cp, &tabc))
2478 ttyecho(tabc, tp);

Completed in 40 milliseconds