delete_entry_from_object_table 206 utils/hs_cleanup/hs_cleanup.c #define delete_history_entry(obj_id, seq_id) delete_entry_from_object_table(obj_id, seq_id, "history")
delete_entry_from_object_table 207 utils/hs_cleanup/hs_cleanup.c #define delete_last_entry(obj_id, seq_id) delete_entry_from_object_table(obj_id, seq_id, "last")
delete_entry_from_object_table 1972 utils/hs_cleanup/hs_cleanup.c       delete_entry_from_object_table(objid, seqid, atlast_table[atlast]);