Lines Matching defs:interpreter
100 % InvokePostscriptDelegate() executes the Postscript interpreter with the
191 *interpreter;
237 status=(ghost_info->new_instance)(&interpreter,(void *) &errors);
244 (ghost_info->delete_instance)(interpreter);
247 (void) (ghost_info->set_stdio)(interpreter,(int(MagickDLLCall *)(void *,
249 status=(ghost_info->init_with_args)(interpreter,argc-1,argv+1);
251 status=(ghost_info->run_string)(interpreter,"systemdict /start get exec\n",
253 (ghost_info->exit)(interpreter);
254 (ghost_info->delete_instance)(interpreter);