Searched refs:run_interpreter (Results 1 – 2 of 2) sorted by relevance
48 static void run_interpreter(FILE *, FILE *);256 run_interpreter(input, output); in service_thread()276 run_interpreter(FILE *input, FILE *output) in run_interpreter() function
64 run_interpreter(stdin, stdout)67 def run_interpreter(stdin, stdout): function