Searched refs:configSection (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A Dscan.c126 static char *configSection = NULL; /* name of current section being parsed */ variable
1041 configLineNo, configSection, configPath);
1055 configLineNo, configSection, configPath);
1079 if (configSection)
1080 xf86conffree(configSection);
1081 configSection = xf86confmalloc(strlen (section) + 1);
1082 strcpy (configSection, section);

Completed in 40 milliseconds