Searched refs:distopt (Results 1 – 2 of 2) sorted by relevance
103 struct distoptinfo *distopt; in parsedistopts() local112 if ((distopt = getdistopt(optstr, &len)) != NULL) { in parsedistopts()113 FLAG_ON(*optptr, distopt->do_value); in parsedistopts()114 if (distopt->do_arg && optstr[len] == '=') in parsedistopts()115 (void) strlcpy(distopt->do_arg, in parsedistopts()116 &optstr[len + 1], distopt->arg_size); in parsedistopts()121 if ((distopt = getdistopt(optstr+2, &len)) != NULL) { in parsedistopts()122 FLAG_OFF(*optptr, distopt->do_value); in parsedistopts()
6 SRCS= gram.y child.c client.c common.c distopt.c docmd.c expand.c \