Home
last modified time | relevance | path

Searched refs:Send_plusses (Results 1 – 5 of 5) sorted by relevance

/dports/games/tomenet/tomenet-4.6.0/src/common/
H A Dexterns.h409 extern int Send_plusses(int Ind, int tohit, int todam);
/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dfiles.c479 Send_plusses(Ind, 0, 0, show_tohit_r, show_todam_r, show_tohit_m, show_todam_m);
H A Dexterns.h1045 extern int Send_plusses(int Ind, int tohit, int todam, int tohit_r, int todam_r, int tohit_m, int t…
H A Dxtra1.c635 Send_plusses(Ind, 0, 0, show_tohit_r, show_todam_r, show_tohit_m, show_todam_m); in prt_plusses()
H A Dnserver.c4837 int Send_plusses(int ind, int tohit, int todam, int hr, int dr, int hm, int dm) function