Searched refs:adj_where (Results 1 – 4 of 4) sorted by relevance
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()[all …]
367 int adj_where; member
373 aptr->adj_where = CONF_ADJ_ABSOLUTE; in configureLayoutSection()377 aptr->adj_where = CONF_ADJ_RIGHTOF; in configureLayoutSection()
1433 switch (adjp->adj_where) { in configLayout()