Searched defs:exchange (Results 1 - 2 of 2) sorted by relevance

/external/bison/lib/
H A Dgetopt.c155 exchange (char **argv, struct _getopt_data *d)
404 exchange them so that the options come first. */
408 exchange ((char **) argv, d);
422 then exchange with previous non-options as if it were an option,
431 exchange ((char **) argv, d);
152 exchange (char **argv, struct _getopt_data *d) function
/external/grub/lib/
H A Dgetopt.c307 static void exchange (char **);
311 exchange (argv)
563 exchange them so that the options come first. */
566 exchange ((char **) argv);
580 then exchange with previous non-options as if it were an option,
588 exchange ((char **) argv);
308 exchange (argv) function

Completed in 17 milliseconds