Lines Matching refs:Lines
73 Lines = 8;
200 mvprintw(Lines++, 0, "%s ran away!", Enemyname);
205 mvprintw(Lines++, 0, "%s tried to run away.", Enemyname);
210 mvprintw(Lines++, 0, "%s tried to luckout!", Enemyname);
215 mvprintw(Lines++, 0, "%s hit you %.0f times!", Enemyname, dtemp);
235 if (Lines > LINES - 2) {
236 more(Lines);
237 move(Lines = 8, 0);
249 mvprintw(Lines++, 0, "You killed %s!", Enemyname);
259 mvaddstr(Lines++, 0, "You have rescued a virgin. Will you be honorable ? ");
282 more(Lines); /* pause */
305 move(Lines = 8, 0);
312 mvprintw(Lines++, 0, "You hit %s %.0f times!", Enemyname, dtemp);
322 mvaddstr(Lines++, 0, "You got away!");
325 mvprintw(Lines++, 0, "%s is still after you!", Enemyname);
334 mvprintw(Lines++, 0, "You blasted %s !", Enemyname);
340 mvaddstr(Lines++, 0, "You already tried that!");
342 mvaddstr(Lines++, 0, "Not this time . . .");
349 mvaddstr(Lines++, 0, "You just lucked out!");
603 if ((numusers % (LINES - 10)) == 0) {
604 more(LINES - 1);