Searched refs:draw (Results 1 - 16 of 16) sorted by relevance

/openbsd-current/games/hunt/huntd/
H A DMakefile5 SRCS= answer.c conf.c draw.c driver.c execute.c expl.c \
H A Ddraw.c1 /* $OpenBSD: draw.c,v 1.11 2017/01/21 08:22:57 krw Exp $ */
2 /* $NetBSD: draw.c,v 1.2 1997/10/10 16:33:04 lukem Exp $ */
70 /* Possibly draw other players as team nrs */
271 * The 'draw' flag when false, causes the 'saved under' character to
275 drawplayer(PLAYER *pp, FLAG draw) argument
283 /* Draw or un-draw the player into the master map: */
284 Maze[y][x] = draw ? pp->p_face : pp->p_over;
292 if (!draw) {
309 /* If this player's not cloacked, draw him: */
318 if (draw
[all...]
/openbsd-current/gnu/llvm/lldb/utils/lui/
H A Deventwin.py19 super(EventWin, self).draw()
H A Dstatuswin.py24 def draw(self): member in class:StatusWin
29 super(StatusWin, self).draw()
H A Dcui.py32 def draw(self): member in class:CursesWin
47 def draw(self): member in class:TextWin
73 self.draw()
78 def draw(self): member in class:TitledWin
80 self.title_win.draw()
93 def draw(self): member in class:ListWin
232 win.draw()
235 self.wins[self.focus].draw()
264 def draw(self, prompt=None): member in class:CursesEditLine
294 self.draw(promp
[all...]
H A Dcommandwin.py79 self.el.draw()
88 self.el.draw()
/openbsd-current/sys/arch/macppc/dev/
H A Dpm_direct.h65 signed int draw; member in struct:pmu_battery_info
H A Dapm.c272 (batt.draw > 0)) {
275 batt.draw) / 60;
279 ((batt.cur_charge * 3600) / (-batt.draw)) / 60;
H A Dpm_direct.c811 info->draw = *((signed char *)&p.data[4]);
817 info->draw = *((signed short *)&p.data[6]);
824 info->draw = 0;
/openbsd-current/games/battlestar/
H A Dextern.h325 int draw(void);
H A Dcommand2.c126 draw(void) function
H A Dcypher.c240 verb_with_all(wear, 0, draw, "draw");
/openbsd-current/usr.bin/tmux/
H A DMakefile80 format-draw.c \
/openbsd-current/gnu/gcc/gcc/doc/include/
H A Dtexinfo.tex4940 % @cartouche ... @end cartouche: draw rectangle w/rounded corners around
/openbsd-current/gnu/usr.bin/binutils-2.17/texinfo/
H A Dtexinfo.tex4673 % @cartouche ... @end cartouche: draw rectangle w/rounded corners around
/openbsd-current/gnu/usr.bin/texinfo/doc/
H A Dtexinfo.tex4816 % @cartouche ... @end cartouche: draw rectangle w/rounded corners around

Completed in 606 milliseconds