Home
last modified time | relevance | path

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

/dports/ftp/ncftp3/ncftp-3.2.6/ncftp/
H A Dcmdlist.c97 (CmdProc) HostsCmd,
104 (CmdProc) QuitCmd,
132 (CmdProc) CloseCmd,
177 (CmdProc) QuitCmd,
210 (CmdProc) HostsCmd,
220 (CmdProc) JobsCmd,
298 (CmdProc) LocalRmCmd,
433 (CmdProc) SetCmd,
456 (CmdProc) PwdCmd,
463 (CmdProc) QuitCmd,
[all …]
H A Dshell.h29 typedef void (*CmdProc)(const int argc, char **const argv, const CommandPtr cmdp, const ArgvInfoPtr… typedef
47 CmdProc proc;
/dports/games/crossfire-client/crossfire-client-1.75.1/common/
H A Dclient.c81 typedef void (*CmdProc)(unsigned char *, int len); typedef
121 { "drawinfo", (CmdProc)DrawInfoCmd, ASCII },
135 { "music", (CmdProc)MusicCmd, ASCII },
148 { "addme_failed", (CmdProc)AddMeFail, NODATA },
150 { "version", (CmdProc)VersionCmd, ASCII },
151 { "goodbye", (CmdProc)GoodbyeCmd, NODATA },
152 { "setup", (CmdProc)SetupCmd, ASCII},
153 { "failure", (CmdProc)FailureCmd, ASCII},
156 { "query", (CmdProc)handle_query, ASCII},
158 { "ExtendedTextSet", (CmdProc)SinkCmd, NODATA},
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/Draw/
H A DDraw_WNTMainWindow.cxx53 CmdProc (hWndFrame, LOWORD(wParam), wParam, lParam); in WndProc()
90 LRESULT APIENTRY CmdProc(HWND hWndFrame, UINT wMsg, WPARAM /*wParam*/, LPARAM /*lParam*/) in CmdProc() function
H A DDraw_WNTMainWindow.pxx34 LRESULT APIENTRY CmdProc(HWND, UINT, WPARAM, LPARAM);
/dports/graphics/opendx/dx-4.4.4/src/exec/dpexec/
H A Dcommand.c92 static Error CmdProc (Object *in);
244 ret = _dxf_ExRunOn (1, CmdProc, in, ((i+1) * sizeof(Object))); in _dxf_ExExecCommand()
246 ret = CmdProc (in); in _dxf_ExExecCommand()
682 static Error CmdProc (Object *in) in CmdProc() function
/dports/devel/tortoisehg/tortoisehg-5.9.3/tortoisehg/hgqt/
H A Dcmdcore.py268 class CmdProc(CmdWorker): class
273 super(CmdProc, self).__init__(parent)
633 'proc': CmdProc,
/dports/x11-toolkits/p5-Tk/Tk-804.035/pod/
H A DpTk.pod72 particular, the array of arguments for the C<...CmdProc> should be