HomeSort by: relevance | last modified time | path
    Searched defs:edstate (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/ksh/
vi.c 27 struct edstate { struct
68 static int print_expansions ARGS((struct edstate *, int));
150 static struct edstate *save_edstate ARGS((struct edstate *old));
151 static void restore_edstate ARGS((struct edstate *old, struct edstate *new));
152 static void free_edstate ARGS((struct edstate *old));
154 static struct edstate ebuf;
155 static struct edstate undobuf = { 0, undocbuf, CMDLEN, 0, 0 };
157 static struct edstate *es; /* current editor state *
    [all...]
vi.c 27 struct edstate { struct
68 static int print_expansions ARGS((struct edstate *, int));
150 static struct edstate *save_edstate ARGS((struct edstate *old));
151 static void restore_edstate ARGS((struct edstate *old, struct edstate *new));
152 static void free_edstate ARGS((struct edstate *old));
154 static struct edstate ebuf;
155 static struct edstate undobuf = { 0, undocbuf, CMDLEN, 0, 0 };
157 static struct edstate *es; /* current editor state *
    [all...]

Completed in 25 milliseconds