HomeSort by relevance Sort by last modified time
    Searched refs:editline (Results 1 - 8 of 8) sorted by null

  /external/libedit/src/
el.h 116 struct editline { struct
151 protected int el_editmode(EditLine *, int, const Char **);
histedit.h 57 typedef struct editline 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 *)
    [all...]
  /prebuilts/libs/libedit/include/
histedit.h 57 typedef struct editline 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 *)
    [all...]
  /external/libedit/examples/
fileman.c 26 #include <editline/readline.h>
69 { "history", com_history, "List editline history" },
  /external/pcre/dist/
pcretest.c 63 it is installed as editline/readline.h, so the configuration code now looks for
75 #include <editline/readline.h>
    [all...]
configure     [all...]
  /external/sqlite/dist/orig/
shell.c 71 # include <editline/readline.h>
    [all...]
  /external/sqlite/dist/
shell.c 77 # include <editline/readline.h>
    [all...]

Completed in 397 milliseconds