Home
last modified time | relevance | path

Searched refs:xf86ConfigSymTabRec (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DconfigProcs.h105 int xf86getToken(const xf86ConfigSymTabRec * tab);
107 int xf86getSubTokenWithTab(char **comment, const xf86ConfigSymTabRec * tab);
119 xf86getStringToken(const xf86ConfigSymTabRec * tab);
H A DVendor.c64 static const xf86ConfigSymTabRec VendorSubTab[] = {
132 static const xf86ConfigSymTabRec VendorTab[] = {
H A DPointer.c65 static const xf86ConfigSymTabRec PointerTab[] = {
86 static const xf86ConfigSymTabRec ZMapTab[] = {
H A DModule.c64 static const xf86ConfigSymTabRec SubModuleTab[] = {
70 static const xf86ConfigSymTabRec ModuleTab[] = {
H A DVideo.c64 static const xf86ConfigSymTabRec VideoPortTab[] = {
131 static const xf86ConfigSymTabRec VideoAdaptorTab[] = {
H A Dscan.c236 StringToToken(const char *str, const xf86ConfigSymTabRec * tab) in StringToToken()
253 xf86getToken(const xf86ConfigSymTabRec * tab) in xf86getToken()
460 xf86getSubTokenWithTab(char **comment, const xf86ConfigSymTabRec * tab) in xf86getSubTokenWithTab()
1004 xf86getStringToken(const xf86ConfigSymTabRec * tab) in xf86getStringToken()
H A DExtensions.c44 static const xf86ConfigSymTabRec ExtensionsTab[] = {
H A DMonitor.c64 static const xf86ConfigSymTabRec MonitorTab[] = {
80 static const xf86ConfigSymTabRec ModesTab[] = {
88 static const xf86ConfigSymTabRec TimingTab[] = {
104 static const xf86ConfigSymTabRec ModeTab[] = {
H A DDRI.c40 static const xf86ConfigSymTabRec DRITab[] = {
H A DInput.c65 static const xf86ConfigSymTabRec InputTab[] = {
H A DLayout.c69 static const xf86ConfigSymTabRec LayoutTab[] = {
80 static const xf86ConfigSymTabRec AdjTab[] = {
H A DOutputClass.c35 static const xf86ConfigSymTabRec OutputClassTab[] = {
H A DFiles.c64 static const xf86ConfigSymTabRec FilesTab[] = {
H A DScreen.c64 static const xf86ConfigSymTabRec DisplayTab[] = {
225 static const xf86ConfigSymTabRec ScreenTab[] = {
H A Dread.c65 static const xf86ConfigSymTabRec TopLevelTab[] = {
H A Dxf86Parser.h440 } xf86ConfigSymTabRec, *xf86ConfigSymTabPtr; typedef
H A DDevice.c64 static const xf86ConfigSymTabRec DeviceTab[] = {
H A DFlags.c66 static const xf86ConfigSymTabRec ServerFlagsTab[] = {
H A DInputClass.c37 static const xf86ConfigSymTabRec InputClassTab[] = {
/OK3568_Linux_fs/external/xserver/
H A DChangeLog26417 xfree86/parser: annotate xf86ConfigSymTabRec as constant data