HomeSort by: relevance | last modified time | path
    Searched refs:Lines (Results 1 - 8 of 8) sorted by relevancy

  /src/games/phantasia/
fight.c 60 Lines = 9;
97 Lines = 8;
123 if (Lines > LINES - 2)
126 more(Lines);
127 move(Lines = 8, 0);
133 more(Lines);
150 more(Lines);
161 more(Lines);
165 getyx(stdscr, Lines, flockcnt)
    [all...]
phantglobs.c 31 int Lines; /* line on screen counter for fight routines */
interplayer.c 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)
    [all...]
phantglobs.h 23 extern int Lines; /* line on screen counter for fight routines */
main.c 710 Lines = 10;
722 mvaddstr(Lines++, 40 - strlen(Databuf) / 2, Databuf);
1051 move(LINES - 2, 0);
  /src/lib/libc/net/
nsparser.y 73 | Lines
76 Lines
78 | Lines Entry
  /src/sys/external/bsd/acpica/dist/tools/acpisrc/
asconvrt.c 361 * DESCRIPTION: Remove all extra lines at the start and end of the file.
374 /* Remove any extra lines at the start of the file */
382 /* Remove any extra lines at the end of the file */
500 * DESCRIPTION: Remove extra blanks from the end of source lines. Does not
566 * DESCRIPTION: Remove "excess" blank lines - any more than 2 blank lines.
567 * this can happen during the translation when lines are removed.
607 AcpiOsPrintf ("Found multiple blank lines after copyright\n");
1310 * DESCRIPTION: Count the number of lines in the input buffer. Also count
1311 * the number of long lines (lines longer than 80 chars)
    [all...]
  /src/usr.bin/make/
Makefile 37 GCOV_PERL+= } elsif (/^Lines executed:(\d+\.\d+)% of (\d+)/ && defined($$file)) {
38 GCOV_PERL+= my ($$percent, $$lines) = ($$1, $$2);
45 GCOV_PERL+= $$percent, $$uncovered, $$lines, $$file, $$func);

Completed in 22 milliseconds