Home
last modified time | relevance | path

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

/dports/devel/cc65/cc65-2.19/src/
H A DMakefile2 CMD_EXE = 1 macro
32 ifdef CMD_EXE
71 ifdef CMD_EXE
87 ifdef CMD_EXE
/dports/devel/cc65/cc65-2.19/test/
H A DMakefile4 CMD_EXE = 1 macro
7 ifdef CMD_EXE
/dports/devel/cc65/cc65-2.19/test/err/
H A DMakefile4 CMD_EXE = 1 macro
7 ifdef CMD_EXE
/dports/devel/cc65/cc65-2.19/test/val/
H A DMakefile4 CMD_EXE = 1 macro
7 ifdef CMD_EXE
/dports/devel/cc65/cc65-2.19/doc/
H A DMakefile2 CMD_EXE = 1 macro
12 ifdef CMD_EXE
/dports/devel/cc65/cc65-2.19/test/dasm/
H A DMakefile4 CMD_EXE = 1 macro
7 ifdef CMD_EXE
/dports/devel/cc65/cc65-2.19/test/asm/
H A DMakefile4 CMD_EXE = 1 macro
7 ifdef CMD_EXE
/dports/devel/cc65/cc65-2.19/test/ref/
H A DMakefile5 CMD_EXE = 1 macro
8 ifdef CMD_EXE
/dports/devel/cc65/cc65-2.19/test/misc/
H A DMakefile4 CMD_EXE = 1 macro
7 ifdef CMD_EXE
/dports/devel/cc65/cc65-2.19/libsrc/
H A DMakefile2 CMD_EXE = 1 macro
57 ifdef CMD_EXE
87 ifdef CMD_EXE
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/
H A Dapp.cpp499 static const wxChar *CMD_EXE = wxT("cmd.exe"); in GetCommandHistory() local
501 const int len = m_pfnGetConsoleCommandHistoryLength(CMD_EXE); in GetCommandHistory()
506 int len2 = m_pfnGetConsoleCommandHistory(buf.data(), len, CMD_EXE); in GetCommandHistory()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/msw/
H A Dapp.cpp491 static const wxChar *CMD_EXE = wxT("cmd.exe"); in GetCommandHistory() local
493 const int len = m_pfnGetConsoleCommandHistoryLength(CMD_EXE); in GetCommandHistory()
498 int len2 = m_pfnGetConsoleCommandHistory(buf.data(), len, CMD_EXE); in GetCommandHistory()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/msw/
H A Dapp.cpp491 static const wxChar *CMD_EXE = wxT("cmd.exe"); in GetCommandHistory() local
493 const int len = m_pfnGetConsoleCommandHistoryLength(CMD_EXE); in GetCommandHistory()
498 int len2 = m_pfnGetConsoleCommandHistory(buf.data(), len, CMD_EXE); in GetCommandHistory()
/dports/devel/cc65/cc65-2.19/samples/
H A DMakefile19 CMD_EXE = 1 macro
22 ifdef CMD_EXE
/dports/print/lyx/lyx-2.3.4.2/src/support/
H A Dos.h27 CMD_EXE enumerator
H A DSystemcall.cpp117 case os::CMD_EXE: in startscript()
121 } else if (os::shell() == os::CMD_EXE) in startscript()
H A Dos_win32.cpp484 return CMD_EXE; in shell()
/dports/editors/nedit/nedit-5.7/source/
H A Dnc.c536 char *CMD_EXE="cmd.exe"; in startServer() local
544 sh = CMD_EXE; in startServer()