action           1589 core/gui_draw.c         switch (cmds->action)
action            164 core/gui_draw.h     unsigned char   action;
action            113 core/modules.c static int default_raw_merge_start(int action)
action            117 core/modules.c         return librawop->raw_merge_start(action);
action            213 include/lolevel.h struct led_control {int led_num; int action; int brightness; int blink_count;};
action            215 include/lolevel.h extern int _LEDDrive(int led, int action);
action            121 modules/gui_mpopup.c void exit_mpopup(int action)
action            128 modules/gui_mpopup.c         on_select(action);
action            286 modules/raw_merge.c int raw_merge_start(int action)
action            297 modules/raw_merge.c     raw_action = action;
action             16 modules/raw_merge.h 	int (*raw_merge_start)(int action);
action             58 platform/a1000/lib.c         led_c.action=state<=1 ? !state : state; 
action             71 platform/a2000/lib.c         led_c.action=state<=1 ? !state : state; 
action             25 platform/a700/wrappers.c  led_c.action=state<=1 ? !state : state;
action             24 platform/a710/wrappers.c  led_c.action=state<=1 ? !state : state;
action             35 platform/a720/wrappers.c         led_c.action=state<=1 ? !state : state; 
action             34 platform/g9/wrappers.c         led_c.action=state<=1 ? !state : state; 
action             51 platform/s80/lib.c  led_c.action=state<=1 ? !state : state;
action             37 platform/sx100is/wrappers.c         led_c.action=state<=1 ? !state : state; 
action            207 tools/ghidra_scripts/datatypes/fw_functions.h __stdcall int LEDDrive(int led, int action);
action             10 tools/ghidra_scripts/datatypes/fw_types.h struct led_control {int led_num; int action; int brightness; int blink_count;};