Searched refs:history_save_path (Results 1 – 7 of 7) sorted by relevance
39 const char *history_save_path; member90 …ret = esp_console_setup_history(repl_config->history_save_path, repl_config->max_history_len, &cdc… in esp_console_new_repl_usb_cdc()169 …ret = esp_console_setup_history(repl_config->history_save_path, repl_config->max_history_len, &usb… in esp_console_new_repl_usb_serial_jtag()259 …ret = esp_console_setup_history(repl_config->history_save_path, repl_config->max_history_len, &uar… in esp_console_new_repl_uart()340 repl_com->history_save_path = history_path; in esp_console_setup_history()507 if (repl_com->history_save_path) { in esp_console_repl_task()508 linenoiseHistorySave(repl_com->history_save_path); in esp_console_repl_task()
47 …const char *history_save_path; //!< file path used to save history commands, set to NULL won't sav… member61 .history_save_path = NULL, \
48 repl_config.history_save_path = HISTORY_PATH; in app_main()
66 repl_config.history_save_path = HISTORY_PATH; in app_main()
80 repl_config.history_save_path = HISTORY_PATH; in app_main()
379 repl_config.history_save_path = HISTORY_FILE_PATH; in app_main()