Lines Matching refs:ghost_info
185 *ghost_info; in InvokePostscriptDelegate() local
201 ghost_info=NTGhostscriptDLLVectors(); in InvokePostscriptDelegate()
206 ghost_info=(&ghost_info_struct); in InvokePostscriptDelegate()
222 if (ghost_info == (GhostInfo *) NULL) in InvokePostscriptDelegate()
224 if ((ghost_info->revision)(&revision,sizeof(revision)) != 0) in InvokePostscriptDelegate()
234 status=(ghost_info->new_instance)(&interpreter,(void *) &errors); in InvokePostscriptDelegate()
241 (ghost_info->delete_instance)(interpreter); in InvokePostscriptDelegate()
244 (void) (ghost_info->set_stdio)(interpreter,(int(MagickDLLCall *)(void *, in InvokePostscriptDelegate()
246 status=(ghost_info->init_with_args)(interpreter,argc-1,argv+1); in InvokePostscriptDelegate()
248 status=(ghost_info->run_string)(interpreter,"systemdict /start get exec\n", in InvokePostscriptDelegate()
250 (ghost_info->exit)(interpreter); in InvokePostscriptDelegate()
251 (ghost_info->delete_instance)(interpreter); in InvokePostscriptDelegate()