Lines Matching refs:posy
187 int posy = 0;212 posy++;213 if (posy >= y)217 posy--;233 posy++;234 if (posy >= y)236 posy--;245 if (lines[posy] == null)247 lines[posy] = new char[x];249 lines[posy][k] = ' ';252 lines[posy][posx] = c;