Lines Matching full:shell
28 * @brief Create shell history instance.
31 * @param _size Memory dedicated for shell history.
47 * @brief Initialize shell history module.
49 * @param history Shell history instance.
54 * @brief Purge shell history.
56 * Function clears whole shell command history.
58 * @param history Shell history instance.
66 * @param history Shell history instance.
71 * @brief Get next entry in shell command history.
75 * @param[in] history Shell history instance.
86 * @brief Put line into shell command history.
90 * @param history Shell history instance.
99 * @brief Get state of shell history.
101 * @param history Shell history instance.