Searched defs:cmd_file (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/bmake/ |
H A D | compat.c | 252 char cmd_file[MAXPATHLEN]; in Compat_RunCommand() local
|
H A D | main.c | 1728 Cmd_Argv(const char * cmd,size_t cmd_len,const char ** av,size_t avsz,char * cmd_file,size_t cmd_filesz,bool eflag,bool xflag) Cmd_Argv() argument 1792 char cmd_file[MAXPATHLEN]; Cmd_Exec() local [all...] |
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | CommandInterpreter.cpp | 2682 FileSpec &cmd_file, const ExecutionContext &context, in HandleCommandsFromFile() 2689 void CommandInterpreter::HandleCommandsFromFile(FileSpec &cmd_file, in HandleCommandsFromFile()
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectCommands.cpp | 132 FileSpec cmd_file(command[0].ref()); in DoExecute() local
|