Home
last modified time | relevance | path

Searched refs:M_INVISIBLE (Results 1 – 18 of 18) sorted by relevance

/dports/games/omega/omega/
H A Dminit.h69 …NINJA,M_MOVE_SMART,M_MELEE_NORMAL,M_NO_OP,M_SP_SURPRISE,MOBILE|HOSTILE|M_INVISIBLE,0,'n'|CLR(GREY)…
79 …,M_MOVE_FLUTTER,M_MELEE_NORMAL,M_STRIKE_MISSILE,M_NO_OP,MOBILE|HOSTILE|M_INVISIBLE,0,'n'|CLR(GREY)…
105 …,M_MELEE_SPIRIT,M_NO_OP,M_SP_SURPRISE,MOBILE|HOSTILE|FLYING|INTANGIBLE|M_INVISIBLE,pow2(NORMAL_DAM…
137 …MOVE_NORMAL,M_MELEE_POISON,M_NO_OP,M_SP_SURPRISE,MOBILE|HOSTILE|HUNGRY|M_INVISIBLE|POISONOUS,pow2(…
161 …VE_NORMAL,M_MELEE_POISON,M_STRIKE_MISSILE,M_SP_SURPRISE,MOBILE|HOSTILE|M_INVISIBLE,pow2(POISON)|po…
215 …VE_NORMAL,M_MELEE_POISON,M_STRIKE_MISSILE,M_SP_SURPRISE,MOBILE|HOSTILE|M_INVISIBLE,pow2(POISON)|po…
223 …OVE_NORMAL,M_MELEE_DISEASE,M_NO_OP,M_SP_SURPRISE,MOBILE|HOSTILE|HUNGRY|M_INVISIBLE|SWIMMING,pow2(F…
261 …VE_NORMAL,M_MELEE_POISON,M_STRIKE_MISSILE,M_SP_SURPRISE,MOBILE|HOSTILE|M_INVISIBLE,pow2(POISON)|po…
267 …_TALK_SILENT,M_MOVE_SMART,M_MELEE_SLEEP,M_NO_OP,M_NO_OP,MOBILE|HOSTILE|M_INVISIBLE,pow2(SLEEP),'C'…
273 …NT,M_MOVE_FLUTTER,M_MELEE_NORMAL,M_NO_OP,M_NO_OP,MOBILE|HOSTILE|FLYING|M_INVISIBLE,pow2(ELECTRICIT…
[all …]
H A Dmspec.c226 m_statusp(m,M_INVISIBLE)) {
245 m_status_reset(m,M_INVISIBLE);
249 m_status_reset(m,M_INVISIBLE);
H A Dscr.c677 if (Player.status[TRUESIGHT] || (! m_statusp(ml->m,M_INVISIBLE))) {
726 if ((m_statusp(Level->site[x][y].creature,M_INVISIBLE)) &&
736 if ((m_statusp(Level->site[x][y].creature,M_INVISIBLE)) &&
H A Ddefs.h394 #define M_INVISIBLE 2048 macro
H A Daux1.c603 if (m_statusp(m, M_INVISIBLE) && !Player.status[TRUESIGHT])
H A Deffect3.c866 m_status_reset(Level->site[x][y].creature,M_INVISIBLE);
/dports/x11-wm/i3/i3-4.20.1/i3bar/include/
H A Dconfiguration.h25 M_INVISIBLE = 2 } bar_display_mode_t; enumerator
/dports/x11-wm/i3-gaps/i3-4.20.1/i3bar/include/
H A Dconfiguration.h25 M_INVISIBLE = 2 } bar_display_mode_t; enumerator
/dports/x11-wm/i3/i3-4.20.1/include/
H A Dconfiguration.h300 M_INVISIBLE = 2 } mode; enumerator
/dports/x11-wm/i3-gaps/i3-4.20.1/include/
H A Dconfiguration.h309 M_INVISIBLE = 2 } mode; enumerator
/dports/x11-wm/i3/i3-4.20.1/i3bar/src/
H A Dconfig.c110 … : M_INVISIBLE)); in config_string_cb()
/dports/x11-wm/i3-gaps/i3-4.20.1/i3bar/src/
H A Dconfig.c110 … : M_INVISIBLE)); in config_string_cb()
/dports/x11-wm/i3/i3-4.20.1/src/
H A Dconfig_directives.c573 …->mode = (strcmp(mode, "dock") == 0 ? M_DOCK : (strcmp(mode, "hide") == 0 ? M_HIDE : M_INVISIBLE)); in CFGFUN()
H A Dipc.c766 case M_INVISIBLE: in dump_bar_config()
H A Dcommands.c2174 mode = M_INVISIBLE; in cmd_bar_mode()
/dports/x11-wm/i3-gaps/i3-4.20.1/src/
H A Dconfig_directives.c731 …->mode = (strcmp(mode, "dock") == 0 ? M_DOCK : (strcmp(mode, "hide") == 0 ? M_HIDE : M_INVISIBLE)); in CFGFUN()
H A Dipc.c790 case M_INVISIBLE: in dump_bar_config()
H A Dcommands.c2174 mode = M_INVISIBLE; in cmd_bar_mode()