Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dundo.c2039 if (uhp_table == NULL) in u_read_undo()
2080 uhp = uhp_table[i]; in u_read_undo()
2085 && uhp_table[i]->uh_seq == uhp_table[j]->uh_seq) in u_read_undo()
2091 if (uhp_table[j] != NULL in u_read_undo()
2099 if (uhp_table[j] != NULL in u_read_undo()
2107 if (uhp_table[j] != NULL in u_read_undo()
2115 if (uhp_table[j] != NULL in u_read_undo()
2156 vim_free(uhp_table); in u_read_undo()
2172 if (uhp_table != NULL) in u_read_undo()
2176 u_free_uhp(uhp_table[i]); in u_read_undo()
[all …]