Home
last modified time | relevance | path

Searched refs:spflag (Results 1 – 25 of 39) sorted by relevance

12

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dspl-data.h32 spflag::escape | spflag::utility | spflag::monster,
76 spflag::target | spflag::obj | spflag::not_self,
189 spflag::helpful | spflag::hasty | spflag::selfench | spflag::utility
417 spflag::target | spflag::area | spflag::needs_tracer | spflag::cloud
440 spflag::target | spflag::area | spflag::unholy | spflag::needs_tracer
1047 spflag::target | spflag::escape | spflag::not_self | spflag::utility,
1269 spflag::target | spflag::neutral | spflag::escape | spflag::selfench,
1303 spflag::recovery | spflag::helpful | spflag::monster | spflag::selfench
1363 spflag::target | spflag::area | spflag::monster | spflag::needs_tracer
1921 spflag::target | spflag::not_self | spflag::holy | spflag::monster,
[all …]
H A Dspl-cast.h22 enum class spflag enum
30 targeting_mask = spflag::dir_or_target | spflag::target,
62 DEF_BITFIELD(spell_flags, spflag);
H A Dgod-item.cc343 if (flags & spflag::unholy) in is_evil_spell()
346 && !bool(flags & spflag::not_evil); in is_evil_spell()
353 return bool(flags & spflag::unclean); in is_unclean_spell()
360 return bool(flags & spflag::chaotic); in is_chaotic_spell()
367 return bool(flags & spflag::hasty); in is_hasty_spell()
H A Dspl-util.cc129 ASSERTM(!(data.flags & spflag::targeting_mask) in init_spell_descs()
137 ASSERTM(!(data.flags & spflag::monster && is_player_spell(data.id)), in init_spell_descs()
140 ASSERTM(!(!(data.flags & spflag::monster) && !is_player_spell(data.id)), in init_spell_descs()
434 if (flags & (spflag::helpful | spflag::neutral)) in spell_harms_target()
437 if (flags & spflag::targeting_mask) in spell_harms_target()
449 if (flags & (spflag::helpful | spflag::neutral)) in spell_harms_area()
452 if (flags & spflag::area) in spell_harms_area()
1650 if (testbits(flags, spflag::helpful)) in spell_no_hostile_in_range()
1653 const bool neutral = testbits(flags, spflag::neutral); in spell_no_hostile_in_range()
1686 const bool smite = testbits(flags, spflag::target); in spell_no_hostile_in_range()
H A Ddescribe-spells.cc173 if (get_spell_flags(spell) & spflag::mons_abjure) in _monster_spellbooks()
363 && !testbits(flags, spflag::selfench); in _range_string()
460 if (testbits(get_spell_flags(spell), spflag::WL_check)) in _effect_string()
546 if (effect_len && !testbits(get_spell_flags(spell), spflag::WL_check)) in _describe_book()
643 if (!testbits(get_spell_flags(spell), spflag::WL_check)) in _write_book()
H A Dspl-cast.cc1404 if (get_spell_flags(spell) & spflag::selfench in find_spell_targeter()
1695 const bool wl_check = testbits(flags, spflag::WL_check) in targeter_addl_desc()
1696 && !testbits(flags, spflag::helpful); in targeter_addl_desc()
1703 testbits(flags, spflag::area) ? ( powc * 3 ) / 2 in targeter_addl_desc()
1782 ASSERT(wiz_cast || !(flags & spflag::testing)); in your_spells()
1791 const bool is_targeted = !!(flags & spflag::targeting_mask); in your_spells()
1813 testbits(flags, spflag::neutral) ? TARG_ANY : in your_spells()
1874 if (testbits(flags, spflag::not_self)) in your_spells()
1993 && (flags & spflag::targeting_mask) in your_spells()
1994 && !(flags & spflag::neutral) in your_spells()
[all …]
H A Dl-spells.cc236 PLUARET(boolean, bool(flags & spflag::dir_or_target)); in LUAFN()
248 PLUARET(boolean, bool(flags & spflag::target)); in LUAFN()
270 PLUARET(boolean, bool(flags & spflag::obj)); in LUAFN()
H A Dl-moninf.cc269 bool wl_check = testbits(flags, spflag::WL_check) in moninf_get_defeat_wl()
270 && testbits(flags, spflag::dir_or_target) in moninf_get_defeat_wl()
271 && !testbits(flags, spflag::helpful); in moninf_get_defeat_wl()
H A Dspl-book.cc193 if (flags & (spflag::monster | spflag::testing)) in validate_spellbooks()
H A Ddbg-asrt.cc243 if (flags & spflag::monster) in _dump_player()
248 else if (flags & spflag::testing) in _dump_player()
H A Dmon-cast.cc1819 return !(get_spell_flags(monspell) & spflag::utility in _ms_direct_nasty()
3567 spflag flag) in _pick_spell_from_list()
3641 return _pick_spell_from_list(hspell_pass, spflag::selfench); in _find_spell_prospect()
3646 return _pick_spell_from_list(hspell_pass, spflag::escape); in _find_spell_prospect()
3688 if (get_spell_flags(spell) & spflag::needs_tracer) in _should_cast_spell()
4046 if (!(get_spell_flags(spell_cast) & spflag::utility)) in handle_mon_spell()
5441 ASSERT(!(flags & spflag::testing)); in mons_cast()
5444 ASSERT(map_bounds(pbolt.target) || !(flags & spflag::targeting_mask)); in mons_cast()
6491 && !(flags & spflag::noisy))) in _noise_level()
6843 const bool targeted = bool(spflags & spflag::targeting_mask); in mons_cast_noise()
[all …]
/dports/textproc/xlhtml/xlhtml-0.5/xlhtml/
H A Dhtml.c345 h->spflag = 1; in output_start_html_attr()
363 else if (h->spflag) in output_end_html_attr()
366 h->spflag = 0; in output_end_html_attr()
H A Dxlhtml.h116 int spflag; /*!< Superscript */ member
/dports/mail/mini_sendmail/mini_sendmail-1.3.9/
H A Dmini_sendmail.c292 char* spflag = "[-s<server>] [-p<port>] "; in usage() local
294 char* spflag = "[-s<server_ip>] [-p<port>] "; in usage()
297 char* spflag = ""; in usage()
299 …printf( stderr, "usage: %s [-f<name>] [-t] %s[-T<timeout>] [-v] [address ...]\n", argv0, spflag ); in usage()
/dports/math/cvc4/CVC4-1.7/src/theory/strings/
H A Dregexp_solver.cpp97 bool spflag = false; in check() local
134 r = d_regexp_opr.intersect(r, r2, spflag); in check()
135 if (spflag) in check()
160 if (!d_parent.inConflict() && !spflag) in check()
H A Dregexp_operation.h94 Node intersect(Node r1, Node r2, bool &spflag);
H A Dregexp_operation.cpp1437 bool spflag = false; in removeIntersection() local
1439 retNode = intersect( retNode, tmpNode, spflag ); in removeIntersection()
1463 Node RegExpOpr::intersect(Node r1, Node r2, bool &spflag) { in intersect() argument
1473 spflag = true; in intersect()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/catch2-tests/
H A Dtest_spl-util.cc51 const bool spell_is_axed = get_spell_flags(spell) == spflag::none
/dports/misc/rump/buildrump.sh-b914579/src/usr.bin/sed/
H A Dmain.c333 mf_fgets(SPACE *sp, enum e_spflag spflag) in mf_fgets() argument
468 cspace(sp, p, (size_t)slen, spflag); in mf_fgets()
H A Dprocess.c750 cspace(SPACE *sp, const char *p, size_t len, enum e_spflag spflag) in cspace() argument
761 if (spflag == REPLACE) in cspace()
/dports/biology/wise/wise2.4.1/src/other_programs/
H A Dorthoset.dy196 int spflag;
204 spflag = 0;
214 spflag = 1;
219 if( spflag == 0 ) {
/dports/graphics/grads/grads-1.9b4/src/
H A Dgxcntr.c51 int je, float v, float u, char *clab, int spflag, int labtyp){ in gxclev() argument
77 splflg = spflag; /* Spline fit flag */ in gxclev()
/dports/science/qwalk/mainline-1.0.1-300-g1b7e381/src/converter/
H A Dg03tools.cpp1734 int spflag; in g03log_analyze_basisset() local
1736 spflag=1; in g03log_analyze_basisset()
1740 spflag=0; in g03log_analyze_basisset()
1753 if ( spflag ) { in g03log_analyze_basisset()
1761 if ( spflag ) { in g03log_analyze_basisset()
/dports/editors/neovim/neovim-0.6.1/runtime/pack/dist/opt/matchit/autoload/
H A Dmatchit.vim568 " Jump to the nearest unmatched "(" or "if" or "<tag>" if a:spflag == "bW"
569 " or the nearest unmatched "</tag>" or "endif" or ")" if a:spflag == "W".
577 fun! matchit#MultiMatch(spflag, mode) argument
672 if searchpair(openpat, middlepat, closepat, a:spflag, skip) < 1
/dports/editors/vim/vim-8.2.3745/runtime/pack/dist/opt/matchit/autoload/
H A Dmatchit.vim568 " Jump to the nearest unmatched "(" or "if" or "<tag>" if a:spflag == "bW"
569 " or the nearest unmatched "</tag>" or "endif" or ")" if a:spflag == "W".
577 fun! matchit#MultiMatch(spflag, mode) argument
672 if searchpair(openpat, middlepat, closepat, a:spflag, skip) < 1

12