Lines Matching defs:def
114 #define OPT(shortname, longname, opt, def, doc) \
116 #define OPT_LONGONLY(longname, opt, def, doc, id) \
146 size_t def;
707 defprint(int def)
709 if (!def)
711 if (((def & 1) && posixly) || ((def & 2) && !posixly))
717 docprint(const char *opts, int def)
726 defprint(def);
749 (void)printf("%9s %7zu %s", pm[i].name, pm[i].def,
771 #define OPT(shortname, longname, opt, def, doc) \
773 docprint(doc, def);
774 #define OPT_LONGONLY(longname, opt, def, doc, id) \
776 docprint(doc, def);