Home
last modified time | relevance | path

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

/external/mksh/src/
Dedit.c3250 struct edstate { struct
3288 static int print_expansions(struct edstate *, int);
3369 static struct edstate *save_edstate(struct edstate *old);
3370 static void restore_edstate(struct edstate *old, struct edstate *news);
3371 static void free_edstate(struct edstate *old);
3373 static struct edstate ebuf;
3374 static struct edstate undobuf = { undocbuf, 0, LINE, 0, 0 };
3376 static struct edstate *es; /* current editor state */
3377 static struct edstate *undo;
3689 struct edstate new_es, *save_es; in vi_hook()
[all …]