Home
last modified time | relevance | path

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

/openbsd-src/bin/ksh/
H A Dvi.c28 struct edstate { struct
70 static int print_expansions(struct edstate *);
152 static struct edstate *save_edstate(struct edstate *old);
153 static void restore_edstate(struct edstate *old, struct edstate *new);
154 static void free_edstate(struct edstate *old);
156 static struct edstate ebuf;
157 static struct edstate undobuf = { undocbuf, LINE, 0, 0, 0 };
159 static struct edstate *es; /* current editor state */
160 static struct edstate *undo;
414 struct edstate new_es, *save_es; in vi_hook()
[all …]