Searched defs:row (Results 1 - 25 of 155) sorted by relevance

1234567

/src/games/bcd/
H A Dbcd.c157 int i, row; local in function:printcard
/src/games/boggle/boggle/
H A Dprtable.c72 int col, row; local in function:prtable
H A Dtimer.c73 int col, remaining, row; local in function:timerch
/src/sys/arch/powerpc/tools/chrpicon/chrpicontoppm/
H A Dchrpicontoppm.c70 int row, col; local in function:main
/src/sys/arch/powerpc/tools/chrpicon/ppmtochrpicon/
H A Dppmtochrpicon.c129 int row, col; local in function:CHRPI_putbitmap
/src/games/rogue/
H A Dtrap.c78 trap_at(int row, int col) argument
91 trap_player(short row, short col) argument
146 short row, col; local in function:add_traps
190 short dir, row, col, d, t; local in function:id_trap
232 short s, i, j, row, col, t; local in function:search
[all...]
H A Dthrow.c68 short dir, row, col; local in function:throw
162 get_thrown_at_monster(object * obj,short dir,short * row,short * col) argument
204 flop_weapon(object * weapon,short row,short col) argument
267 static short row, col; local in function:rand_around
[all...]
H A Dhit.c305 short row, col; local in function:mon_damage
336 short row, col; local in function:fight
385 get_dir_rc(short dir,short * row,short * col,short allow_off_screen) argument
[all...]
H A Dmessage.c247 int row = DROWS - 1; local in function:print_stats
[all...]
H A Dspec_hit.c231 short row, col; local in function:disappear
249 short row, col, i, n; local in function:cough_up
290 try_to_cough(short row,short col,object * obj) argument
341 gold_at(short row,short col) argument
377 imitating(short row,short col) argument
484 short row, col, dir; local in function:flame_broil
[all...]
H A Dzap.c71 short dir, d, row, col; local in function:zapp
121 get_zapped_monster(short dir, short *row, short *col) argument
144 short row, col; local in function:zap_monster
210 short row, col; local in function:tele_away
280 bounce(short ball,short dir,short row,short col,short r) argument
[all...]
/src/sys/arch/hp300/stand/common/
H A Dmachdep.c149 static int col = 0, row = 0; local in function:romputchar
/src/games/battlestar/
H A Dfly.c49 static int row, column; variable in typeref:typename:int
[all...]
/src/games/gomoku/
H A Dbdinit.c45 init_spot_flags_and_fval(struct spotstr *sp, int col, int row) argument
142 for (int row = 1; row <= BSZ; row++, sp++) { local in function:init_board
/src/games/warp/
H A Dscore.c379 int row; local in function:wavescore
[all...]
/src/sys/dev/rasops/
H A Drasops1.c92 rasops1_putchar(void *cookie, int row, int col, u_int uc, long attr) argument
H A Drasops24.c211 rasops24_eraserows(void *cookie, int row, int num, long attr) argument
294 rasops24_erasecols(void *cookie, int row, in argument
[all...]
H A Drasops_bitops.h149 int row, col, height, width, cnt; local in function:NAME
[all...]
/src/usr.bin/systat/
H A Dswap.c142 int row; local in function:labelswap
/src/sys/arch/bebox/stand/boot/
H A Dvideo.c62 int row; member in struct:screen
[all...]
/src/sys/arch/epoc32/dev/
H A Depockbd.c188 int column, row; local in function:epockbd_cngetc
/src/sys/dev/ic/
H A Dpcdisplay_subr.c90 pcdisplay_cursor(void *id, int on, int row, int col) argument
156 pcdisplay_putchar(void *id, int row, int col, unsigned int c, long attr) argument
179 pcdisplay_copycols(void *id, int row, int srccol, int dstcol, int ncols) argument
200 pcdisplay_erasecols(void *id, int row, in argument
[all...]
/src/lib/libmenu/
H A Dinternals.c520 int rowmajor, i, j, k, row = -1, stride; local in function:_menui_draw_menu
[all...]
/src/games/backgammon/common_source/
H A Dsubs.c442 int row; local in function:roll
/src/games/sail/
H A Ddr_3.c58 int row[NSHIP], col[NSHIP], dir[NSHIP], drift[NSHIP]; local in function:moveall
[all...]

Completed in 13 milliseconds

1234567