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

/external/mksh/src/
H A Dedit.c3336 struct edstate { struct
3374 static int print_expansions(struct edstate *, int);
3455 static struct edstate *save_edstate(struct edstate *old);
3456 static void restore_edstate(struct edstate *old, struct edstate *news);
3457 static void free_edstate(struct edstate *old);
3459 static struct edstate ebuf;
3460 static struct edstate undobuf;
3462 static struct edstate *e
[all...]

Completed in 108 milliseconds