Lines Matching defs:interpreter
44 char **interpreter,
50 /* Where to find interpreter to run scripts */
160 * interpreter and arguments in an ext hash to speed up subsequent look-ups
376 const char *interpreter = NULL;
409 interpreter = "";
411 if (!interpreter && ext
419 interpreter = get_interpreter_from_win32_registry(r->pool, ext,
421 if (interpreter && e_info->cmd_type != APR_SHELLCMD) {
431 if (!interpreter) {
484 interpreter = buffer + 2;
485 while (apr_isspace(*interpreter)) {
486 ++interpreter;
499 interpreter = "";
502 interpreter = "";
507 if (!interpreter) {
514 *argv = (const char **)(split_argv(p, interpreter, *cmd,
548 "Where to find interpreter to run Win32 scripts "