Home
last modified time | relevance | path

Searched refs:deh_codeptr (Results 1 – 3 of 3) sorted by relevance

/dports/games/prboom/prboom-2.5.0/src/
H A Dd_deh.c1356 static actionf_t deh_codeptr[NUMSTATES]; variable
1369 deh_codeptr[i] = states[i].action; in D_BuildBEXTables()
1944 states[indexnum].action = deh_codeptr[value]; in deh_procPointer()
1951 if (!memcmp(&deh_bexptrs[i].cptr,&deh_codeptr[value],sizeof(actionf_t))) in deh_procPointer()
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Dd_deh.c1384 static actionf_t deh_codeptr[NUMSTATES]; variable
1397 deh_codeptr[i] = states[i].action; in D_BuildBEXTables()
1990 states[indexnum].action = deh_codeptr[value]; in deh_procPointer()
1997 if (!memcmp(&deh_bexptrs[i].cptr,&deh_codeptr[value],sizeof(actionf_t))) in deh_procPointer()
/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Dd_deh.c1416 static actionf_t deh_codeptr[NUMSTATES]; variable
1429 deh_codeptr[i] = states[i].action; in D_BuildBEXTables()
2037 states[indexnum].action = deh_codeptr[value]; in deh_procPointer()
2044 if (!memcmp(&deh_bexptrs[i].cptr,&deh_codeptr[value],sizeof(actionf_t))) in deh_procPointer()