Home | History | Annotate | Download | only in WinQuake

Lines Matching refs:com_argc

168 		if (i != (com_argc - 1))
183 if (i != (com_argc - 1))
781 if (com_argc != 2)
792 Sys_FileRead (vcrFile, &com_argc, sizeof(int));
793 com_argv = (const char**) malloc(com_argc * sizeof(char *));
795 for (i = 0; i < com_argc; i++)
802 com_argc++; /* add one for arg[0] */
803 parms->argc = com_argc;
813 i = com_argc - 1;
815 for (i = 1; i < com_argc; i++)
853 com_argc = parms->argc;