Lines Matching defs:execute
81 This table is used to keep track of all the programs to execute a
484 The extension is then executed using the 'execute' function
511 int data_read = execute(command, params, lfilename, fileout);
562 After we have the SVG file, then Script::execute is called with
597 int data_read = execute(command, params, tempfilename_in, fileout);
643 The execute function is used at the core of this function
644 to execute the Script on the two SVG documents (actually only one
678 execute(command, params, empty, outfile);
745 int data_read = execute(command, params, dc->_filename, fileout);
1006 int Script::execute (const std::list<std::string> &in_command,