Searched defs:KEY_END (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dargp-parse.c49 #define KEY_END (-1) /* The end of the options. */ macro
267 cleared whenever getopt returns KEY_END, but may be set again if the user
806 parser->opt_data.optopt = KEY_END;
818 if (opt == KEY_END)
832 else if (opt == KEY_ERR && parser->opt_data.optopt != KEY_END)
835 to the offending character, which can never be KEY_END. */
842 opt = KEY_END;
844 if (opt == KEY_END)
869 *arg_ebadkey = (opt == KEY_END || opt == KEY_ARG);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dkeywords.h24 #define KEY_END 10 macro
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dshared.h318 # define KEY_END 0x4F00 macro
/osnet-11/usr/src/lib/libxcurses2/h/
H A Dcurses.h1148 #define KEY_END (__KEY_BASE-105) macro
/osnet-11/usr/src/lib/libxcurses/h/
H A Dcurses.h1155 #define KEY_END (__KEY_BASE-105) macro

Completed in 1281 milliseconds