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 (WrapperEntry *e,int temp);
81 void wrap_free_entry (WrapperEntry *e);
82 void wrap_free_entry_internal (WrapperEntry *e);
289 WrapperEntry **temps=wrap_list+wrap_count; in wrap_kill_temp()
296 wrap_free_entry(WrapperEntry *e) in wrap_free_entry()
303 wrap_free_entry_internal(WrapperEntry *e) in wrap_free_entry_internal()
338 WrapperEntry e; in wrap_add()
451 wrap_add_entry (WrapperEntry *e, int temp) in wrap_add_entry()
457 wrap_list = xnrealloc (wrap_list, wrap_size, sizeof (WrapperEntry *)); in wrap_add_entry()
467 wrap_list[x] = xmalloc (sizeof (WrapperEntry)); in wrap_add_entry()
501 static WrapperEntry *wrap_matching_entry (const char *);
503 static WrapperEntry *
520 WrapperEntry *e = wrap_matching_entry (filename); in wrap_rcsoption()
531 WrapperEntry *e=wrap_matching_entry(fileName); in wrap_tocvs_process_file()
554 WrapperEntry *e=wrap_matching_entry(fileName); in wrap_merge_is_copy()
565 WrapperEntry *e = wrap_matching_entry(fileName); in wrap_fromcvs_process_file()