Home
last modified time | relevance | path

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

/external/mksh/src/
Dedit.c3407 struct edstate { struct
3446 static int print_expansions(struct edstate *, int);
3525 static struct edstate *save_edstate(struct edstate *old);
3526 static void restore_edstate(struct edstate *old, struct edstate *news);
3527 static void free_edstate(struct edstate *old);
3529 static struct edstate ebuf;
3530 static struct edstate undobuf;
3532 static struct edstate *vs; /* current Vi editing mode state */
3533 static struct edstate *undo;
3859 struct edstate new_es, *save_es; in vi_hook()
[all …]