cmd              1484 gc/tests/test.c   int APIENTRY WinMain(HINSTANCE instance, HINSTANCE prev, LPTSTR cmd, int n)
cmd              1634 gc/tests/test.c int APIENTRY GC_WinMain(HINSTANCE instance, HINSTANCE prev, LPWSTR cmd, int n)
cmd              1636 gc/tests/test.c int APIENTRY WinMain(HINSTANCE instance, HINSTANCE prev, LPSTR cmd, int n)
cmd               178 gc/tests/test_cpp.cc     HINSTANCE instance, HINSTANCE prev, LPSTR cmd, int cmdShow )
cmd               184 gc/tests/test_cpp.cc         argv[ argc ] = strtok( argc == 1 ? cmd : 0, " \t" );
cmd                77 src/gauche-config.c     const char *cmd;
cmd               120 src/gauche-config.c static void print_output(struct cmd_rec *cmd)
cmd               123 src/gauche-config.c     printf("%s\n", cmd->value);
cmd               127 src/gauche-config.c     if ((dir_mark = strchr(cmd->value, '@')) == NULL) {
cmd               128 src/gauche-config.c 	printf("%s\n", cmd->value);
cmd               156 src/gauche-config.c 	fwrite(cmd->value, dir_mark - cmd->value, 1, stdout);
cmd               223 src/gauche-config.c         while (cp->cmd != NULL) {
cmd               224 src/gauche-config.c             if (strcmp(cp->cmd, argv[1]) == 0) {