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

  /external/libedit/src/editline/
readline.h 156 HIST_ENTRY *remove_history(int);
  /external/wpa_supplicant_8/src/utils/
edit_readline.c 168 h = remove_history(where_history());
  /prebuilts/libs/libedit/include/editline/
readline.h 156 HIST_ENTRY *remove_history(int);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
readline.c 60 * - Note that replace_history and remove_history use a 0-based index
397 if (!PyArg_ParseTuple(args, "i:remove_history", &entry_number))
404 entry = remove_history(entry_number);
  /external/python/cpython2/Modules/
readline.c 60 * - Note that replace_history and remove_history use a 0-based index
419 entry = remove_history(entry_number);
    [all...]
  /external/python/cpython3/Modules/
readline.c 61 * - Note that replace_history and remove_history use a 0-based index
533 entry = remove_history(entry_number);
    [all...]
  /external/libedit/src/
readline.c 1404 remove_history(int num) function
    [all...]

Completed in 153 milliseconds