Home
last modified time | relevance | path

Searched refs:girara_command_function_t (Results 1 – 6 of 6) sorted by relevance

/dports/x11-toolkits/girara/girara-0.3.6/girara/
H A Dinternal.h160 girara_command_function_t function; /**< Function */
243 girara_command_function_t handle;
H A Dconfig.h26 girara_command_function_t handle) GIRARA_VISIBLE;
H A Dcommands.h23 girara_command_function_t function, girara_completion_function_t completion,
H A Dtypes.h89 typedef bool (*girara_command_function_t)(girara_session_t* session, typedef
H A Dconfig.c223 …fig_handle_add(girara_session_t* session, const char* identifier, girara_command_function_t handle) in girara_config_handle_add()
H A Dcommands.c530 const char* abbreviation, girara_command_function_t function, in girara_inputbar_command_add()