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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_readline.py 18 readline.add_history("first line")
19 readline.add_history("second line")
  /external/e2fsprogs/lib/ss/
get_readline.c 31 info->add_history = 0;
82 info->add_history = (void (*)(const char *))
83 dlsym(handle, "add_history");
ss_internal.h 69 void (*add_history)(const char *); member in struct:_ss_data
listen.c 101 if (info->add_history)
102 (*info->add_history)(line);
invocation.c 80 new_table->add_history = 0;
  /external/python/cpython2/Lib/test/
test_readline.py 24 readline.add_history("first line")
25 readline.add_history("second line")
  /external/python/cpython3/Lib/test/
test_readline.py 50 readline.add_history("first line")
51 readline.add_history("second line")
80 readline.add_history("first line")
81 readline.add_history("second line")
112 readline.add_history("entrée 1")
115 readline.add_history("entrée 2")
122 # An add_history() call seems to be required for get_history_
124 readline.add_history("dummy")
165 readline.add_history("\xEB\xEF")
  /external/wpa_supplicant_8/src/utils/
edit_readline.c 100 add_history(cmd);
  /external/python/cpython2/Modules/
readline.c 474 if(!PyArg_ParseTuple(args, "s:add_history", &line)) {
477 add_history(line);
482 "add_history(string) -> None\n\
697 {"add_history", py_add_history, METH_VARARGS, doc_add_history},
923 add_history("1");
1177 add_history(p);
    [all...]
  /external/e2fsprogs/ext2ed/
main.c 246 add_history (command_line);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
readline.c 459 if(!PyArg_ParseTuple(args, "s:add_history", &line)) {
462 add_history(line);
467 "add_history(string) -> None\n\
682 {"add_history", py_add_history, METH_VARARGS, doc_add_history},
1091 add_history(p);