Home
last modified time | relevance | path

Searched refs:MAX_CMD_LINE (Results 1 – 25 of 35) sorted by relevance

12

/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/EmbeddedPkg/Ebl/
H A DMain.c24 CHAR8 mCmdHistory[MAX_CMD_HISTORY][MAX_CMD_LINE];
90 AsciiStrnCpy(&mCmdHistory[mCmdHistoryStart][0], Cmd, MAX_CMD_LINE); in SetCmdHistory()
591 CHAR8 CmdLine[MAX_CMD_LINE]; in EdkBootLoaderEntry()
655 Status = ProcessCmdLine (CmdLine, MAX_CMD_LINE); in EdkBootLoaderEntry()
664 GetCmd (CmdLine, MAX_CMD_LINE); in EdkBootLoaderEntry()
H A DEbl.h64 #define MAX_CMD_LINE 256 macro
H A DDir.c90 CHAR16 UnicodeFileName[MAX_CMD_LINE]; in EblDirCmd()
/dports/games/evq3/evq3/code/qcommon/
H A Dcmd.c28 #define MAX_CMD_LINE 1024 macro
174 char line[MAX_CMD_LINE]; in Cbuf_Execute()
200 if( i >= (MAX_CMD_LINE - 1)) { in Cbuf_Execute()
201 i = MAX_CMD_LINE - 1; in Cbuf_Execute()
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/qcommon/
H A Dcmd.c29 #define MAX_CMD_LINE 1024 macro
173 char line[MAX_CMD_LINE]; in Cbuf_Execute()
199 if( i >= (MAX_CMD_LINE - 1)) { in Cbuf_Execute()
200 i = MAX_CMD_LINE - 1; in Cbuf_Execute()
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/qcommon/
H A Dcmd.c28 #define MAX_CMD_LINE 1024 macro
185 char line[MAX_CMD_LINE]; in Cbuf_Execute()
215 if( i >= (MAX_CMD_LINE - 1)) { in Cbuf_Execute()
216 i = MAX_CMD_LINE - 1; in Cbuf_Execute()
/dports/games/ioquake3-server/ioquake3-1.36/code/qcommon/
H A Dcmd.c28 #define MAX_CMD_LINE 1024 macro
174 char line[MAX_CMD_LINE]; in Cbuf_Execute()
200 if( i >= (MAX_CMD_LINE - 1)) { in Cbuf_Execute()
201 i = MAX_CMD_LINE - 1; in Cbuf_Execute()
/dports/games/ioquake3/ioquake3-1.36/code/qcommon/
H A Dcmd.c28 #define MAX_CMD_LINE 1024 macro
174 char line[MAX_CMD_LINE]; in Cbuf_Execute()
200 if( i >= (MAX_CMD_LINE - 1)) { in Cbuf_Execute()
201 i = MAX_CMD_LINE - 1; in Cbuf_Execute()
/dports/games/openarena/openarena-engine-source-0.8.8/code/qcommon/
H A Dcmd.c29 #define MAX_CMD_LINE 1024 macro
177 char line[MAX_CMD_LINE]; in Cbuf_Execute()
203 if( i >= (MAX_CMD_LINE - 1)) { in Cbuf_Execute()
204 i = MAX_CMD_LINE - 1; in Cbuf_Execute()
/dports/games/openjk/OpenJK-07675e2/code/qcommon/
H A Dcmd.cpp31 #define MAX_CMD_LINE 1024 macro
178 char line[MAX_CMD_LINE]; in Cbuf_Execute()
229 if( i >= (MAX_CMD_LINE - 1)) { in Cbuf_Execute()
230 i = MAX_CMD_LINE - 1; in Cbuf_Execute()
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/qcommon/
H A Dcmd.c29 #define MAX_CMD_LINE 1024 macro
177 char line[MAX_CMD_LINE]; in Cbuf_Execute()
203 if( i >= (MAX_CMD_LINE - 1)) { in Cbuf_Execute()
204 i = MAX_CMD_LINE - 1; in Cbuf_Execute()
/dports/games/iortcw/iortcw-1.51c/MP/code/qcommon/
H A Dcmd.c35 #define MAX_CMD_LINE 1024 macro
179 char line[MAX_CMD_LINE]; in Cbuf_Execute()
229 if ( i >= ( MAX_CMD_LINE - 1 ) ) { in Cbuf_Execute()
230 i = MAX_CMD_LINE - 1; in Cbuf_Execute()
/dports/games/iortcw/iortcw-1.51c/SP/code/qcommon/
H A Dcmd.c35 #define MAX_CMD_LINE 1024 macro
179 char line[MAX_CMD_LINE]; in Cbuf_Execute()
229 if ( i >= ( MAX_CMD_LINE - 1 ) ) { in Cbuf_Execute()
230 i = MAX_CMD_LINE - 1; in Cbuf_Execute()
/dports/games/openjk/OpenJK-07675e2/codemp/qcommon/
H A Dcmd.cpp33 #define MAX_CMD_LINE 1024 macro
180 char line[MAX_CMD_LINE]; in Cbuf_Execute()
231 if( i >= (MAX_CMD_LINE - 1)) { in Cbuf_Execute()
232 i = MAX_CMD_LINE - 1; in Cbuf_Execute()
/dports/games/wmqstat/wmqstat-0.0.4/appcore/
H A Dsrv_proc.c52 #define MAX_CMD_LINE sizeof(QSTAT_ARGS) + MAX_SERVER_TYPE + 1 + \ macro
57 char cmd[MAX_CMD_LINE + 1] = QSTAT_ARGS;
/dports/games/quetoo/quetoo-0.6.1/src/
H A Dcl_console.c28 #define MAX_CMD_LINE 256 macro
29 extern char key_lines[32][MAX_CMD_LINE];
360 char editlinecopy[MAX_CMD_LINE], *text; in Con_DrawInput()
/dports/devel/boost-docs/boost_1_72_0/boost/test/impl/
H A Ddebug.ipp787 const int MAX_CMD_LINE = 200;
822 char format[MAX_CMD_LINE];
823 DWORD format_size = MAX_CMD_LINE;
844 char cmd_line[MAX_CMD_LINE];
/dports/devel/boost-python-libs/boost_1_72_0/boost/test/impl/
H A Ddebug.ipp787 const int MAX_CMD_LINE = 200;
822 char format[MAX_CMD_LINE];
823 DWORD format_size = MAX_CMD_LINE;
844 char cmd_line[MAX_CMD_LINE];
/dports/devel/R-cran-BH/BH/inst/include/boost/test/impl/
H A Ddebug.ipp825 const int MAX_CMD_LINE = 200;
860 char format[MAX_CMD_LINE];
861 DWORD format_size = MAX_CMD_LINE;
882 char cmd_line[MAX_CMD_LINE];
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/test/impl/
H A Ddebug.ipp763 const int MAX_CMD_LINE = 200;
796 char format[MAX_CMD_LINE];
797 DWORD format_size = MAX_CMD_LINE;
815 char cmd_line[MAX_CMD_LINE];
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/test/impl/
H A Ddebug.ipp825 const int MAX_CMD_LINE = 200;
860 char format[MAX_CMD_LINE];
861 DWORD format_size = MAX_CMD_LINE;
882 char cmd_line[MAX_CMD_LINE];
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/test/impl/
H A Ddebug.ipp825 const int MAX_CMD_LINE = 200;
860 char format[MAX_CMD_LINE];
861 DWORD format_size = MAX_CMD_LINE;
882 char cmd_line[MAX_CMD_LINE];
/dports/databases/xtrabackup/boost_1_59_0/boost/test/impl/
H A Ddebug.ipp763 const int MAX_CMD_LINE = 200;
796 char format[MAX_CMD_LINE];
797 DWORD format_size = MAX_CMD_LINE;
815 char cmd_line[MAX_CMD_LINE];
/dports/databases/percona57-server/boost_1_59_0/boost/test/impl/
H A Ddebug.ipp763 const int MAX_CMD_LINE = 200;
796 char format[MAX_CMD_LINE];
797 DWORD format_size = MAX_CMD_LINE;
815 char cmd_line[MAX_CMD_LINE];
/dports/databases/percona57-client/boost_1_59_0/boost/test/impl/
H A Ddebug.ipp763 const int MAX_CMD_LINE = 200;
796 char format[MAX_CMD_LINE];
797 DWORD format_size = MAX_CMD_LINE;
815 char cmd_line[MAX_CMD_LINE];

12