Searched refs:history (Results 1 – 18 of 18) sorted by relevance
42 char history[REPL_INBUF_SIZE]; member227 lastchar = g_repl->history[tmp_idx]; in repl_history_input()233 lastchar = g_repl->history[tmp_idx]; in repl_history_input()248 g_repl->history[tmp_idx] = '\0'; in repl_history_input()269 while (g_repl->history[index] != '\0') in repl_up_history()277 while (g_repl->history[lastindex] != '\0') in repl_up_history()279 *inaddr++ = g_repl->history[lastindex]; in repl_up_history()295 while ((g_repl->history[index] != '\0')) in repl_down_history()301 while (g_repl->history[index] == '\0') in repl_down_history()308 while (g_repl->history[lastindex] != '\0') in repl_down_history()[all …]
61 char history[CLI_INBUF_SIZE]; member609 lastchar = g_cli->history[tmp_idx]; in cli_history_input()614 lastchar = g_cli->history[tmp_idx]; in cli_history_input()625 while (g_cli->history[tmp_idx] != '\0') { in cli_history_input()626 g_cli->history[tmp_idx] = '\0'; in cli_history_input()645 while ((g_cli->history[index] == '\0') && in cli_up_history()660 while (g_cli->history[lastindex] != '\0') { in cli_up_history()661 *inaddr++ = g_cli->history[lastindex]; in cli_up_history()679 while ((g_cli->history[index] != '\0')) { in cli_down_history()689 while (g_cli->history[lastindex] != '\0') { in cli_down_history()[all …]
104 var history = []; variable419 history.push(str);421 history_index = history.length;426 if (history_index == history.length) {427 history.push(cmd);430 cmd = history[history_index];436 if (history_index < history.length - 1) {438 cmd = history[history_index];446 var index = (history.length + i * dir + history_index) % history.length;449 cmd = history[index];[all …]
103 var history = []; variable411 history.push(str);413 history_index = history.length;418 if (history_index == history.length) {419 history.push(cmd);422 cmd = history[history_index];428 if (history_index < history.length - 1) {430 cmd = history[history_index];438 var index = (history.length + i * dir + history_index) % history.length;441 cmd = history[index];[all …]
71 - save history
3 Change history:
5 - **TODO - Add history**
26 2006-01-31 - First entry in history. Updated for Universal Binaries. Static libraries of libpng and…
34 the file ChangeLog history information documenting your changes. Please read
2 ChangeLog history of changes
114 the file ChangeLog history information documenting your changes. Please read
1213 - suppress history buffer provided by application to simplify the interface1508 user-provided history buffer. This is supported only in deflateInit2
9 maintainer in the review. That can be found via the git history.
102 the file ChangeLog history information documenting your changes. Please read
7 Some history
23 - Support show pipeline history.2160 - Supported Add the history event signature function.
717 Changed the allocation of palette, history, and trans arrays back to
Completed in 35 milliseconds