Home
last modified time | relevance | path

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

/dports/graphics/opendx/dx-4.4.4/src/exec/dpexec/
H A Dcommand.c996 PGassign pgassign, *index=NULL; in GroupAttach() local
1095 pgassign.pgname = (char *)DXAllocateLocal(grouplen + 1); in GroupAttach()
1096 if(pgassign.pgname == NULL) in GroupAttach()
1099 strncpy(pgassign.pgname, str, grouplen); in GroupAttach()
1100 pgassign.pgname[grouplen] = '\0'; in GroupAttach()
1105 if(!strcmp(index->pgname, pgassign.pgname)) { in GroupAttach()
1120 DXFree(pgassign.pgname); in GroupAttach()
1126 DXFree(pgassign.pgname); in GroupAttach()
1134 DXFree(pgassign.pgname); in GroupAttach()
1148 APPEND_LIST(PGassign, _dxd_pgassign, pgassign); in GroupAttach()
[all …]