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

  /src/sys/kern/
tty.c 937 int col, notout; local in function:ttyoutput
960 notout = 0;
962 notout = b_to_q(" ", c, &tp->t_outq);
963 c -= notout;
968 return (notout ? '\t' : -1);

Completed in 14 milliseconds