Lines Matching refs:edstate
3442 struct edstate {
3481 static int print_expansions(struct edstate *, int);
3560 static struct edstate *save_edstate(struct edstate *old);
3561 static void restore_edstate(struct edstate *old, struct edstate *news);
3562 static void free_edstate(struct edstate *old);
3564 static struct edstate ebuf;
3565 static struct edstate undobuf;
3567 static struct edstate *vs; /* current Vi editing mode state */
3568 static struct edstate *undo;
3893 struct edstate new_es, *save_es;
4175 struct edstate *t;
4896 /* return a new edstate */
4897 static struct edstate *
4898 save_edstate(struct edstate *old)
4900 struct edstate *news;
4902 news = alloc(sizeof(struct edstate), AEDIT);
4913 restore_edstate(struct edstate *news, struct edstate *old)
4923 free_edstate(struct edstate *old)
5360 static struct edstate *buf;
5413 static struct edstate *buf;
5527 print_expansions(struct edstate *est, int cmd MKSH_A_UNUSED)