Home | History | Annotate | Download | only in common_source

Lines Matching refs:ncin

99 	ist = mvl = ncin = 0;
119 if (c == old.c_cc[VERASE] && ncin > 0) {
126 writec(cin[ncin - 1]);
128 ncin--;
139 if (c == old.c_cc[VKILL] && ncin > 0) {
147 for (j = 0; j < ncin; j++)
161 cin[ncin++] = c;
184 for (j = 0; j < ncin;)
191 curmove(cturn == -1 ? 18 : 19, ncin + 39);
305 for (j = 0; j < ncin; j++)