Searched refs:undo_head (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xedit/dist/
H A Dispell.c116 ispell_undo *undo_head, *undo_base; member in struct:_ispell
404 if ((undo->prev = ispell.undo_head) != NULL)
424 ispell.undo_head = undo;
1462 ispell.undo_base = ispell.undo_head = NULL;
1529 ispell.undo_head->undo_str = NULL;
1530 ispell.undo_head->undo_pos = pos;
1531 ispell.undo_head->undo_count = 1;
1534 ispell.undo_head->repeat = 2; /* To recognize later it was replaced */
1535 ispell.undo_head->undo_count = ispell.right;
1536 ispell.undo_head
[all...]

Completed in 3 milliseconds