Home
last modified time | relevance | path

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

/minix/bin/ksh/
H A Dvi.c27 struct edstate { struct
150 static struct edstate *save_edstate ARGS((struct edstate *old));
151 static void restore_edstate ARGS((struct edstate *old, struct edstate *new));
154 static struct edstate ebuf;
733 struct edstate *t;
1413 static struct edstate *
1415 struct edstate *old; in save_edstate()
1417 struct edstate *new;
1419 new = (struct edstate *)alloc(sizeof(struct edstate), APERM);
1442 struct edstate *old; in free_edstate()
[all …]