Home
last modified time | relevance | path

Searched refs:adj_screen_str (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DLayout.c154 aptr->adj_screen_str = xf86_lex_val.str; in xf86parseLayoutSection()
333 fprintf(cf, " \"%s\"", aptr->adj_screen_str); in xf86printLayoutSection()
386 TestFree(ptr->adj_screen_str); in xf86freeAdjacencyList()
493 screen = xf86findScreen(adj->adj_screen_str, p->conf_screen_lst); in xf86validateLayout()
496 adj->adj_screen_str, in xf86validateLayout()
H A Dxf86Parser.h358 const char *adj_screen_str; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Configure.c371 aptr->adj_screen_str = tmp; in configureLayoutSection()