Home
last modified time | relevance | path

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

/external/mksh/src/
Dedit.c3375 struct edstate { struct
3414 static int print_expansions(struct edstate *, int);
3493 static struct edstate *save_edstate(struct edstate *old);
3494 static void restore_edstate(struct edstate *old, struct edstate *news);
3495 static void free_edstate(struct edstate *old);
3497 static struct edstate ebuf;
3498 static struct edstate undobuf;
3500 static struct edstate *vs; /* current Vi editing mode state */
3501 static struct edstate *undo;
3823 struct edstate new_es, *save_es; in vi_hook()
[all …]