OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Sep 08 00:25:21 UTC 2026