Home
last modified time | relevance | path

Searched refs:DAT_PROPERTY (Results 1 – 10 of 10) sorted by relevance

/dports/devel/allegro/allegro-4.4.3.1/include/allegro/
H A Ddatafile.h47 #define DAT_PROPERTY DAT_ID('p','r','o','p') macro
/dports/devel/allegro/allegro-4.4.3.1/src/
H A Ddatafile.c1317 if (type == DAT_PROPERTY) { in load_file_object()
1466 while (pos += 4, pack_mgetl(f) == DAT_PROPERTY) { in create_datafile_index()
1553 if (type == DAT_PROPERTY) { in load_datafile_object()
1636 while (type == DAT_PROPERTY && _load_property(&prop, f) == 0 && in load_datafile_object_indexed()
H A Ddigmid.c629 if (type == DAT_PROPERTY) { in digmid_load_patches()
H A Dfile.c1372 if (type == DAT_PROPERTY) { in pack_fopen_datafile_object()
/dports/devel/allegro/allegro-4.4.3.1/demos/skater/source/
H A Dlevel.c486 if (type == DAT_PROPERTY) { in LoadLevel()
/dports/games/d2x/d2x-0.2.5/arch/dos/allg_snd/sound/
H A Ddigmid.c617 if (type == DAT_PROPERTY) { in digmid_load_patches()
H A Dallegro.h1962 #define DAT_PROPERTY DAT_ID('p','r','o','p')
/dports/devel/allegro/allegro-4.4.3.1/docs/src/
H A Ddatafile._tx86 <li>DAT_PROPERTY - "prop"<br>
/dports/devel/allegro/allegro-4.4.3.1/tools/
H A Ddat2c.c1517 {DAT_PROPERTY, 0}, /* this notation means 'skip' */
H A Ddatedit.c423 pack_mputl(DAT_PROPERTY, f); in save_object()