Searched defs:Command (Results 1 – 7 of 7) sorted by relevance
2 typedef struct Command Command; typedef74 struct Command struct76 char *string;77 void (*func)(void);78 char *args;
37 typedef struct Command Command; typedef342 struct Command struct351 Command *next; argument
13 Command = 0x00, /* Pixel Command Register */ enumerator
51 typedef struct Command Command; typedef491 struct Command struct493 char* arg0;494 char* help;495 void (*func)(int, char*[]);
336 Command = 0xA500/4, enumerator
42 Command = 7, /* (write) */ enumerator
27 Command, enumerator