Home
last modified time | relevance | path

Searched refs:Lines (Results 1 – 25 of 29) sorted by relevance

12

/dragonfly/games/phantasia/
HDfight.c66 Lines = 9; in encounter()
100 Lines = 8; in encounter()
126 if (Lines > LINES - 2) { in encounter()
128 more(Lines); in encounter()
129 move(Lines = 8, 0); in encounter()
135 more(Lines); in encounter()
151 more(Lines); in encounter()
159 more(Lines); in encounter()
164 getyx(stdscr, Lines, flockcnt); in encounter()
165 more(Lines + 1); in encounter()
[all …]
HDinterplayer.c101 Lines = 8; in battleplayer()
215 mvprintw(Lines++, 0, "%s ran away!", Enemyname); in battleplayer()
219 … mvprintw(Lines++, 0, "%s tried to run away.", Enemyname); in battleplayer()
223 … mvprintw(Lines++, 0, "%s tried to luckout!", Enemyname); in battleplayer()
228 … mvprintw(Lines++, 0, "%s hit you %.0f times!", Enemyname, dtemp); in battleplayer()
245 if (Lines > LINES - 2) { in battleplayer()
246 more(Lines); in battleplayer()
247 move(Lines = 8, 0); in battleplayer()
259 mvprintw(Lines++, 0, "You killed %s!", Enemyname); in battleplayer()
269 … mvaddstr(Lines++, 0, "You have rescued a virgin. Will you be honorable ? "); in battleplayer()
[all …]
HDphantglobs.c25 int Lines; /* line on screen counter for fight routines */ variable
HDphantglobs.h23 extern int Lines; /* line on screen counter for fight routines */
HDmain.c700 Lines = 10; in titlelist()
711 mvaddstr(Lines++, 40 - strlen(Databuf) / 2, Databuf); in titlelist()
/dragonfly/usr.bin/tset/
HDtset.c55 int Lines, Columns; /* window size */ variable
150 Lines = tgetnum("li"); in main()
156 Lines > 0 && Columns > 0) { in main()
157 win.ws_row = Lines; in main()
HDextern.h37 extern int Columns, isreset, Lines;
HDset.c304 tg_out = tgoto(set_pos, c, Lines - 1); in set_tabs()
/dragonfly/lib/libc/net/
HDnsparser.y74 | Lines
77 Lines
79 | Lines Entry
/dragonfly/games/hunt/
HDREADME.protocol26 Lines starting with "C:" and "S:" will indicate messages sent from the
96 This text consists of the game statistics. Lines in the
/dragonfly/share/zoneinfo/
HDiso3166.tab8 # separated by a single tab. Lines beginning with '#' are comments.
/dragonfly/share/examples/netgraph/
HDngctl11 # Lines that begin with ``$'' (shell prompt) or ``+'' (ngctl prompt)
/dragonfly/contrib/cvs-1.12/contrib/
HDcvs_acls.in365 Lines beginning with "allow" or "deny" are assumed to be '|'-separated
/dragonfly/contrib/file/magic/Magdir/
HDvirtual218 # Lines written by Friedrich Schwittay (f.schwittay@yousable.de)
HDgames228 >>&0 string 9] (Lines of Action)
/dragonfly/contrib/gdb-7/readline/doc/
HDhsuser.texi182 Lines prefixed with a @samp{*} have been modified.
HDrluser.texi371 Lines beginning with a @samp{#} are comments.
372 Lines beginning with a @samp{$} indicate conditional
881 # Lines beginning with '#' are comments.
/dragonfly/share/examples/ppp/
HDppp.conf.sample19 # Lines beginning with "!include" will ``include'' another file. You
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
HDREADME293 format: CONFIG_<option>=y. Lines starting with # are considered
/dragonfly/contrib/binutils-2.27/gprof/
HDgprof.texi1178 @subsection Lines for a Function's Callers
1236 @subsection Lines for a Function's Subroutines
HDgprof.info971 5.2.2 Lines for a Function's Callers
1025 5.2.3 Lines for a Function's Subroutines
/dragonfly/contrib/ncurses/include/
HDCaps856 # under the frozen data. Lines scrolled off the screen are inserted into
/dragonfly/contrib/flex/src/
HDflex.skl34 %# Lines in this skeleton starting with a "%" character are "control lines"
/dragonfly/contrib/bmake/
HDbmake.cat1264 Lines may be continued from one line to the next by ending them with a
/dragonfly/contrib/dialog/
HDCHANGES2194 preserved. Lines are always wrapped on word boundaries.

12