Home
last modified time | relevance | path

Searched defs:my (Results 51 – 75 of 5574) sorted by relevance

12345678910>>...223

/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gfortran.dg/
H A Dnamelist_25.f9011 subroutine my subroutine
14 integer :: my local
15 namelist /ops/ my local
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dnamelist_25.f9011 subroutine my subroutine
14 integer :: my local
15 namelist /ops/ my local
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/
H A Dnamelist_25.f9011 subroutine my subroutine
14 integer :: my local
15 namelist /ops/ my local
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dnamelist_25.f9011 subroutine my subroutine
14 integer :: my local
15 namelist /ops/ my local
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gfortran.dg/
H A Dnamelist_25.f9011 subroutine my subroutine
14 integer :: my local
15 namelist /ops/ my local
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gfortran.dg/
H A Dnamelist_25.f9011 subroutine my subroutine
14 integer :: my local
15 namelist /ops/ my local
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gfortran.dg/
H A Dnamelist_25.f9011 subroutine my subroutine
14 integer :: my local
15 namelist /ops/ my local
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dnamelist_25.f9011 subroutine my subroutine
14 integer :: my local
15 namelist /ops/ my local
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dnamelist_25.f9011 subroutine my subroutine
14 integer :: my local
15 namelist /ops/ my local
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dnamelist_25.f9011 subroutine my subroutine
14 integer :: my local
15 namelist /ops/ my local
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gfortran.dg/
H A Dnamelist_25.f9011 subroutine my subroutine
14 integer :: my local
15 namelist /ops/ my local
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gfortran.dg/
H A Dnamelist_25.f9011 subroutine my subroutine
14 integer :: my local
15 namelist /ops/ my local
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gfortran.dg/
H A Dnamelist_25.f9011 subroutine my subroutine
14 integer :: my local
15 namelist /ops/ my local
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/gfortran.dg/
H A Dnamelist_25.f9011 subroutine my subroutine
14 integer :: my local
15 namelist /ops/ my local
/dports/games/dangen/dangen-0.5/spqr/
H A Dseiron.c136 seiron_move(tenm_object *my, double turn_per_frame) in seiron_move()
158 seiron_hit(tenm_object *my, tenm_object *your) in seiron_hit()
189 seiron_act(tenm_object *my, const tenm_object *player) in seiron_act()
352 seiron_act_firework(tenm_object *my, const tenm_object *player, in seiron_act_firework()
980 seiron_draw(tenm_object *my, int priority) in seiron_draw()
1111 seiron_explosion(tenm_object *my) in seiron_explosion()
H A Dtheorem-weapon.c162 theorem_weapon_move(tenm_object *my, double turn_per_frame) in theorem_weapon_move()
191 theorem_weapon_hit(tenm_object *my, tenm_object *your) in theorem_weapon_hit()
227 theorem_weapon_explode(tenm_object *my) in theorem_weapon_explode()
277 theorem_weapon_act(tenm_object *my, const tenm_object *player) in theorem_weapon_act()
390 theorem_weapon_theorem(tenm_object *my, const tenm_object *player, in theorem_weapon_theorem()
890 theorem_weapon_draw(tenm_object *my, int priority) in theorem_weapon_draw()
1041 theorem_weapon_green(const tenm_object *my) in theorem_weapon_green()
1240 theorem_weapon_shot_move(tenm_object *my, double turn_per_frame) in theorem_weapon_shot_move()
1279 theorem_weapon_shot_hit(tenm_object *my, tenm_object *your) in theorem_weapon_shot_hit()
1300 theorem_weapon_shot_act(tenm_object *my, const tenm_object *player) in theorem_weapon_shot_act()
[all …]
/dports/www/p5-Apache-ASP/Apache-ASP-2.63/site/eg/
H A Dglobal.asa164 sub my::include { subroutine
172 sub my::ttb { subroutine
177 sub my::table { subroutine
/dports/games/barony/Barony-3.3.7/src/
H A Dmonster_demon.cpp23 void initDemon(Entity* my, Stat* myStats) in initDemon()
222 void actDemonLimb(Entity* my) in actDemonLimb()
227 void demonDie(Entity* my) in demonDie()
248 void demonMoveBodyparts(Entity* my, Stat* myStats, double dist) in demonMoveBodyparts()
589 void actDemonCeilingBuster(Entity* my) in actDemonCeilingBuster()
H A Dmonster_crystalgolem.cpp24 void initCrystalgolem(Entity* my, Stat* myStats) in initCrystalgolem()
244 void actCrystalgolemLimb(Entity* my) in actCrystalgolemLimb()
249 void crystalgolemDie(Entity* my) in crystalgolemDie()
268 void crystalgolemMoveBodyparts(Entity* my, Stat* myStats, double dist) in crystalgolemMoveBodyparts()
H A Dmonster_imp.cpp23 void initImp(Entity* my, Stat* myStats) in initImp()
239 void actImpLimb(Entity* my) in actImpLimb()
244 void impDie(Entity* my) in impDie()
265 void impMoveBodyparts(Entity* my, Stat* myStats, double dist) in impMoveBodyparts()
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/py/testing/root/
H A Dtest_xmlgen.py46 class my(ns.hello): class
70 class my(ns.hello): class
93 class my(html.p): class
99 class my: class
115 class my(html): class
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/tools/third_party/py/testing/root/
H A Dtest_xmlgen.py46 class my(ns.hello): class
70 class my(ns.hello): class
93 class my(html.p): class
99 class my: class
115 class my(html): class
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/py/testing/root/
H A Dtest_xmlgen.py46 class my(ns.hello): class
70 class my(ns.hello): class
93 class my(html.p): class
99 class my: class
115 class my(html): class
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/py/testing/root/
H A Dtest_xmlgen.py46 class my(ns.hello): class
70 class my(ns.hello): class
93 class my(html.p): class
99 class my: class
115 class my(html): class
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/tests/tools/py/testing/root/
H A Dtest_xmlgen.py45 class my(ns.hello): class
69 class my(ns.hello): class
92 class my(html.p): class
98 class my: class
114 class my(html): class

12345678910>>...223