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

  /external/libedit/src/editline/
readline.h 170 const char *get_history_event(const char *, int *, int);
  /prebuilts/libs/libedit/include/editline/
readline.h 170 const char *get_history_event(const char *, int *, int);
  /external/libedit/src/
readline.c 508 get_history_event(const char *cmd, int *cindex, int qchar) function
662 ptr = get_history_event(str, &idx, 0);
678 ptr = get_history_event(command + offs, &idx, qchar);
    [all...]

Completed in 36 milliseconds