Lines Matching full:enum
10 enum env_flags_vartype {
22 enum env_flags_varaccess {
91 const char *env_flags_get_vartype_name(enum env_flags_vartype type);
95 const char *env_flags_get_varaccess_name(enum env_flags_varaccess access);
99 * Parse the flags string from a .flags attribute list into the vartype enum.
101 enum env_flags_vartype env_flags_parse_vartype(const char *flags);
103 * Parse the flags string from a .flags attribute list into the varaccess enum.
105 enum env_flags_varaccess env_flags_parse_varaccess(const char *flags);
107 * Parse the binary flags from a hash table entry into the varaccess enum.
109 enum env_flags_varaccess env_flags_parse_varaccess_from_binflags(int binflags);
122 enum env_flags_vartype env_flags_get_type(const char *name);
126 enum env_flags_varaccess env_flags_get_access(const char *name);
160 int env_flags_validate(const ENTRY *item, const char *newval, enum env_op op,
170 /* The actual variable type values use the enum value (within the mask) */