Searched defs:EditLine (Results 1 - 1 of 1) sorted by relevance

/external/libedit/src/
H A Dhistedit.h57 typedef struct editline EditLine; typedef in typeref:struct:editline
69 * EditLine editor function return codes.
86 EditLine *el_init(const char *, FILE *, FILE *, FILE *);
87 EditLine *el_init_fd(const char *, FILE *, FILE *, FILE *,
89 void el_end(EditLine *);
90 void el_reset(EditLine *);
95 const char *el_gets(EditLine *, int *);
96 int el_getc(EditLine *, char *);
97 void el_push(EditLine *, const char *);
102 void el_beep(EditLine *);
[all...]

Completed in 221 milliseconds