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

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dargp-parse.c51 #define KEY_ERR '?' /* An error parsing the options. */ macro
805 /* Distinguish KEY_ERR from a real option. */
832 else if (opt == KEY_ERR && parser->opt_data.optopt != KEY_END)
833 /* KEY_ERR can have the same value as a valid user short

Completed in 21 milliseconds