Home
last modified time | relevance | path

Searched refs:categories (Results 1 – 7 of 7) sorted by relevance

/curl/src/
H A Dtool_help.c48 static const struct category_descriptors categories[] = { variable
87 if(!(helptext[i].categories & category)) in print_category()
100 if(helptext[i].categories & category) { in print_category()
117 for(i = 0; categories[i].opt; ++i) in get_category_content()
118 if(curl_strequal(categories[i].opt, category)) { in get_category_content()
119 printf("%s: %s\n", categories[i].opt, categories[i].desc); in get_category_content()
120 print_category(categories[i].category, cols); in get_category_content()
130 for(i = 0; categories[i].opt; ++i) in get_categories()
131 printf(" %-11s %s\n", categories[i].opt, categories[i].desc); in get_categories()
H A Dtool_help.h37 curlhelp_t categories; member
/curl/scripts/
H A Dmanagen887 my @categories = split ' ', $catlong{$long};
897 for my $i (0 .. $#categories) {
898 $bitmask .= 'CURLHELP_' . uc $categories[$i];
900 if($i < $#categories) {
932 my @categories = split ' ', $catlong{$f};
933 foreach (@categories) {
937 my @categories;
939 push @categories, $key;
941 @categories = sort @categories;
942 unshift @categories, 'hidden';
[all …]
/curl/tests/data/
H A Dtest146148 This is not the full help, this menu is stripped into categories.
49 Use "--help category" to get an overview of all categories.
H A Dtest146235 Invalid category provided, here is a list of all categories:
/curl/docs/cmdline-opts/
H A Dhelp.md26 If **category** is specified, curl displays all available help categories.
/curl/.github/
H A Dlabeler.yml12 # as long as any file matches. The first ones are for "major" categories (the

Completed in 19 milliseconds