Home | History | Annotate | Download | only in hack

Lines Matching refs:CO

145 	if (tlx + (int)strlen(s) > CO)
159 if (tlx + 8 > CO)
233 n0 + (int)strlen(toplines) + 3 < CO - 8 && /* leave room for
248 if (n0 >= CO) {
251 for (n = 0; n < CO; n++)
255 for (n = 0; n < CO - 1; n++)
259 n0 = CO - 2;
301 if (curx == CO)
302 putsym('\n'); /* 1 <= curx <= CO; avoid CO */