HomeSort by: relevance | last modified time | path
    Searched defs:PreviousCommandIndex (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/common/
acgetline.c 165 UINT32 PreviousCommandIndex = MaxCommandIndex;
348 if (CurrentCommandIndex > PreviousCommandIndex)
350 CurrentCommandIndex = PreviousCommandIndex;
368 PreviousCommandIndex = CurrentCommandIndex;
381 if (CurrentCommandIndex < PreviousCommandIndex)
383 CurrentCommandIndex = PreviousCommandIndex;
392 PreviousCommandIndex = CurrentCommandIndex;
396 PreviousCommandIndex = CurrentCommandIndex;
acgetline.c 165 UINT32 PreviousCommandIndex = MaxCommandIndex;
348 if (CurrentCommandIndex > PreviousCommandIndex)
350 CurrentCommandIndex = PreviousCommandIndex;
368 PreviousCommandIndex = CurrentCommandIndex;
381 if (CurrentCommandIndex < PreviousCommandIndex)
383 CurrentCommandIndex = PreviousCommandIndex;
392 PreviousCommandIndex = CurrentCommandIndex;
396 PreviousCommandIndex = CurrentCommandIndex;

Completed in 38 milliseconds