Searched refs:prules (Results 1 – 1 of 1) sorted by relevance
362 char **prules = NULL; in interpreter_exec_cmd() local368 prules = buildargv (args); in interpreter_exec_cmd()369 if (prules == NULL) in interpreter_exec_cmd()375 if (prules != NULL) in interpreter_exec_cmd()377 for (trule = prules; *trule != NULL; trule++) in interpreter_exec_cmd()388 interp_to_use = interp_lookup (prules[0]); in interpreter_exec_cmd()390 error ("Could not find interpreter \"%s\".", prules[0]); in interpreter_exec_cmd()397 error ("Could not switch to interpreter \"%s\".", prules[0]); in interpreter_exec_cmd()401 if (!interp_exec (interp_to_use, prules[i])) in interpreter_exec_cmd()405 error ("error in command: \"%s\".", prules[i]); in interpreter_exec_cmd()