Home
last modified time | relevance | path

Searched refs:mb_ptr (Results 1 – 25 of 65) sorted by relevance

123

/dports/games/zangband/zangband/src/
H A Dzborg6.c493 map_block *mb_ptr; in borg_flow_clear() local
634 if (mb_ptr->kill) in borg_play_step()
684 mb_ptr->trap) in borg_play_step()
764 if (mb_ptr->feat >= FEAT_PILLAR && mb_ptr->feat <= FEAT_WALL_SOLID) in borg_play_step()
1153 map_block *mb_ptr; in borg_flow_enqueue_grid() local
1185 mb_ptr->cost = 1; in borg_flow_enqueue_grid()
1241 mb_ptr->flow = mb_ptr->cost; in borg_flow_commit()
4126 if (mb_ptr->xtra < 100) mb_ptr->xtra += 5; in borg_flow_spastic()
4219 if (mb_ptr && mb_ptr->feat >= FEAT_WALL_EXTRA) wall++; in borg_flow_spastic()
4232 if (!mb_ptr || mb_ptr->feat == FEAT_RUBBLE) continue; in borg_flow_spastic()
[all …]
H A Dzborg2.c638 map_block *mb_ptr; in borg_update_view() local
794 map_block *mb_ptr; in borg_forget_view() local
859 map_block *mb_ptr; in los_general() local
1093 map_block *mb_ptr; in borg_mmove_init() local
1169 if (!borg_cave_los_grid(mb_ptr) || mb_ptr->monster) in borg_mmove_init()
1212 if (!cave_los_grid(mb_ptr) || mb_ptr->monster) in borg_mmove_init()
1585 map_block *mb_ptr; in borg_delete_take() local
1799 if (mb_ptr->kill == who) mb_ptr->kill = 0; in borg_delete_kill()
1867 if (mb_ptr->kill == who) mb_ptr->kill = 0; in borg_merge_kill()
2761 if (mb_ptr->kill && (map->monster == mb_ptr->monster)) in borg_map_info()
[all …]
H A Dzbmagic1.c61 map_block *mb_ptr; in borg_goto_dir() local
401 map_block *mb_ptr; in borg_surrounded() local
406 mb_ptr = map_loc(x, y); in borg_surrounded()
519 map_block *mb_ptr; in borg_happy_grid_bold() local
524 mb_ptr = map_loc(x, y); in borg_happy_grid_bold()
645 map_block *mb_ptr; in borg_target() local
655 mb_ptr = map_loc(x, y); in borg_target()
658 if (mb_ptr->monster) in borg_target()
707 map_block *mb_ptr; in test_borg_lite_beam() local
3036 map_block *mb_ptr; in borg_caution() local
[all …]
H A Dzbmagic3.c897 if ((mb_ptr->object) || (mb_ptr->m_effect) || (mb_ptr->trap) || in borg_defend_aux_glyph()
898 (mb_ptr->feat == FEAT_LESS) || (mb_ptr->feat == FEAT_MORE) || in borg_defend_aux_glyph()
899 (mb_ptr->feat == FEAT_CLOSED) || (mb_ptr->feat == FEAT_OPEN) || in borg_defend_aux_glyph()
975 map_block *mb_ptr; in borg_defend_aux_true_warding()
1011 (mb_ptr->feat == FEAT_LESS) || (mb_ptr->feat == FEAT_MORE) in borg_defend_aux_true_warding()
1013 (mb_ptr->feat == FEAT_BROKEN) || (mb_ptr->monster)) in borg_defend_aux_true_warding()
1071 map_block *mb_ptr; in borg_defend_aux_create_walls()
1112 (mb_ptr->feat == FEAT_LESS) || (mb_ptr->feat == FEAT_MORE) in borg_defend_aux_create_walls()
1114 (mb_ptr->feat == FEAT_BROKEN) || (mb_ptr->monster)) in borg_defend_aux_create_walls()
3005 (mb_ptr->feat == FEAT_CLOSED) || (mb_ptr->feat == FEAT_LESS) || in borg_perma_aux_glyph()
[all …]
H A Dzbmagic2.c278 map_block *mb_ptr; in borg_attack_thrust() local
1151 map_block *mb_ptr; in borg_launch_aux_hack() local
1222 map_block *mb_ptr; in borg_launch_bolt() local
1261 map_block *mb_ptr; in borg_launch_beam() local
1323 map_block *mb_ptr; in borg_launch_dispel() local
1402 map_block *mb_ptr; in borg_launch_ball_zero() local
1444 map_block *mb_ptr; in borg_launch_blast() local
1481 map_block *mb_ptr; in borg_launch_touch() local
1515 map_block *mb_ptr; in borg_launch_ball() local
1580 map_block *mb_ptr; in borg_attack_whirlwind() local
[all …]
H A Dmaid-grf.c584 map_block *mb_ptr; in clear_block() local
673 map_block *mb_ptr; in save_map_location() local
731 mb_ptr->a = map->a; in save_map_location()
732 mb_ptr->c = map->c; in save_map_location()
2356 map_block *mb_ptr; in update_overhead_map() local
2643 map_block *mb_ptr; in display_map_info() local
2673 if (mb_ptr->a) in display_map_info()
2676 *a = mb_ptr->a; in display_map_info()
2677 *c = mb_ptr->c; in display_map_info()
2678 *ta = mb_ptr->ta; in display_map_info()
[all …]
H A Dzborg7.c288 map_block *mb_ptr = map_loc(c_x, c_y); in borg_check_lite() local
519 mb_ptr = map_loc(x, y); in borg_check_lite()
522 if (!mb_ptr->feat) corners++; in borg_check_lite()
545 mb_ptr = map_loc(x, y); in borg_check_lite()
548 if (mb_ptr->flags & MAP_SEEN) floors++; in borg_check_lite()
551 if (mb_ptr->flags & MAP_GLOW) floors--; in borg_check_lite()
694 map_block *mb_ptr; in borg_check_lite_only() local
723 mb_ptr = map_loc(x, y); in borg_check_lite_only()
726 if (!mb_ptr->feat) corners++; in borg_check_lite_only()
749 mb_ptr = map_loc(x, y); in borg_check_lite_only()
[all …]
H A Dzborg2.h57 typedef bool (*map_hook_type) (map_block *mb_ptr);
75 extern void borg_map_info(map_block *mb_ptr, const term_map *map, vptr dummy);
H A Dzborg9.c2765 map_block *mb_ptr; in borg_display_map_info() local
2776 mb_ptr = map_loc(x, y); in borg_display_map_info()
2782 if (mb_ptr->feat == data) in borg_display_map_info()
2793 if (mb_ptr->info & data) in borg_display_map_info()
2804 if (mb_ptr->flags & data) in borg_display_map_info()
2815 if (mb_ptr->flow == data) in borg_display_map_info()
2847 int p = mb_ptr->fear; in borg_display_map_info()
4080 map_block *mb_ptr = map_loc(c_x, c_y); in do_cmd_borg() local
4084 b_c = mb_ptr->flow * 10; in do_cmd_borg()
4100 mb_ptr = map_loc(x, y); in do_cmd_borg()
[all …]
H A Dmaid-grf.h204 typedef void (*map_info_hook_type) (map_block *mb_ptr, const term_map *map, vptr data);
H A Dmain-win.c2578 static void win_map_info(map_block *mb_ptr, const term_map *map, vptr dummy) in win_map_info() argument
2586 mb_ptr->a = f_info[map->terrain].x_attr; in win_map_info()
2587 mb_ptr->c = f_info[map->terrain].x_char; in win_map_info()
2591 mb_ptr->a = 0; in win_map_info()
2592 mb_ptr->c = 0; in win_map_info()
2599 map_block *mb_ptr; in windows_map_aux() local
2624 mb_ptr = map_loc(x, y); in windows_map_aux()
2627 a = mb_ptr->a; in windows_map_aux()
2628 c = mb_ptr->c; in windows_map_aux()
H A Dzborg3.c1524 map_block *mb_ptr = map_loc(c_x, c_y); in borg_read_unknown() local
1538 if (!(mb_ptr->flags & MAP_GLOW) && !bp_ptr->cur_lite) return (FALSE); in borg_read_unknown()
1646 map_block *mb_ptr = map_loc(c_x, c_y); in borg_read_scroll() local
1649 if (!(mb_ptr->flags & MAP_GLOW) && !bp_ptr->cur_lite) return (FALSE); in borg_read_scroll()
2449 map_block *mb_ptr = map_loc(c_x, c_y); in borg_spell_okay_aux() local
2452 if (!(mb_ptr->flags & MAP_GLOW) && !bp_ptr->cur_lite) return (FALSE); in borg_spell_okay_aux()
/dports/devel/gettext-tools/gettext-0.21/gettext-tools/src/
H A Dpo-lex.c169 mb_ptr (const mbchar_t mbc) in mb_ptr() function
756 switch (mb_ptr (mbc) [0]) in control_sequence()
781 return mb_ptr (mbc) [0]; in control_sequence()
789 char c = mb_ptr (mbc) [0]; in control_sequence()
796 switch (mb_ptr (mbc) [0]) in control_sequence()
819 char c = mb_ptr (mbc) [0]; in control_sequence()
833 switch (mb_ptr (mbc) [0]) in control_sequence()
876 switch (mb_ptr (mbc) [0]) in po_gram_lex()
1028 char c = mb_ptr (mbc) [0]; in po_gram_lex()
1037 switch (mb_ptr (mbc) [0]) in po_gram_lex()
[all …]
/dports/devel/gettext-runtime/gettext-0.21/gettext-tools/src/
H A Dpo-lex.c169 mb_ptr (const mbchar_t mbc) in mb_ptr() function
756 switch (mb_ptr (mbc) [0]) in control_sequence()
781 return mb_ptr (mbc) [0]; in control_sequence()
789 char c = mb_ptr (mbc) [0]; in control_sequence()
796 switch (mb_ptr (mbc) [0]) in control_sequence()
819 char c = mb_ptr (mbc) [0]; in control_sequence()
833 switch (mb_ptr (mbc) [0]) in control_sequence()
876 switch (mb_ptr (mbc) [0]) in po_gram_lex()
1028 char c = mb_ptr (mbc) [0]; in po_gram_lex()
1037 switch (mb_ptr (mbc) [0]) in po_gram_lex()
[all …]
/dports/devel/gettext-po-mode/gettext-0.21/gettext-tools/src/
H A Dpo-lex.c169 mb_ptr (const mbchar_t mbc) in mb_ptr() function
756 switch (mb_ptr (mbc) [0]) in control_sequence()
781 return mb_ptr (mbc) [0]; in control_sequence()
789 char c = mb_ptr (mbc) [0]; in control_sequence()
796 switch (mb_ptr (mbc) [0]) in control_sequence()
819 char c = mb_ptr (mbc) [0]; in control_sequence()
833 switch (mb_ptr (mbc) [0]) in control_sequence()
876 switch (mb_ptr (mbc) [0]) in po_gram_lex()
1028 char c = mb_ptr (mbc) [0]; in po_gram_lex()
1037 switch (mb_ptr (mbc) [0]) in po_gram_lex()
[all …]
/dports/devel/libtextstyle/gettext-0.21/gettext-tools/src/
H A Dpo-lex.c169 mb_ptr (const mbchar_t mbc) in mb_ptr() function
756 switch (mb_ptr (mbc) [0]) in control_sequence()
781 return mb_ptr (mbc) [0]; in control_sequence()
789 char c = mb_ptr (mbc) [0]; in control_sequence()
796 switch (mb_ptr (mbc) [0]) in control_sequence()
819 char c = mb_ptr (mbc) [0]; in control_sequence()
833 switch (mb_ptr (mbc) [0]) in control_sequence()
876 switch (mb_ptr (mbc) [0]) in po_gram_lex()
1028 char c = mb_ptr (mbc) [0]; in po_gram_lex()
1037 switch (mb_ptr (mbc) [0]) in po_gram_lex()
[all …]
/dports/games/zangband/zangband/src/tk/
H A Dwidget.c562 map_block *mb_ptr; in widget_draw_all() local
607 mb_ptr = map_loc(x, y); in widget_draw_all()
610 draw_square(xp, yp, mb_ptr->a, mb_ptr->c, mb_ptr->ta, mb_ptr->tc, widgetPtr); in widget_draw_all()
912 static void Widget_map_info(map_block *mb_ptr, const term_map *map, vptr data) in Widget_map_info() argument
930 draw_square(xp, yp, mb_ptr->a, mb_ptr->c, mb_ptr->ta, mb_ptr->tc, widgetPtr); in Widget_map_info()
/dports/devel/bison/bison-3.7.6/src/
H A Dlocation.c354 boundary_compute (&caret_info.pos, mb_ptr (c), mb_len (c)); in caret_set_line()
449 boundary_compute (&caret_info.pos, mb_ptr (c), mb_len (c)); in location_caret()
/dports/astro/gnuastro/gnuastro-0.16/bootstrapped/lib/
H A Dmbchar.h177 #define mb_ptr(mbc) ((mbc).ptr) macro
/dports/mail/mailutils/mailutils-3.13/lib/gnu/
H A Dmbchar.h184 #define mb_ptr(mbc) ((mbc).ptr) macro
/dports/print/texinfo/texinfo-6.8/gnulib/lib/
H A Dmbchar.h177 #define mb_ptr(mbc) ((mbc).ptr) macro
/dports/devel/idutils/idutils-4.6/lib/
H A Dmbchar.h176 #define mb_ptr(mbc) ((mbc).ptr) macro
/dports/devel/gettext-runtime/gettext-0.21/gettext-tools/gnulib-lib/
H A Dmbchar.h184 #define mb_ptr(mbc) ((mbc).ptr) macro
/dports/devel/gettext-tools/gettext-0.21/gettext-runtime/gnulib-lib/
H A Dmbchar.h184 #define mb_ptr(mbc) ((mbc).ptr) macro
/dports/devel/gettext-tools/gettext-0.21/gettext-tools/gnulib-lib/
H A Dmbchar.h184 #define mb_ptr(mbc) ((mbc).ptr) macro

123