Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Demacs.c124 } Emacs_t; typedef
172 static void draw(Emacs_t*,Draw_t);
173 static int escape(Emacs_t*,genchar*, int);
174 static void putstring(Emacs_t*,char*);
175 static void search(Emacs_t*,genchar*,int);
176 static void setcursor(Emacs_t*,int, int);
177 static void show_info(Emacs_t*,const char*);
178 static void xcommands(Emacs_t*,int);
187 register Emacs_t *ep = ed->e_emacs; in ed_emacsread()
196 ep = ed->e_emacs = newof(0,Emacs_t,1,0); in ed_emacsread()
[all …]