Searched refs:his_idx (Results 1 – 2 of 2) sorted by relevance
40 int32_t his_idx; member222 g_repl->his_idx = his_cur; in repl_history_input()260 lastindex = g_repl->his_idx; in repl_up_history()261 index = (g_repl->his_idx - 1 + REPL_INBUF_SIZE) % REPL_INBUF_SIZE; in repl_up_history()263 while ((g_repl->history[index] == '\0') && (index != g_repl->his_idx)) in repl_up_history()267 if (index != g_repl->his_idx) in repl_up_history()275 g_repl->his_idx = index; in repl_up_history()292 lastindex = g_repl->his_idx; in repl_down_history()293 index = g_repl->his_idx; in repl_down_history()299 if (index != g_repl->his_idx) in repl_down_history()[all …]
59 uint32_t his_idx; member605 g_cli->his_idx = his_cur; in cli_history_input()641 lastindex = g_cli->his_idx; in cli_up_history()647 (g_cli->his_idx != g_cli->his_cur || in cli_up_history()649 (index != g_cli->his_idx)) { in cli_up_history()652 if (index != g_cli->his_idx) { in cli_up_history()658 g_cli->his_idx = index; in cli_up_history()676 lastindex = g_cli->his_idx; in cli_down_history()677 index = g_cli->his_idx; in cli_down_history()682 if (index != g_cli->his_idx) { in cli_down_history()[all …]
Completed in 6 milliseconds