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

/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A Darg.c28 static const struct grub_arg_option help_options[] = variable in typeref:struct:grub_arg_option
62 found = (struct grub_arg_option *) help_options;
66 found = (struct grub_arg_option *) (help_options + 1);
99 found = fnd_long (help_options);
125 else if (opt == help_options && ! h_is_used)
127 else if (opt == help_options + 1 && ! u_is_used)
172 showargs (help_options);
183 if (opt == help_options)
189 if (opt == help_options + 1)

Completed in 14 milliseconds