Searched refs:SeeIdx (Results 1 – 2 of 2) sorted by relevance
239 if ((*prvUartLogCtl).SeeIdx == 0){ in shell_cmd_history()240 (*prvUartLogCtl).SeeIdx = (*prvUartLogCtl).RevdNo - 1; in shell_cmd_history()243 (*prvUartLogCtl).SeeIdx--; in shell_cmd_history()251 …l_oldcmd((*prvUartLogCtl).pTmpLogBuf , (u8*)&(*prvUartLogCtl).pHistoryBuf[(*prvUartLogCtl).SeeIdx], in shell_cmd_history()262 if ((*prvUartLogCtl).SeeIdx == ((*prvUartLogCtl).RevdNo-1)){ in shell_cmd_history()263 (*prvUartLogCtl).SeeIdx = 0; in shell_cmd_history()266 (*prvUartLogCtl).SeeIdx++; in shell_cmd_history()273 …ll_oldcmd((*prvUartLogCtl).pTmpLogBuf, (u8*)&(*prvUartLogCtl).pHistoryBuf[(*prvUartLogCtl).SeeIdx], in shell_cmd_history()335 (*prvUartLogCtl).SeeIdx = (*prvUartLogCtl).NewIdx; in shell_cmd_chk()470 shell_ctl.SeeIdx = 0; in shell_init_rom()
37 u8 SeeIdx; member
Completed in 4 milliseconds