Lines Matching defs:interpreter
114 % InvokePDFDelegate() executes the PDF interpreter with the specified command.
202 *interpreter;
248 status=(ghost_info->new_instance)(&interpreter,(void *) &errors);
255 (ghost_info->delete_instance)(interpreter);
258 (void) (ghost_info->set_stdio)(interpreter,(int(MagickDLLCall *)(void *,
260 status=(ghost_info->init_with_args)(interpreter,argc-1,argv+1);
262 status=(ghost_info->run_string)(interpreter,"systemdict /start get exec\n",
264 (ghost_info->exit)(interpreter);
265 (ghost_info->delete_instance)(interpreter);