Searched refs:history_length (Results 1 - 3 of 3) sorted by relevance

/external/libedit/src/editline/
H A Dreadline.h106 extern int history_base, history_length;
/external/v8/src/
H A Dd8-readline.cc96 history_set_pos(history_length-1);
/external/libedit/src/
H A Dreadline.c101 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;
1556 if (pos >= history_length || pos < 0)
2213 hs->length = history_length;
[all...]

Completed in 60 milliseconds