Searched refs:RevdNo (Results 1 – 2 of 2) sorted by relevance
238 if ((*prvUartLogCtl).RevdNo > 0){ in shell_cmd_history()240 (*prvUartLogCtl).SeeIdx = (*prvUartLogCtl).RevdNo - 1; in shell_cmd_history()250 if ((*prvUartLogCtl).RevdNo > 0){ in shell_cmd_history()261 if ((*prvUartLogCtl).RevdNo > 0){ in shell_cmd_history()262 if ((*prvUartLogCtl).SeeIdx == ((*prvUartLogCtl).RevdNo-1)){ in shell_cmd_history()272 if ((*prvUartLogCtl).RevdNo > 0){ in shell_cmd_history()332 ((*prvUartLogCtl).RevdNo < UART_LOG_HISTORY_LEN) ? in shell_cmd_chk()333 ((*prvUartLogCtl).RevdNo++) : ((*prvUartLogCtl).RevdNo = UART_LOG_HISTORY_LEN); in shell_cmd_chk()471 shell_ctl.RevdNo = 0; in shell_init_rom()
38 u8 RevdNo; member
Completed in 3 milliseconds