Lines Matching full:history
245 * @param[in] syntax Command syntax (for example: history).
276 * @param[in] syntax Command syntax (for example: history).
304 * @param[in] syntax Command syntax (for example: history).
320 * @param[in] syntax Command syntax (for example: history).
392 * @param[in] _syntax Command syntax (for example: history).
421 * @param[in] _syntax Command syntax (for example: history).
456 * @param[in] syntax Command syntax (for example: history).
478 * @param[in] syntax Command syntax (for example: history).
501 * @param[in] _syntax Command syntax (for example: history).
522 * @param[in] _syntax Command syntax (for example: history).
537 * @param[in] _syntax Command syntax (for example: history).
553 * @param[in] _syntax Command syntax (for example: history).
797 uint32_t history_exit :1; /*!< Request to exit history mode */
918 struct shell_history *history;
964 .history = IS_ENABLED(CONFIG_SHELL_HISTORY) ? &_name##_history : NULL, \