Home
last modified time | relevance | path

Searched refs:hltable (Results 1 – 7 of 7) sorted by relevance

/dports/games/avp/avp-20170505/src/avp/
H A Dbh_corpse.c159 corpseDataPtr->hltable=GetThisHitLocationTable("alien"); in Convert_Alien_To_Corpse()
163 corpseDataPtr->hltable=GetThisHitLocationTable("predalien"); in Convert_Alien_To_Corpse()
167 corpseDataPtr->hltable=GetThisHitLocationTable("praetorian"); in Convert_Alien_To_Corpse()
271 …corpseDataPtr->hltable=GetThisHitLocationTable(predatorStatusPointer->Selected_Weapon->HitLocation… in Convert_Predator_To_Corpse()
368 …corpseDataPtr->hltable=GetThisHitLocationTable(marineStatusPointer->My_Weapon->HitLocationTableNam… in Convert_Marine_To_Corpse()
479 corpseDataPtr->hltable=GetThisHitLocationTable("xenoborg"); in Convert_Xenoborg_To_Corpse()
972 corpseDataPtr->hltable = &Global_Hitlocation_Tables[block->hltable_index]; in LoadStrategy_Corpse()
976 corpseDataPtr->hltable = NULL; in LoadStrategy_Corpse()
1036 if(corpseDataPtr->hltable) in SaveStrategy_Corpse()
1038 block->hltable_index = corpseDataPtr->hltable->index; in SaveStrategy_Corpse()
H A Dbh_corpse.h19 HITLOCATIONTABLE *hltable; member
H A Dweapons.c6903 HITLOCATIONTABLE *hltable; local
6970 hltable=corpseDataPtr->hltable;
6979 hltable=ghostData->hltable;
6992 hltable=NULL;
6997 if (hltable==NULL) {
7008 subtable=hltable->CentreLocs;
7011 subtable=hltable->TopLocs;
7014 subtable=hltable->BaseLocs;
7017 subtable=hltable->LeftLocs;
7020 subtable=hltable->RightLocs;
[all …]
/dports/sysutils/cpdup/cpdup-1.22/src/
H A Dcpdup.c104 static struct hlink *hltable[HLSIZE]; variable
527 for (hl = hltable[n]; hl; hl = hl->next) { in hltlookup()
557 new->next = hltable[n]; in hltadd()
558 if (hltable[n]) in hltadd()
559 hltable[n]->prev = new; in hltadd()
560 hltable[n] = new; in hltadd()
584 hltable[hl->ino & HLMASK] = hl->next; in hltdelete()
/dports/games/avp/avp-20170505/src/avp/win95/
H A Dpldghost.h52 HITLOCATIONTABLE *hltable; member
H A Dpldghost.c544 ghostData->hltable=0; in CreateNetGhost()
1046 ghostDataPtr->hltable=(HITLOCATIONTABLE*)GetThisHitLocationTable("marine with pulse rifle"); in CreateMarineHModel()
1057 ghostDataPtr->hltable=GetThisHitLocationTable("predalien"); in CreateAlienHModel()
1061 ghostDataPtr->hltable=GetThisHitLocationTable("praetorian"); in CreateAlienHModel()
1065 ghostDataPtr->hltable=GetThisHitLocationTable("alien"); in CreateAlienHModel()
1163 ghostDataPtr->hltable=GetThisHitLocationTable("predator"); in CreatePredatorHModel()
4873 corpseData->hltable=NULL; in MakeNewCorpse()
4883 corpseData->hltable=GetThisHitLocationTable("marine with pulse rifle"); in MakeNewCorpse()
4962 corpseData->hltable=GetThisHitLocationTable("alien"); in MakeNewCorpse()
4973 corpseData->hltable=GetThisHitLocationTable("predator"); in MakeNewCorpse()
/dports/www/elinks/elinks-0.11.7/src/document/html/
H A Dtables.c1014 static unsigned char const hltable[] = { ' ', BORDER_SHLINE, BORDER_DHLINE }; in draw_frame_hline() local
1022 draw_frame_hchars(table->part, x, y, table->cols_widths[col], hltable[pos], in draw_frame_hline()