Lines Matching refs:adj_where
141 aptr->adj_where = CONF_ADJ_OBSOLETE; in xf86parseLayoutSection()
159 aptr->adj_where = CONF_ADJ_RIGHTOF; in xf86parseLayoutSection()
162 aptr->adj_where = CONF_ADJ_LEFTOF; in xf86parseLayoutSection()
165 aptr->adj_where = CONF_ADJ_ABOVE; in xf86parseLayoutSection()
168 aptr->adj_where = CONF_ADJ_BELOW; in xf86parseLayoutSection()
171 aptr->adj_where = CONF_ADJ_RELATIVE; in xf86parseLayoutSection()
174 aptr->adj_where = CONF_ADJ_ABSOLUTE; in xf86parseLayoutSection()
185 aptr->adj_where = CONF_ADJ_OBSOLETE; in xf86parseLayoutSection()
187 aptr->adj_where = CONF_ADJ_ABSOLUTE; in xf86parseLayoutSection()
189 switch (aptr->adj_where) { in xf86parseLayoutSection()
222 if (aptr->adj_where == CONF_ADJ_RELATIVE) { in xf86parseLayoutSection()
334 switch (aptr->adj_where) { in xf86printLayoutSection()