/dflybsd-src/games/rogue/ |
H A D | monster.c | 129 short row, col; in put_mons() local 228 short row, col; in party_monsters() local 266 gmc_row_col(int row, int col) in gmc_row_col() 299 mv_1_monster(object *monster, short row, short col) in mv_1_monster() 437 mtry(object *monster, short row, short col) in mtry() 447 move_mon_to(object *monster, short row, short col) in move_mon_to() 496 mon_can_go(const object *monster, short row, short col) in mon_can_go() 544 wake_room(short rn, boolean entering, short row, short col) in wake_room() 595 rogue_is_around(int row, int col) in rogue_is_around() 610 short row, col, i; in wanderer() local [all …]
|
H A D | trap.c | 70 trap_at(int row, int col) in trap_at() 83 trap_player(short row, short col) in trap_player() 138 short row, col; in add_traps() local 182 short dir, row, col, d, t; in id_trap() local 224 short s, i, j, row, col, t; in search() local
|
H A D | zap.c | 63 short dir, d, row, col; in zapp() local 113 get_zapped_monster(short dir, short *row, short *col) in get_zapped_monster() 136 short row, col; in zap_monster() local 202 short row, col; in tele_away() local 271 bounce(short ball, short dir, short row, short col, short r) in bounce()
|
H A D | spec_hit.c | 224 short row, col; in disappear() local 242 short row, col, i, n; in cough_up() local 283 try_to_cough(short row, short col, object *obj) in try_to_cough() 334 gold_at(short row, short col) in gold_at() 373 imitating(short row, short col) in imitating() 484 short row, col, dir; in flame_broil() local
|
H A D | object.c | 190 short row,col; in put_gold() local 217 plant_gold(short row, short col, boolean is_maze) in plant_gold() 233 place_at(object *obj, int row, int col) in place_at() 242 object_at(object *pack, short row, short col) in object_at() 597 short row, col; in put_stairs() local 658 short mc, rc, row, col; in show_objects() local 705 short row, col; in rand_place() local
|
H A D | room.c | 129 light_passage(int row, int col) in light_passage() 173 get_dungeon_char(int row, int col) in get_dungeon_char() 248 gr_row_col(short *row, short *col, unsigned short mask) in gr_row_col() 284 short n, N, row, col; in party_objects() local 314 get_room_number(int row, int col) in get_room_number() 414 dr_course(object *monster, boolean entering, short row, short col) in dr_course() 488 get_oth_room(short rn, short *row, short *col) in get_oth_room()
|
H A D | throw.c | 60 short dir, row, col; in throw() local 154 get_thrown_at_monster(object *obj, short dir, short *row, short *col) in get_thrown_at_monster() 196 flop_weapon(object *weapon, short row, short col) in flop_weapon() 258 static short row, col; in rand_around() local
|
H A D | move.c | 64 short row, col; in one_move_rogue() local 179 short row, col; in multiple_move_rogue() local 225 is_passable(int row, int col) in is_passable() 240 short i, j, i_end, j_end, row, col; in next_to_something() local
|
/dflybsd-src/usr.bin/window/ |
H A D | xx.c | 140 xxmove(int row, int col) in xxmove() 171 xxinschar(int row, int col, int c, int m) in xxinschar() 184 xxinsspace(int row, int col) in xxinsspace() 201 xxdelchar(int row, int col) in xxdelchar() 228 xxclreos(int row, int col) in xxclreos() 238 xxclreol(int row, int col) in xxclreol() 248 xxwrite(int row, int col, char *p, int n, int m) in xxwrite()
|
H A D | wwalloc.c | 40 wwalloc(int row, int col, int nrow, int ncol, int size) in wwalloc() 64 wwfree(char **p, int row) in wwfree()
|
H A D | cmd1.c | 42 int col, row, xcol, xrow; in c_window() local 109 getpos(int *row, int *col, int minrow, int mincol, int maxrow, int maxcol) in getpos()
|
H A D | cmd5.c | 47 int col, row; in c_move() local 89 movewin(struct ww *w, int row, int col) in movewin()
|
H A D | tttermcap.c | 88 tttgoto(struct tt_str *s, int col, int row) in tttgoto() 98 ttpgoto(struct tt_str *s, int col, int row, int n) in ttpgoto()
|
/dflybsd-src/usr.bin/systat/ |
H A D | iostat.c | 161 int row; in labeliostat() local 179 numlabels(int row) in numlabels() 220 barlabels(int row) in barlabels() 247 int i, row, _col; in showiostat() local 298 devstats(int row, int _col, int dn) in devstats() 335 stat1(int row, uint64_t difference, uint64_t total) in stat1()
|
H A D | tcp.c | 103 #define L(row, str) mvwprintw(wnd, row, 10, str) in labeltcp() argument 104 #define R(row, str) mvwprintw(wnd, row, 45, str); in labeltcp() argument 223 #define DO(stat, row, col) \ in showtcp() argument 225 #define L(row, stat) DO(stat, row, 0) in showtcp() argument 226 #define R(row, stat) DO(stat, row, 35) in showtcp() argument
|
H A D | icmp.c | 100 #define L(row, str) mvwprintw(wnd, row, 10, str) in labelicmp() argument 101 #define R(row, str) mvwprintw(wnd, row, 45, str); in labelicmp() argument 111 #define B(row, str) L(row, str); R(row, str) in labelicmp() argument 184 #define DO(stat, row, col) \ in showicmp() argument 197 #define DO2(type, row) DO(icps_inhist[type], row, 0); DO(icps_outhist[type], \ in showicmp() argument
|
H A D | icmp6.c | 97 #define L(row, str) mvwprintw(wnd, row, 10, str) in labelicmp6() argument 98 #define R(row, str) mvwprintw(wnd, row, 45, str); in labelicmp6() argument 107 #define B(row, str) L(row, str); R(row, str) in labelicmp6() argument 179 #define DO(stat, row, col) \ in showicmp6() argument 190 #define DO2(type, row) DO(icp6s_inhist[type], row, 0); DO(icp6s_outhist[type], \ in showicmp6() argument
|
H A D | ip6.c | 101 #define L(row, str) mvwprintw(wnd, row, 10, str) in labelip6() argument 102 #define R(row, str) mvwprintw(wnd, row, 45, str); in labelip6() argument 187 #define DO(stat, row, col) \ in showip6() argument
|
H A D | ip.c | 106 #define L(row, str) mvwprintw(wnd, row, 10, str) in labelip() argument 107 #define R(row, str) mvwprintw(wnd, row, 45, str); in labelip() argument 200 #define DO(stat, row, col) \ in showip() argument
|
/dflybsd-src/contrib/lvm2/dist/libdm/ |
H A D | libdm-report.c | 81 struct row { struct 82 struct dm_list list; 83 struct dm_report *rh; 84 struct dm_list fields; /* Fields in display order */ 85 struct dm_report_field *(*sort_fields)[]; /* Fields in sort order */ 692 struct row *row; in dm_report_object() local 866 struct row *row; in _sort_rows() local 975 struct row *row; in _output_as_rows() local 1033 struct row *row = NULL; in _output_as_columns() local
|
/dflybsd-src/contrib/dialog/ |
H A D | columns.c | 26 #define each(row, data) \ argument 105 int row; in dlg_align_columns() local 167 int row; in dlg_free_columns() local
|
/dflybsd-src/games/boggle/boggle/ |
H A D | mach.c | 140 int col, row; in results() local 193 int row, col; in get_line() local 390 int col, row; in showword() local 414 int i, row, col; in doword() local 520 int ch, col, done, i, row; in getword() local
|
/dflybsd-src/games/canfield/canfield/ |
H A D | canfield.c | 112 #define INCRHAND(row, col) {\ argument 119 #define DECRHAND(row, col) {\ argument 448 int cnt, row, col; in cleanupboard() local 634 fndbase(struct cardtype **cp, int column, int row) in fndbase() 956 int row, col; in showstat() local 999 int row; in clearstat() local 1058 int row; in showcards() local 1328 getcmd(int row, int col, const char *cp) in getcmd() 1660 int row, col; in finish() local
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | graphite-cloog-util.c | 56 oppose_constraint (CloogMatrix *m, int row) in oppose_constraint() 71 insert_constraint_into_matrix (CloogMatrix *m, int row, in insert_constraint_into_matrix() 128 int row = 0; in new_Cloog_Matrix_from_ppl_Constraint_System() local 170 cloog_matrix_to_ppl_constraint (CloogMatrix *matrix, int row) in cloog_matrix_to_ppl_constraint()
|
/dflybsd-src/contrib/ncurses/ncurses/base/ |
H A D | wresize.c | 57 int row; in repair_subwindows() local 110 int col, row, size_x, size_y; in wresize() local
|