Lines Matching refs:help_enabled
252 guint help_enabled : 1; member
374 context->help_enabled = TRUE; in g_option_context_new()
428 gboolean help_enabled) in g_option_context_set_help_enabled() argument
433 context->help_enabled = help_enabled; in g_option_context_set_help_enabled()
452 return context->help_enabled; in g_option_context_get_help_enabled()
870 if (context->help_enabled || in g_option_context_get_help()
944 if (context->help_enabled) in g_option_context_get_help()
965 if (context->help_enabled) in g_option_context_get_help()
982 if (!group && context->help_enabled) in g_option_context_get_help()
1058 if (context->help_enabled || list) in g_option_context_get_help()
2042 if (context->help_enabled) in g_option_context_parse()
2129 if (context->help_enabled && (arg[j] == '?' || in g_option_context_parse()