Searched defs:mode_data (Results 1 – 3 of 3) sorted by relevance
53 struct mode_data struct55 struct mode_data *next; /* next this class - arbitrary order */ argument65 struct mode_data *component; /* mode of components */ argument66 struct mode_data *wider; /* next wider mode */ argument67 struct mode_data *wider_2x; /* 2x wider mode */ argument69 struct mode_data *contained; /* Pointer to list of modes that have argument71 struct mode_data *next_cont; /* Next mode in that list. */ argument78 static struct mode_data *modes[MAX_MODE_CLASS]; argument
52 struct mode_data struct54 struct mode_data *next; /* next this class - arbitrary order */ argument64 struct mode_data *component; /* mode of components */ argument65 struct mode_data *wider; /* next wider mode */ argument67 struct mode_data *contained; /* Pointer to list of modes that have argument69 struct mode_data *next_cont; /* Next mode in that list. */ argument78 static struct mode_data *modes[MAX_MODE_CLASS]; argument
50 struct mode_data struct52 struct mode_data *next; /* next this class - arbitrary order */ argument62 struct mode_data *component; /* mode of components */ argument63 struct mode_data *wider; /* next wider mode */ argument65 struct mode_data *contained; /* Pointer to list of modes that have argument67 struct mode_data *next_cont; /* Next mode in that list. */ argument69 struct mode_data *complex; /* complex type with mode as component. */ argument82 static struct mode_data *modes[MAX_MODE_CLASS]; argument