Lines Matching full:value
12 enum values as strings so programs can provide value name strings for introspection.
39 Put out <text> for every value of an enum.
59 enumeration-production, value-header, value-production, value-tail or
101 The enum value name currently being processed with words uppercase and word-separated by underscores,
105 A nick name for the enum value currently being processed, this is usually generated by stripping
110 This is substituted either by "enum" or "flags", depending on whether the enum value definitions
128 to specify the common prefix to be stripped from all values to generate value nicknames,
133 Per value definition, the options "skip" and "nick" are supported. The former causes the
134 value to be skipped, and the latter can be used to specify the otherwise auto-generated
149 PREFIX_THE_THIRD_VALUE, /*< nick=the-last-value >*/