Searched refs:vstop (Results 1 – 1 of 1) sorted by relevance
1237 char vstop, vstart; in readstream() local1283 vstop = tsp->c_cc[VSTOP]; in readstream()1293 vstop = tp->c_cc[VSTOP]; in readstream()1303 newflow = (ixon && (vstart == 021) && (vstop == 023)) ? 1 : 0; in readstream()