Searched refs:command_line (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xedit/dist/lisp/
H A Dstream.c658 LispObj *command_line, *odirection, *element_type, *external_format; local in function:Lisp_MakePipe
663 command_line = ARGUMENT(0);
665 if (PATHNAMEP(command_line))
666 command_line = CAR(command_line->data.quote);
667 else if (!STRINGP(command_line))
669 STRFUN(builtin), STROBJ(command_line));
713 string = THESTR(command_line);
755 program->errorp = FILESTREAM(error_file, command_line, flags);
764 stream = PIPESTREAM(program, command_line, flag
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gtest/src/
H A Dgtest-death-test.cc747 std::string command_line = local in function:testing::internal::WindowsDeathTest::AssumeRole
768 const_cast<char*>(command_line.c_str()),
/xsrc/external/mit/MesaLib/dist/src/gtest/src/
H A Dgtest-death-test.cc776 std::string command_line = local in function:testing::internal::WindowsDeathTest::AssumeRole
797 executable_path, const_cast<char*>(command_line.c_str()),
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_demo.cpp3288 void ExecCommand(const char* command_line) argument
3290 AddLog("# %s\n", command_line);
3295 if (Stricmp(History[i], command_line) == 0)
3301 History.push_back(Strdup(command_line));
3304 if (Stricmp(command_line, "CLEAR") == 0)
3308 else if (Stricmp(command_line, "HELP") == 0)
3314 else if (Stricmp(command_line, "HISTORY") == 0)
3322 AddLog("Unknown command: '%s'\n", command_line);

Completed in 18 milliseconds