Lines Matching full:enumeration
3 * \file enumeration.c
5 * Handle options with enumeration names and bit mask bit names
151 * "~0" and "-1" will be converted to the largest value in the enumeration.
218 * what: Convert between enumeration values and strings
221 * arg: tOptDesc *, pOD, enumeration option description
222 * arg: unsigned int, enum_val, the enumeration value to map
225 * ret_desc: the enumeration name from const memory
227 * doc: This converts an enumeration value into the matching string.
241 * what: Convert from a string to an enumeration value
245 * arg: tOptDesc *, pOD, enumeration option description
246 * arg: char const * const *, paz_names, list of enumeration names
250 * ret_desc: the enumeration value
254 * This will match the generated enumeration value.
271 * print the list of enumeration names. in optionEnumerationVal()
294 * Replace the enumeration value with the name string. in optionEnumerationVal()
354 * Replace the enumeration value with the name string. in set_memb_names()
512 * nm_list, list of enumeration names
517 * This will match the generated enumeration value.