Home
last modified time | relevance | path

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

/external/mksh/src/
Dedit.c3330 struct edstate { struct
3368 static int print_expansions(struct edstate *, int);
3449 static struct edstate *save_edstate(struct edstate *old);
3450 static void restore_edstate(struct edstate *old, struct edstate *news);
3451 static void free_edstate(struct edstate *old);
3453 static struct edstate ebuf;
3454 static struct edstate undobuf;
3456 static struct edstate *es; /* current editor state */
3457 static struct edstate *undo;
3761 struct edstate new_es, *save_es; in vi_hook()
[all …]