Lines Matching refs:WrapperEntry
51 } WrapperEntry; typedef
53 static WrapperEntry **wrap_list=NULL;
54 static WrapperEntry **wrap_saved_list=NULL;
78 void wrap_add_entry PROTO((WrapperEntry *e,int temp));
81 void wrap_free_entry PROTO((WrapperEntry *e));
82 void wrap_free_entry_internal PROTO((WrapperEntry *e));
318 WrapperEntry **temps=wrap_list+wrap_count; in wrap_kill_temp()
326 WrapperEntry *e; in wrap_free_entry()
334 WrapperEntry *e; in wrap_free_entry_internal()
371 WrapperEntry e;
480 WrapperEntry *e; in wrap_add_entry()
486 wrap_list = (WrapperEntry **) xrealloc ((char *) wrap_list,
488 sizeof (WrapperEntry *));
497 wrap_list[x]=(WrapperEntry *)xmalloc(sizeof(WrapperEntry));
537 static WrapperEntry *wrap_matching_entry PROTO ((const char *));
539 static WrapperEntry *
548 return (WrapperEntry *)NULL;
559 WrapperEntry *e = wrap_matching_entry (filename);
582 WrapperEntry *e=wrap_matching_entry(fileName);
610 WrapperEntry *e=wrap_matching_entry(fileName);
622 WrapperEntry *e=wrap_matching_entry(fileName);