Searched refs:adj_refscreen (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xfree86/parser/ |
| H A D | Layout.c | 144 aptr->adj_refscreen = NULL; in xf86parseLayoutSection() 221 aptr->adj_refscreen = xf86_lex_val.str; in xf86parseLayoutSection() 348 fprintf(cf, " RightOf \"%s\"\n", aptr->adj_refscreen); in xf86printLayoutSection() 351 fprintf(cf, " LeftOf \"%s\"\n", aptr->adj_refscreen); in xf86printLayoutSection() 354 fprintf(cf, " Above \"%s\"\n", aptr->adj_refscreen); in xf86printLayoutSection() 357 fprintf(cf, " Below \"%s\"\n", aptr->adj_refscreen); in xf86printLayoutSection() 360 fprintf(cf, " Relative \"%s\" %d %d\n", aptr->adj_refscreen, in xf86printLayoutSection()
|
| H A D | xf86Parser.h | 370 const char *adj_refscreen; member
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86Configure.c | 374 aptr->adj_refscreen = NULL; in configureLayoutSection() 379 aptr->adj_refscreen = tmp; in configureLayoutSection()
|
| H A D | xf86Config.c | 1432 slp[count].refname = adjp->adj_refscreen; in configLayout()
|