HomeSort by: relevance | last modified time | path
    Searched defs:notout (Results 1 - 3 of 3) 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);
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);
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 38 milliseconds