Lines Matching refs:ghost_info
187 *ghost_info; in InvokePostscriptDelegate() local
203 ghost_info=NTGhostscriptDLLVectors(); in InvokePostscriptDelegate()
208 ghost_info=(&ghost_info_struct); in InvokePostscriptDelegate()
224 if (ghost_info == (GhostInfo *) NULL) in InvokePostscriptDelegate()
226 if ((ghost_info->revision)(&revision,sizeof(revision)) != 0) in InvokePostscriptDelegate()
236 status=(ghost_info->new_instance)(&interpreter,(void *) &errors); in InvokePostscriptDelegate()
243 (ghost_info->delete_instance)(interpreter); in InvokePostscriptDelegate()
246 (void) (ghost_info->set_stdio)(interpreter,(int (MagickDLLCall *)(void *, in InvokePostscriptDelegate()
248 status=(ghost_info->init_with_args)(interpreter,argc-1,argv+1); in InvokePostscriptDelegate()
250 status=(ghost_info->run_string)(interpreter,"systemdict /start get exec\n", in InvokePostscriptDelegate()
252 (ghost_info->exit)(interpreter); in InvokePostscriptDelegate()
253 (ghost_info->delete_instance)(interpreter); in InvokePostscriptDelegate()