Home | History | Annotate | Download | only in util

Lines Matching defs:unset

38 	const int unset = flags & OPT_UNSET;
40 if (unset && p->opt)
42 if (unset && (opt->flags & PARSE_OPT_NONEG))
72 if (unset)
79 *(bool *)opt->value = unset ? false : true;
83 *(int *)opt->value = unset ? 0 : *(int *)opt->value + 1;
87 *(unsigned int *)opt->value = unset ? 0 : opt->defval;
91 *(void **)opt->value = unset ? NULL : (void *)opt->defval;
95 if (unset)
104 if (unset)
115 if (unset) {
131 if (unset) {
147 if (unset) {
163 if (unset) {
558 int unset)
562 if (unset)