Lines Matching defs:unset
73 const int unset = flags & OPT_UNSET;
77 if (unset && p->opt)
79 if (unset && (opt->flags & PARSE_OPT_NONEG))
184 if (unset)
224 if (unset)
231 *(bool *)opt->value = unset ? false : true;
237 *(int *)opt->value = unset ? 0 : *(int *)opt->value + 1;
241 *(unsigned int *)opt->value = unset ? 0 : opt->defval;
245 *(void **)opt->value = unset ? NULL : (void *)opt->defval;
250 if (unset)
267 /* Similar to unset if we are given an empty string. */
280 if (unset)
291 if (unset) {
307 if (unset) {
325 if (unset) {
341 if (unset) {
357 if (unset) {
1034 int unset)
1038 if (unset)