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

  /external/libedit/src/editline/
readline.h 106 extern int history_base, history_length;
  /prebuilts/libs/libedit/include/editline/
readline.h 106 extern int history_base, history_length;
  /external/libedit/src/
readline.c 101 int history_length = 0; variable
317 history_length = 0;
435 history_length = ev.num;
542 num = history_length - num + 1;
1394 history_length = ev.num;
1396 return !(history_length > 0); /* return 0 if all is okay */
1422 history_length = ev.num;
1483 history_length = 0;
    [all...]

Completed in 359 milliseconds