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

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dargp.h194 #define ARGP_KEY_ARG 0
337 /* While calling a parsing function with a key of ARGP_KEY_ARG, this is the
385 calling the parse functions with a key of ARGP_KEY_ARG, and the actual arg
192 #define ARGP_KEY_ARG macro
H A Dargp-parse.c266 remaining arguments are just passed verbatim with ARGP_KEY_ARG. This is
681 int key = 0; /* Which of ARGP_KEY_ARG[S] we used. */
688 parser->state.next++; /* For ARGP_KEY_ARG, consume the arg. */
689 key = ARGP_KEY_ARG;
693 /* This parser doesn't like ARGP_KEY_ARG; try ARGP_KEY_ARGS instead. */
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-fstest.c556 case ARGP_KEY_ARG:
H A Dgrub-mount.c478 case ARGP_KEY_ARG:
H A Dgrub-setup.c999 case ARGP_KEY_ARG:

Completed in 31 milliseconds