Searched refs:delproc (Results 1 – 17 of 17) sorted by relevance
81 p->delproc = NULL; in ms_buffer_input()154 p->delproc = delbuflist; in ms_buffer_initialize()
122 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()
392 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()
232 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()
39 void (*delproc) (struct node *); member
465 entries->list->delproc = freesdt; in Entries_Open()531 entries->list->delproc = freesdt; in Entries_Open()591 p->delproc = Entries_delproc; in AddEntryNode()
104 hp->delproc = delhardlist; in lookup_file_by_inode()
77 node->delproc = variable_delproc; in variable_set()
314 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()
1437 p->delproc = cmdline_bindings_hash_node_delete; in format_cmdline()1457 p->delproc = cmdline_bindings_hash_node_delete; in format_cmdline()
659 p->delproc = masterlist_delproc; in check_fileproc()666 p->delproc = tag_delproc; in check_fileproc()
288 n->delproc = delconfig; in root_allow_add()
876 p->delproc = update_delproc; in add_directory()
342 p->delproc = update_delproc; in import()
603 q->delproc = rcsvers_delproc; in RCS_reparsercsfile()5218 nodep->delproc = rcsvers_delproc; in RCS_checkin()5594 nodep->delproc = rcsvers_delproc; in RCS_checkin()
2711 call delproc, don't free ->data; delproc does that.
2221 (lookup_file_by_inode): Use new function as delproc since it should2223 * 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.