Home
last modified time | relevance | path

Searched refs:eop_opsym (Results 1 – 4 of 4) sorted by relevance

/dports/games/crafty/crafty-25.2_1/
H A Depd.c774 eopptr->eop_opsym = NULL; in EPDNewEOP()
785 if (eopptr->eop_opsym != NULL) in EPDReleaseEOP()
786 EPDMemoryFree(eopptr->eop_opsym); in EPDReleaseEOP()
830 eopptr->eop_opsym = EPDStringGrab(opsym); in EPDCreateEOP()
850 if (strcmp(opsym, eopptr->eop_opsym) == 0) in EPDLocateEOP()
1035 if (strcmp(ptr0->eop_opsym, ptr1->eop_opsym) > 0) { in EPDSortOperations()
1074 opsym = eopptr->eop_opsym; in EPDNormalize()
1119 if (eopptr->eop_opsym != NULL) in EPDCloneEOP()
1120 nptr->eop_opsym = EPDStringGrab(eopptr->eop_opsym); in EPDCloneEOP()
1496 eopptr->eop_opsym = EPDStringAppendChar(eopptr->eop_opsym, (char) ch); in EPDDecode()
[all …]
H A Depddefs.h475 charptrT eop_opsym; /* operation code symbol */ member
/dports/games/KnightCap/Export/
H A Depd.c1166 eopptr->eop_opsym = NULL; in EPDNewEOP()
1182 if (eopptr->eop_opsym != NULL) in EPDReleaseEOP()
1183 EPDMemoryFree(eopptr->eop_opsym); in EPDReleaseEOP()
1242 eopptr->eop_opsym = EPDStringGrab(opsym); in EPDCreateEOP()
1576 if (strcmp(ptr0->eop_opsym, ptr1->eop_opsym) > 0) in EPDSortOperations()
1630 opsym = eopptr->eop_opsym; in EPDNormalize()
1697 if (eopptr->eop_opsym != NULL) in EPDCloneEOP()
1698 nptr->eop_opsym = EPDStringGrab(eopptr->eop_opsym); in EPDCloneEOP()
2531 eopptr->eop_opsym = EPDStringGrab(""); in EPDDecode()
2532 eopptr->eop_opsym = EPDStringAppendChar(eopptr->eop_opsym, ch); in EPDDecode()
[all …]
H A Depddefs.h560 charptrT eop_opsym; /* operation code symbol */ member