Searched refs:Emacs_t (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libshell/common/edit/ |
H A D | emacs.c | 122 } Emacs_t; typedef in typeref:struct:_emacs_ 170 static void draw(Emacs_t*,Draw_t); 171 static int escape(Emacs_t*,genchar*, int); 172 static void putstring(Emacs_t*,char*); 173 static void search(Emacs_t*,genchar*,int); 174 static void setcursor(Emacs_t*,int, int); 175 static void show_info(Emacs_t*,const char*); 176 static void xcommands(Emacs_t*,int); 185 register Emacs_t *ep = ed->e_emacs; 193 ep = ed->e_emacs = newof(0,Emacs_t, [all...] |
Completed in 44 milliseconds