HomeSort by: relevance | last modified time | path
    Searched refs:Lines (Results 1 - 21 of 21) 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 469 * DESCRIPTION: Remove all extra lines at the start and end of the file.
482 /* Remove any extra lines at the start of the file */
490 /* Remove any extra lines at the end of the file */
608 * DESCRIPTION: Remove extra blanks from the end of source lines. Does not
674 * DESCRIPTION: Remove "excess" blank lines - any more than 2 blank lines.
675 * this can happen during the translation when lines are removed.
715 AcpiOsPrintf ("Found multiple blank lines after copyright\n");
1418 * DESCRIPTION: Count the number of lines in the input buffer. Also count
1419 * the number of long lines (lines longer than 80 chars)
    [all...]
  /src/usr.bin/make/unit-tests/
parse.mk 30 # a variable assignment in a dependency line with trailing whitespace. Lines
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/xilinx/
zynqmp-zcu104-revA.dts 147 * Lines:
zynqmp-zcu104-revC.dts 133 * Lines:
zynqmp-zcu106-revA.dts 231 * Lines:
249 * Lines:
zynqmp-zcu111-revA.dts 193 * Lines:
  /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);
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
imx53-smd.dts 338 data-shift = <12>; /* Lines 19:12 used */
imx6qdl-ds.dtsi 52 data-shift = <12>; /* Lines 19:12 used */
imx6qdl-sabresd.dtsi 153 data-shift = <12>; /* Lines 19:12 used */
omap3-gta04.dtsi 746 data-lines = <24>;
863 bus-width = <8>;/* Used data lines */
864 data-shift = <2>; /* Lines 9:2 are used */
  /src/sys/external/gpl2/dts/dist/arch/riscv/boot/dts/allwinner/
sun20i-d1-nezha.dts 12 * Lines which are routed to the 40-pin header are named as follows:
  /src/usr.bin/xlint/lint1/
README.md 143 | Lines | Notes |
236 for the code 5 lines above.
237 An `expect` comment cannot span multiple lines.
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/
qrb5165-rb5.dts 832 qcom,sd-lines = <0 1 2 3>;
836 /* TERT I2S Uses 1 I2S SD Lines for audio on LT9611 HDMI Bridge */
840 qcom,sd-lines = <0>;
sdm845-db845c.dts 596 /* QUAT I2S Uses 4 I2S SD Lines for audio on LT9611 HDMI Bridge */
600 qcom,sd-lines = <0 1 2 3>;

Completed in 19 milliseconds