Home
last modified time | relevance | path

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

/dports/graphics/opendx/dx-4.4.4/src/exec/dxmods/
H A Dexecutive.c31 extern Error _dxf_ExExecCommand(Object *in); /* from dpexec/command.c */
35 return (_dxf_ExExecCommand (in)); in m_Executive()
/dports/graphics/opendx/dx-4.4.4/src/exec/dpexec/
H A Dcommand.c236 Error _dxf_ExExecCommand (Object *in) in _dxf_ExExecCommand() function
261 ret = _dxf_ExExecCommand(in); in _dxf_ExExecCommandStr()