Lines Matching defs:falseopt
729 * "trueopt" and "falseopt" are two settings of a Boolean option.
734 replace_opts(char *options, int flag, char *trueopt, char *falseopt)
752 } else if (strcmp(f, falseopt) == 0) {
764 (void) strcat(options, flag ? trueopt : falseopt);
769 * "trueopt" and "falseopt" are two settings of a Boolean option and "dflt" is
771 * only the last mentioned occurrence of trueopt and falseopt. If neither is
776 * trueopt or falseopt appear at the end of the resulting option string.
788 const char *falseopt)
806 * falseopt.
813 } else if (strcmp(f, falseopt) == 0) {
829 (void) strcat(options, last ? trueopt : falseopt);