Lines Matching defs:arg

312  *	arg - Option to be examined
321 str2chr(Lm_list *lml, int ndx, int argc, char **argv, char *arg, int c,
329 if (strcmp(arg, opt) == 0) {
335 } else if ((strcmp(arg, opt) == 0) ||
336 ((arg[optsz] == '=') && strncmp(arg, opt, optsz) == 0)) {
343 if (arg[optsz] == '\0') {
357 optopt = arg[0];
368 optarg = &arg[optsz];
372 optopt = arg[0];
405 char *arg = &argv[optind][1];
407 switch (*arg) {
410 if ((c = str2chr(lml, ndx, argc, argv, arg, 'R',
418 if ((c = str2chr(lml, ndx, argc, argv, arg, 'G',
423 } else if ((c = str2chr(lml, ndx, argc, argv, arg, 'h',
431 if ((c = str2chr(lml, ndx, argc, argv, arg, 'z',
442 arg, 'z', MSG_ORIG(MSG_ARG_T_OPAR), 0, NULL)) !=
453 arg, 'z', MSG_ORIG(MSG_ARG_T_CPAR), 0, NULL)) !=
460 switch (*(arg + 1)) {
466 if ((c = str2chr(lml, ndx, argc, argv, arg, 'z',
478 arg, 'f', MSG_ORIG(MSG_ARG_T_AUXFLTR),
488 if ((c = str2chr(lml, ndx, argc, argv, arg, 'I',
496 if ((c = str2chr(lml, ndx, argc, argv, arg, 'e',
505 arg, 'z', MSG_ORIG(MSG_ARG_T_ENDGROUP),
517 if ((c = str2chr(lml, ndx, argc, argv, arg, 'z',
525 if ((c = str2chr(lml, ndx, argc, argv, arg, 'F',
533 if ((c = str2chr(lml, ndx, argc, argv, arg, 'z',
544 if ((c = str2chr(lml, ndx, argc, argv, arg, 'l',
554 arg, 'L', MSG_ORIG(MSG_ARG_T_LIBPATH),
564 if ((c = str2chr(lml, ndx, argc, argv, arg, 'z',
573 if ((c = str2chr(lml, ndx, argc, argv, arg, 'z',
584 arg, 'z', MSG_ORIG(MSG_ARG_T_NOWHOLEARC),
593 if ((c = str2chr(lml, ndx, argc, argv, arg, 'o',
601 if ((c = str2chr(lml, ndx, argc, argv, arg, 'r',
609 if ((c = str2chr(lml, ndx, argc, argv, arg, 's',
618 arg, 'z', MSG_ORIG(MSG_ARG_T_STARTGROUP),
630 if ((c = str2chr(lml, ndx, argc, argv, arg, 'u',
638 if ((c = str2chr(lml, ndx, argc, argv, arg, 'V',
649 arg, 'z', MSG_ORIG(MSG_ARG_T_WHOLEARC),
659 arg, 'z', MSG_ORIG(MSG_ARG_T_WRAP),