Searched refs:option_map (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/xz/src/xz/
H A Doptions.c31 } option_map; typedef in typeref:struct:__anon53
60 parse_options(const char *str, const option_map *opts,
167 static const option_map opts[] = {
211 static const option_map opts[] = {
334 static const option_map opts[] = {
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptions.h179 OptionElementVector &option_map,
/freebsd-11-stable/contrib/gcc/
H A Dgcc.c51 2. In this file, add an entry to "option_map" equating the long
53 the comments in the declaration of "struct option_map" for an
1062 struct option_map
1079 static const struct option_map option_map[] =
1255 for (j = 0; j < ARRAY_SIZE (option_map); j++)
1257 size_t optlen = strlen (option_map[j].name);
1260 const char *arginfo = option_map[j].arg_info;
1265 if (!strncmp (argv[i], option_map[j].name, complen))
1272 for (k = j + 1; k < ARRAY_SIZE (option_map);
1058 struct option_map struct
1075 static const struct option_map option_map[] = variable in typeref:struct:option_map
[all...]

Completed in 74 milliseconds