Searched refs:GACommandState (Results 1 – 5 of 5) sorted by relevance
22 typedef struct GACommandState GACommandState; typedef28 void ga_command_state_init(GAState *s, GACommandState *cs);29 void ga_command_state_add(GACommandState *cs,32 void ga_command_state_init_all(GACommandState *cs);33 void ga_command_state_cleanup_all(GACommandState *cs);34 GACommandState *ga_command_state_new(void);35 void ga_command_state_free(GACommandState *cs);
15 struct GACommandState { struct26 void ga_command_state_add(GACommandState *cs, in ga_command_state_add() argument46 void ga_command_state_init_all(GACommandState *cs) in ga_command_state_init_all()62 void ga_command_state_cleanup_all(GACommandState *cs) in ga_command_state_cleanup_all()68 GACommandState *ga_command_state_new(void) in ga_command_state_new()70 GACommandState *cs = g_new0(GACommandState, 1); in ga_command_state_new()75 void ga_command_state_free(GACommandState *cs) in ga_command_state_free()
1139 void ga_command_state_init(GAState *s, GACommandState *cs) in ga_command_state_init()
100 GACommandState *command_state;
1962 void ga_command_state_init(GAState *s, GACommandState *cs) in ga_command_state_init()