Lines Matching defs:feature
213 -e [+-=]feature,list Edit features from a comma separated list.\n\
227 char *feature, *feature_tmp;
242 while ((feature = strsep(&feature_tmp, ",")) != NULL) {
244 if (strcmp(featurelist[i].alias, feature) == 0) {
250 strcmp(featurelist[i].alias + 2, feature) == 0) {
254 feature, featurelist[i].alias,
260 if (isdigit(feature[0])) {
265 val = strtoll(feature, &eptr, 0);
266 if (eptr == feature || *eptr != '\0')
271 warn("%s invalid", feature);
277 warnx("%s is not a valid feature", feature);
322 warnx("error writing feature value");
376 * and has a note for feature control.
454 warnx("feature note data too short");