OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cmd_state
(Results
1 - 2
of
2
) sorted by null
/external/qemu/android/protocol/
core-commands-impl.c
59
CoreCmdImplState
cmd_state
;
member in struct:CoreCmdImpl
351
switch (corecmd->
cmd_state
) {
355
corecmd->
cmd_state
= EXPECTS_PARAMETERS;
368
corecmd->
cmd_state
= EXPECTS_HEADER;
382
corecmd->
cmd_state
= EXPECTS_HEADER;
410
_coreCmdImpl.
cmd_state
= EXPECTS_HEADER;
/ndk/sources/host-tools/make-3.81/
filedef.h
67
enum
cmd_state
/* State of the commands. */
enum in struct:file
111
extern void set_command_state PARAMS ((struct file *file, enum
cmd_state
state));
Completed in 1021 milliseconds