Home
last modified time | relevance | path

Searched refs:delproc (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dms-buffer.c81 p->delproc = NULL; in ms_buffer_input()
154 p->delproc = delbuflist; in ms_buffer_initialize()
H A Dfileattr.c122 newnode->delproc = fileattr_delproc; in fileattr_read()
362 node->delproc = fileattr_delproc; in fileattr_set()
441 node->delproc = fileattr_delproc; in fileattr_setall()
484 node->delproc = fileattr_delproc; in fileattr_newfile()
H A Dls.c392 p->delproc = ls_delproc; in ls_fileproc()
426 n->delproc = long_format_data_delproc; in ls_fileproc()
485 n->delproc = long_format_data_delproc; in ls_direntproc()
499 p->delproc = ls_delproc; in ls_direntproc()
H A Dhash.c232 if (p->delproc != NULL) in freenode_mem()
233 p->delproc (p); /* call the specified delproc */ in freenode_mem()
244 p->delproc = NULL; in freenode_mem()
H A Dhash.h39 void (*delproc) (struct node *); member
H A Dentries.c465 entries->list->delproc = freesdt; in Entries_Open()
531 entries->list->delproc = freesdt; in Entries_Open()
591 p->delproc = Entries_delproc; in AddEntryNode()
H A Dhardlink.c104 hp->delproc = delhardlist; in lookup_file_by_inode()
H A Dexpand_path.c77 node->delproc = variable_delproc; in variable_set()
H A Dcommit.c314 node->delproc = update_delproc; in find_fileproc()
986 p->delproc = masterlist_delproc; in check_fileproc()
994 p->delproc = update_delproc; in check_fileproc()
1061 p->delproc = ci_delproc; in check_fileproc()
H A Dsubr.c1437 p->delproc = cmdline_bindings_hash_node_delete; in format_cmdline()
1457 p->delproc = cmdline_bindings_hash_node_delete; in format_cmdline()
H A Dtag.c659 p->delproc = masterlist_delproc; in check_fileproc()
666 p->delproc = tag_delproc; in check_fileproc()
H A Droot.c288 n->delproc = delconfig; in root_allow_add()
H A Dadd.c876 p->delproc = update_delproc; in add_directory()
H A Dimport.c342 p->delproc = update_delproc; in import()
H A Drcs.c603 q->delproc = rcsvers_delproc; in RCS_reparsercsfile()
5218 nodep->delproc = rcsvers_delproc; in RCS_checkin()
5594 nodep->delproc = rcsvers_delproc; in RCS_checkin()
H A DChangeLog-962711 call delproc, don't free ->data; delproc does that.
H A DChangeLog2221 (lookup_file_by_inode): Use new function as delproc since it should
2223 * ms-buffer.c (ms_buffer_initialize): Use a working delproc.
2246 * hash.h (struct node): Use a full prototype for delproc.
4127 they may be processed. Use new delproc when creating new list nodes.