"glAccum	.B (3/3x)	- operate on the accumulation buffer 
"glActiveTextureARB		.B (3/3x)   - select active texture unit 
"glAlphaFunc	.B (3/3x)	- specify the alpha test function 
"glAreTexturesResident		.B (3/3x)   - determine if textures are loaded in texture memory 
"glArrayElement .B (3/3x)	- render a vertex using the specified vertex array element 
"glBegin	.B (3/3x)	- delimit the vertices of a primitive or a group of like primitives 
"glBindTexture	.B (3/3x)	- bind a named texture to a texturing target 
"glBitmap	.B (3/3x)	- draw a bitmap 
"glBlendColor	.B (3/3x)	- set the blend color 
"glBlendEquation		.B (3/3x)   - set the blend equation 
"glBlendFunc	.B (3/3x)	- specify pixel arithmetic 
"glCallList	.B (3/3x)	- execute a display list 
"glCallLists	.B (3/3x)	- execute a list of display lists 
"glClear	.B (3/3x)	- clear buffers to preset values 
"glClearAccum	.B (3/3x)	- specify clear values for the accumulation buffer 
"glClearColor	.B (3/3x)	- specify clear values for the color buffers 
"glClearDepth	.B (3/3x)	- specify the clear value for the depth buffer 
"glClearIndex	.B (3/3x)	- specify the clear value for the color index buffers 
"glClearStencil .B (3/3x)	- specify the clear value for the stencil buffer 
"glClientActiveTextureARB	.B (3/3x)   - select active texture unit 
"glClipPlane	.B (3/3x)	- specify a plane against which all geometry is clipped 
"glColor3b	.B (3/3x)	- set the current color 
"glColorMask	.B (3/3x)	- enable and disable writing of frame buffer color components 
"glColorMaterial		.B (3/3x)   - cause a material color to track the current color 
"glColorPointer .B (3/3x)	- define an array of colors 
"glColorSubTable		.B (3/3x)   - respecify a portion of a color table 
"glColorTable	.B (3/3x)	- define a color lookup table 
"glColorTableParameteriv	.B (3/3x)   - set color lookup table parameters 
"glConvolutionFilter1D		.B (3/3x)   - define a one-dimensional convolution filter 
"glConvolutionFilter2D		.B (3/3x)   - define a two-dimensional convolution filter 
"glConvolutionParameterf	.B (3/3x)   - set convolution parameters 
"glCopyColorSubTable		.B (3/3x)   - respecify a portion of a color table 
"glCopyColorTable		.B (3/3x)   - copy pixels into a color table 
"glCopyConvolutionFilter1D	.B (3/3x)   - copy pixels into a one-dimensional convolution filter 
"glCopyConvolutionFilter2D	.B (3/3x)   - copy pixels into a two-dimensional convolution filter 
"glCopyPixels	.B (3/3x)	- copy pixels in the frame buffer 
"glCopyTexImage1D		.B (3/3x)   - copy pixels into a 1D texture image 
"glCopyTexImage2D		.B (3/3x)   - copy pixels into a 2D texture image 
"glCopyTexSubImage1D		.B (3/3x)   - copy a one-dimensional texture subimage 
"glCopyTexSubImage2D		.B (3/3x)   - copy a two-dimensional texture subimage 
"glCopyTexSubImage3D		.B (3/3x)   - copy a three-dimensional texture subimage 
"glCullFace	.B (3/3x)	- specify whether front- or back-facing facets can be culled 
"glDeleteLists	.B (3/3x)	- delete a contiguous group of display lists 
"glDeleteTextures		.B (3/3x)   - delete named textures 
"glDepthFunc	.B (3/3x)	- specify the value used for depth buffer comparisons 
"glDepthMask	.B (3/3x)	- enable or disable writing into the depth buffer 
"glDepthRange	.B (3/3x)	- specify mapping of depth values from normalized device coordinates to window coordinates 
"glDrawArrays	.B (3/3x)	- render primitives from array data 
"glDrawBuffer	.B (3/3x)	- specify which color buffers are to be drawn into 
"glDrawElements .B (3/3x)	- render primitives from array data 
"glDrawPixels	.B (3/3x)	- write a block of pixels to the frame buffer 
"glDrawRangeElements		.B (3/3x)   - render primitives from array data 
"glEdgeFlag	.B (3/3x)	- flag edges as either boundary or nonboundary 
"glEdgeFlagPointer		.B (3/3x)   - define an array of edge flags 
"glEnable	.B (3/3x)	- enable or disable server-side GL capabilities 
"glEnableClientState		.B (3/3x)   - enable or disable client-side capability 
"glEvalCoord1d	.B (3/3x)	- evaluate enabled one- and two-dimensional maps  .EQ delim $$ .EN
"glEvalMesh1	.B (3/3x)	- compute a one- or two-dimensional grid of points or lines 
"glEvalPoint1	.B (3/3x)	- generate and evaluate a single point in a mesh 
"glFeedbackBuffer		.B (3/3x)   - controls feedback mode 
"glFinish	.B (3/3x)	- block until all GL execution is complete 
"glFlush	.B (3/3x)	- force execution of GL commands in finite time 
"glFogf 	.B (3/3x)	- specify fog parameters 
"glFrontFace	.B (3/3x)	- define front- and back-facing polygons 
"glFrustum	.B (3/3x)	- multiply the current matrix by a perspective matrix 
"glGenLists	.B (3/3x)	- generate a contiguous set of empty display lists 
"glGenTextures	.B (3/3x)	- generate texture names 
"glGetBooleanv	.B (3/3x)	- return the value or values of a selected parameter 
"glGetClipPlane .B (3/3x)	- return the coefficients of the specified clipping plane 
"glGetColorTable		.B (3/3x)   - retrieve contents of a color lookup table 
"glGetColorTableParameterfv	.B (3/3x)   - get color lookup table parameters 
"glGetConvolutionFilter 	.B (3/3x)   - get current 1D or 2D convolution filter kernel 
"glGetConvolutionParameterfv	.B (3/3x)   - get convolution parameters 
"glGetError	.B (3/3x)	- return error information 
"glGetHistogram .B (3/3x)	- get histogram table 
"glGetHistogramParameterfv	.B (3/3x)   - get histogram parameters 
"glGetLightfv	.B (3/3x)	- return light source parameter values 
"glGetMapdv	.B (3/3x)	- return evaluator parameters 
"glGetMaterialfv		.B (3/3x)   - return material parameters 
"glGetMinmax	.B (3/3x)	- get minimum and maximum pixel values 
"glGetMinmaxParameterfv 	.B (3/3x)   - get minmax parameters 
"glGetPixelMapfv		.B (3/3x)   - return the specified pixel map 
"glGetPointerv	.B (3/3x)	- return the address of the specified pointer 
"glGetPolygonStipple		.B (3/3x)   - return the polygon stipple pattern 
"glGetSeparableFilter		.B (3/3x)   - get separable convolution filter kernel images 
"glGetTexEnvfv	.B (3/3x)	- return texture environment parameters 
"glGetTexGendv	.B (3/3x)	- return texture coordinate generation parameters 
"glGetTexImage	.B (3/3x)	- return a texture image 
"glGetTexLevelParameterfv	.B (3/3x)   - return texture parameter values for a specific level of detail 
"glGetTexParameterfv		.B (3/3x)   - return texture parameter values 
"glHint 	.B (3/3x)	- specify implementation-specific hints 
"glHistogram	.B (3/3x)	- define histogram table 
"glIndexMask	.B (3/3x)	- control the writing of individual bits in the color index buffers 
"glIndexPointer .B (3/3x)	- define an array of color indexes 
"glIndexd	.B (3/3x)	- set the current color index  .P
"glInitNames	.B (3/3x)	- initialize the name stack 
"glInterleavedArrays		.B (3/3x)   - simultaneously specify and enable several interleaved arrays 
"glIsEnabled	.B (3/3x)	- test whether a capability is enabled 
"glIsList	.B (3/3x)	- determine if a name corresponds to a display-list 
"glIsTexture	.B (3/3x)	- determine if a name corresponds to a texture 
"glLightModelf	.B (3/3x)	- set the lighting model parameters 
"glLightf	.B (3/3x)	- set light source parameters 
"glLineStipple	.B (3/3x)	- specify the line stipple pattern 
"glLineWidth	.B (3/3x)	- specify the width of rasterized lines 
"glListBase	.B (3/3x)	- set the display-list base for \%glCallLists 
"glLoadIdentity .B (3/3x)	- replace the current matrix with the identity matrix 
"glLoadMatrixd	.B (3/3x)	- replace the current matrix with the specified matrix 
"glLoadName	.B (3/3x)	- load a name onto the name stack 
"glLogicOp	.B (3/3x)	- specify a logical pixel operation for color index rendering 
"glMap1d	.B (3/3x)	- define a one-dimensional evaluator 
"glMap2d	.B (3/3x)	- define a two-dimensional evaluator 
"glMapGrid1d	.B (3/3x)	- define a one- or two-dimensional mesh 
"glMaterialf	.B (3/3x)	- specify material parameters for the lighting model 
"glMatrixMode	.B (3/3x)	- specify which matrix is the current matrix 
"glMinmax	.B (3/3x)	- define minmax table 
"glMultMatrixd	.B (3/3x)	- multiply the current matrix with the specified matrix 
"glMultiTexCoord1dARB		.B (3/3x)   - set the current texture coordinates 
"glNewList	.B (3/3x)	- create or replace a display list 
"glNormal3b	.B (3/3x)	- set the current normal vector  .EQ delim $$ .EN
"glNormalPointer		.B (3/3x)   - define an array of normals 
"glOrtho	.B (3/3x)	- multiply the current matrix with an orthographic matrix 
"glPassThrough	.B (3/3x)	- place a marker in the feedback buffer 
"glPixelMapfv	.B (3/3x)	- set up pixel transfer maps 
"glPixelStoref	.B (3/3x)	- set pixel storage modes 
"glPixelTransferf		.B (3/3x)   - set pixel transfer modes 
"glPixelZoom	.B (3/3x)	- specify the pixel zoom factors 
"glPointSize	.B (3/3x)	- specify the diameter of rasterized points 
"glPolygonMode	.B (3/3x)	- select a polygon rasterization mode 
"glPolygonOffset		.B (3/3x)   - set the scale and units used to calculate depth values 
"glPolygonStipple		.B (3/3x)   - set the polygon stippling pattern 
"glPrioritizeTextures		.B (3/3x)   - set texture residence priority 
"glPushAttrib	.B (3/3x)	- push and pop the server attribute stack 
"glPushClientAttrib		.B (3/3x)   - push and pop the client attribute stack 
"glPushMatrix	.B (3/3x)	- push and pop the current matrix stack 
"glPushName	.B (3/3x)	- push and pop the name stack 
"glRasterPos2d	.B (3/3x)	- specify the raster position for pixel operations 
"glReadBuffer	.B (3/3x)	- select a color buffer source for pixels 
"glReadPixels	.B (3/3x)	- read a block of pixels from the frame buffer 
"glRectd	.B (3/3x)	- draw a rectangle 
"glRenderMode	.B (3/3x)	- set rasterization mode 
"glResetHistogram		.B (3/3x)   - reset histogram table entries to zero 
"glResetMinmax	.B (3/3x)	- reset minmax table entries to initial values 
"glRotated	.B (3/3x)	- multiply the current matrix by a rotation matrix 
"glScaled	.B (3/3x)	- multiply the current matrix by a general scaling matrix 
"glScissor	.B (3/3x)	- define the scissor box 
"glSelectBuffer .B (3/3x)	- establish a buffer for selection mode values 
"glSeparableFilter2D		.B (3/3x)   - define a separable two-dimensional convolution filter 
"glShadeModel	.B (3/3x)	- select flat or smooth shading 
"glStencilFunc	.B (3/3x)	- set function and reference value for stencil testing	.EQ delim $$ .EN
"glStencilMask	.B (3/3x)	- control the writing of individual bits in the stencil planes 
"glStencilOp	.B (3/3x)	- set stencil test actions  .EQ delim $$ .EN
"glTexCoord1d	.B (3/3x)	- set the current texture coordinates 
"glTexCoordPointer		.B (3/3x)   - define an array of texture coordinates 
"glTexEnvf	.B (3/3x)	- set texture environment parameters 
"glTexGend	.B (3/3x)	- control the generation of texture coordinates 
"glTexImage1D	.B (3/3x)	- specify a one-dimensional texture image 
"glTexImage2D	.B (3/3x)	- specify a two-dimensional texture image 
"glTexImage3D	.B (3/3x)	- specify a three-dimensional texture image 
"glTexParameterf		.B (3/3x)   - set texture parameters 
"glTexSubImage1D		.B (3/3x)   - specify a one-dimensional texture subimage 
"glTexSubImage2D		.B (3/3x)   - specify a two-dimensional texture subimage 
"glTexSubImage3D		.B (3/3x)   - specify a three-dimensional texture subimage 
"glTranslated	.B (3/3x)	- multiply the current matrix by a translation matrix 
"glVertex2d	.B (3/3x)	- specify a vertex 
"glVertexPointer		.B (3/3x)   - define an array of vertex data  
"glViewport	.B (3/3x)	- set the viewport 
"gluBeginCurve	.B (3/3x)	- delimit a NURBS curve definition 
"gluBeginPolygon		.B (3/3x)   - delimit a polygon description 
"gluBeginSurface		.B (3/3x)   - delimit a NURBS surface definition 
"gluBeginTrim	.B (3/3x)	- delimit a NURBS trimming loop definition 
"gluBuild1DMipmaps		.B (3/3x)   - builds a one-dimensional mipmap 
"gluBuild2DMipmaps		.B (3/3x)   - builds a two-dimensional mipmap 
"gluCylinder	.B (3/3x)	- draw a cylinder 
"gluDeleteNurbsRenderer 	.B (3/3x)   - destroy a NURBS object 
"gluDeleteQuadric		.B (3/3x)   - destroy a quadrics object 
"gluDeleteTess	.B (3/3x)	- destroy a tessellation object 
"gluDisk	.B (3/3x)	- draw a disk 
"gluErrorString .B (3/3x)	- produce an error string from a GL or GLU error code 
"gluGetNurbsProperty		.B (3/3x)   - get a NURBS property 
"gluGetString	.B (3/3x)	- return a string describing the GLU version or GLU extensions	
"gluGetTessProperty		.B (3/3x)   - get a tessellation object property 
"gluLoadSamplingMatrices	.B (3/3x)   - load NURBS sampling and culling matrices 
"gluLookAt	.B (3/3x)	- define a viewing transformation 
"gluNewNurbsRenderer		.B (3/3x)   - create a NURBS object 
"gluNewQuadric	.B (3/3x)	- create a quadrics object 
"gluNewTess	.B (3/3x)	- create a tessellation object 
"gluNextContour .B (3/3x)	- mark the beginning of another contour 
"gluNurbsCallback		.B (3/3x)   - define a callback for a NURBS object 
"gluNurbsCallbackDataEXT	.B (3/3x)   - set a user data pointer 
"gluNurbsCurve	.B (3/3x)	- define the shape of a NURBS curve 
"gluNurbsProperty		.B (3/3x)   - set a NURBS property 
"gluNurbsSurface		.B (3/3x)   - define the shape of a NURBS surface 
"gluOrtho2D	.B (3/3x)	- define a 2D orthographic projection matrix 
"gluPartialDisk .B (3/3x)	- draw an arc of a disk 
"gluPerspective .B (3/3x)	- set up a perspective projection matrix 
"gluPickMatrix	.B (3/3x)	- define a picking region 
"gluProject	.B (3/3x)	- map object coordinates to window coordinates 
"gluPwlCurve	.B (3/3x)	- describe a piecewise linear NURBS trimming curve 
"gluQuadricCallback		.B (3/3x)   - define a callback for a quadrics object 
"gluQuadricDrawStyle		.B (3/3x)   - specify the draw style desired for quadrics 
"gluQuadricNormals		.B (3/3x)   - specify what kind of normals are desired for quadrics 
"gluQuadricOrientation		.B (3/3x)   - specify inside/outside orientation for quadrics 
"gluQuadricTexture		.B (3/3x)   - specify if texturing is desired for quadrics 
"gluScaleImage	.B (3/3x)	- scale an image to an arbitrary size 
"gluSphere	.B (3/3x)	- draw a sphere 
"gluTessBeginContour		.B (3/3x)   - delimit a contour description 
"gluTessBeginPolygon		.B (3/3x)   - delimit a polygon description 
"gluTessCallback		.B (3/3x)   - define a callback for a tessellation object 
"gluTessEndPolygon		.B (3/3x)   - delimit a polygon description 
"gluTessNormal	.B (3/3x)	- specify a normal for a polygon 
"gluTessProperty		.B (3/3x)   - set a tessellation object property 
"gluTessVertex	.B (3/3x)	- specify a vertex on a polygon 
"gluUnProject	.B (3/3x)	- map window coordinates to object coordinates 
.B		.B (3/3x)	- bind a named texture to a texturing target 
.B		.B (3/3x)	- block until all GL execution is complete 
.B		.B (3/3x)	- builds a one-dimensional mipmap 
.B		.B (3/3x)	- builds a two-dimensional mipmap 
.B		.B (3/3x)	- cause a material color to track the current color 
.B		.B (3/3x)	- clear buffers to preset values 
.B		.B (3/3x)	- compute a one- or two-dimensional grid of points or lines 
.B		.B (3/3x)	- control the generation of texture coordinates 
.B		.B (3/3x)	- control the writing of individual bits in the color index buffers 
.B		.B (3/3x)	- control the writing of individual bits in the stencil planes 
.B		.B (3/3x)	- controls feedback mode 
.B		.B (3/3x)	- copy a one-dimensional texture subimage 
.B		.B (3/3x)	- copy a three-dimensional texture subimage 
.B		.B (3/3x)	- copy a two-dimensional texture subimage 
.B		.B (3/3x)	- copy pixels in the frame buffer 
.B		.B (3/3x)	- copy pixels into a 1D texture image 
.B		.B (3/3x)	- copy pixels into a 2D texture image 
.B		.B (3/3x)	- copy pixels into a color table 
.B		.B (3/3x)	- copy pixels into a one-dimensional convolution filter 
.B		.B (3/3x)	- copy pixels into a two-dimensional convolution filter 
.B		.B (3/3x)	- create a NURBS object 
.B		.B (3/3x)	- create a quadrics object 
.B		.B (3/3x)	- create a tessellation object 
.B		.B (3/3x)	- create or replace a display list 
.B		.B (3/3x)	- define a 2D orthographic projection matrix 
.B		.B (3/3x)	- define a callback for a NURBS object 
.B		.B (3/3x)	- define a callback for a quadrics object 
.B		.B (3/3x)	- define a callback for a tessellation object 
.B		.B (3/3x)	- define a color lookup table 
.B		.B (3/3x)	- define a one- or two-dimensional mesh 
.B		.B (3/3x)	- define a one-dimensional convolution filter 
.B		.B (3/3x)	- define a one-dimensional evaluator 
.B		.B (3/3x)	- define a picking region 
.B		.B (3/3x)	- define a separable two-dimensional convolution filter 
.B		.B (3/3x)	- define a two-dimensional convolution filter 
.B		.B (3/3x)	- define a two-dimensional evaluator 
.B		.B (3/3x)	- define a viewing transformation 
.B		.B (3/3x)	- define an array of color indexes 
.B		.B (3/3x)	- define an array of colors 
.B		.B (3/3x)	- define an array of edge flags 
.B		.B (3/3x)	- define an array of normals 
.B		.B (3/3x)	- define an array of texture coordinates 
.B		.B (3/3x)	- define an array of vertex data  
.B		.B (3/3x)	- define front- and back-facing polygons 
.B		.B (3/3x)	- define histogram table 
.B		.B (3/3x)	- define minmax table 
.B		.B (3/3x)	- define the scissor box 
.B		.B (3/3x)	- define the shape of a NURBS curve 
.B		.B (3/3x)	- define the shape of a NURBS surface 
.B		.B (3/3x)	- delete a contiguous group of display lists 
.B		.B (3/3x)	- delete named textures 
.B		.B (3/3x)	- delimit a NURBS curve definition 
.B		.B (3/3x)	- delimit a NURBS surface definition 
.B		.B (3/3x)	- delimit a NURBS trimming loop definition 
.B		.B (3/3x)	- delimit a contour description 
.B		.B (3/3x)	- delimit a polygon description 
.B		.B (3/3x)	- delimit a polygon description 
.B		.B (3/3x)	- delimit a polygon description 
.B		.B (3/3x)	- delimit the vertices of a primitive or a group of like primitives 
.B		.B (3/3x)	- describe a piecewise linear NURBS trimming curve 
.B		.B (3/3x)	- destroy a NURBS object 
.B		.B (3/3x)	- destroy a quadrics object 
.B		.B (3/3x)	- destroy a tessellation object 
.B		.B (3/3x)	- determine if a name corresponds to a display-list 
.B		.B (3/3x)	- determine if a name corresponds to a texture 
.B		.B (3/3x)	- determine if textures are loaded in texture memory 
.B		.B (3/3x)	- draw a bitmap 
.B		.B (3/3x)	- draw a cylinder 
.B		.B (3/3x)	- draw a disk 
.B		.B (3/3x)	- draw a rectangle 
.B		.B (3/3x)	- draw a sphere 
.B		.B (3/3x)	- draw an arc of a disk 
.B		.B (3/3x)	- enable and disable writing of frame buffer color components 
.B		.B (3/3x)	- enable or disable client-side capability 
.B		.B (3/3x)	- enable or disable server-side GL capabilities 
.B		.B (3/3x)	- enable or disable writing into the depth buffer 
.B		.B (3/3x)	- establish a buffer for selection mode values 
.B		.B (3/3x)	- evaluate enabled one- and two-dimensional maps  .EQ delim $$ .EN
.B		.B (3/3x)	- execute a display list 
.B		.B (3/3x)	- execute a list of display lists 
.B		.B (3/3x)	- flag edges as either boundary or nonboundary 
.B		.B (3/3x)	- force execution of GL commands in finite time 
.B		.B (3/3x)	- generate a contiguous set of empty display lists 
.B		.B (3/3x)	- generate and evaluate a single point in a mesh 
.B		.B (3/3x)	- generate texture names 
.B		.B (3/3x)	- get a NURBS property 
.B		.B (3/3x)	- get a tessellation object property 
.B		.B (3/3x)	- get color lookup table parameters 
.B		.B (3/3x)	- get convolution parameters 
.B		.B (3/3x)	- get current 1D or 2D convolution filter kernel 
.B		.B (3/3x)	- get histogram parameters 
.B		.B (3/3x)	- get histogram table 
.B		.B (3/3x)	- get minimum and maximum pixel values 
.B		.B (3/3x)	- get minmax parameters 
.B		.B (3/3x)	- get separable convolution filter kernel images 
.B		.B (3/3x)	- initialize the name stack 
.B		.B (3/3x)	- load NURBS sampling and culling matrices 
.B		.B (3/3x)	- load a name onto the name stack 
.B		.B (3/3x)	- map object coordinates to window coordinates 
.B		.B (3/3x)	- map window coordinates to object coordinates 
.B		.B (3/3x)	- mark the beginning of another contour 
.B		.B (3/3x)	- multiply the current matrix by a general scaling matrix 
.B		.B (3/3x)	- multiply the current matrix by a perspective matrix 
.B		.B (3/3x)	- multiply the current matrix by a rotation matrix 
.B		.B (3/3x)	- multiply the current matrix by a translation matrix 
.B		.B (3/3x)	- multiply the current matrix with an orthographic matrix 
.B		.B (3/3x)	- multiply the current matrix with the specified matrix 
.B		.B (3/3x)	- operate on the accumulation buffer 
.B		.B (3/3x)	- place a marker in the feedback buffer 
.B		.B (3/3x)	- produce an error string from a GL or GLU error code 
.B		.B (3/3x)	- push and pop the client attribute stack 
.B		.B (3/3x)	- push and pop the current matrix stack 
.B		.B (3/3x)	- push and pop the name stack 
.B		.B (3/3x)	- push and pop the server attribute stack 
.B		.B (3/3x)	- read a block of pixels from the frame buffer 
.B		.B (3/3x)	- render a vertex using the specified vertex array element 
.B		.B (3/3x)	- render primitives from array data 
.B		.B (3/3x)	- render primitives from array data 
.B		.B (3/3x)	- render primitives from array data 
.B		.B (3/3x)	- replace the current matrix with the identity matrix 
.B		.B (3/3x)	- replace the current matrix with the specified matrix 
.B		.B (3/3x)	- reset histogram table entries to zero 
.B		.B (3/3x)	- reset minmax table entries to initial values 
.B		.B (3/3x)	- respecify a portion of a color table 
.B		.B (3/3x)	- respecify a portion of a color table 
.B		.B (3/3x)	- retrieve contents of a color lookup table 
.B		.B (3/3x)	- return a string describing the GLU version or GLU extensions	
.B		.B (3/3x)	- return a texture image 
.B		.B (3/3x)	- return error information 
.B		.B (3/3x)	- return evaluator parameters 
.B		.B (3/3x)	- return light source parameter values 
.B		.B (3/3x)	- return material parameters 
.B		.B (3/3x)	- return texture coordinate generation parameters 
.B		.B (3/3x)	- return texture environment parameters 
.B		.B (3/3x)	- return texture parameter values 
.B		.B (3/3x)	- return texture parameter values for a specific level of detail 
.B		.B (3/3x)	- return the address of the specified pointer 
.B		.B (3/3x)	- return the coefficients of the specified clipping plane 
.B		.B (3/3x)	- return the polygon stipple pattern 
.B		.B (3/3x)	- return the specified pixel map 
.B		.B (3/3x)	- return the value or values of a selected parameter 
.B		.B (3/3x)	- scale an image to an arbitrary size 
.B		.B (3/3x)	- select a color buffer source for pixels 
.B		.B (3/3x)	- select a polygon rasterization mode 
.B		.B (3/3x)	- select active texture unit 
.B		.B (3/3x)	- select active texture unit 
.B		.B (3/3x)	- select flat or smooth shading 
.B		.B (3/3x)	- set a NURBS property 
.B		.B (3/3x)	- set a tessellation object property 
.B		.B (3/3x)	- set a user data pointer 
.B		.B (3/3x)	- set color lookup table parameters 
.B		.B (3/3x)	- set convolution parameters 
.B		.B (3/3x)	- set function and reference value for stencil testing	.EQ delim $$ .EN
.B		.B (3/3x)	- set light source parameters 
.B		.B (3/3x)	- set pixel storage modes 
.B		.B (3/3x)	- set pixel transfer modes 
.B		.B (3/3x)	- set rasterization mode 
.B		.B (3/3x)	- set stencil test actions  .EQ delim $$ .EN
.B		.B (3/3x)	- set texture environment parameters 
.B		.B (3/3x)	- set texture parameters 
.B		.B (3/3x)	- set texture residence priority 
.B		.B (3/3x)	- set the blend color 
.B		.B (3/3x)	- set the blend equation 
.B		.B (3/3x)	- set the current color 
.B		.B (3/3x)	- set the current color index  .P
.B		.B (3/3x)	- set the current normal vector  .EQ delim $$ .EN
.B		.B (3/3x)	- set the current texture coordinates 
.B		.B (3/3x)	- set the current texture coordinates 
.B		.B (3/3x)	- set the display-list base for \%glCallLists 
.B		.B (3/3x)	- set the lighting model parameters 
.B		.B (3/3x)	- set the polygon stippling pattern 
.B		.B (3/3x)	- set the scale and units used to calculate depth values 
.B		.B (3/3x)	- set the viewport 
.B		.B (3/3x)	- set up a perspective projection matrix 
.B		.B (3/3x)	- set up pixel transfer maps 
.B		.B (3/3x)	- simultaneously specify and enable several interleaved arrays 
.B		.B (3/3x)	- specify a logical pixel operation for color index rendering 
.B		.B (3/3x)	- specify a normal for a polygon 
.B		.B (3/3x)	- specify a one-dimensional texture image 
.B		.B (3/3x)	- specify a one-dimensional texture subimage 
.B		.B (3/3x)	- specify a plane against which all geometry is clipped 
.B		.B (3/3x)	- specify a three-dimensional texture image 
.B		.B (3/3x)	- specify a three-dimensional texture subimage 
.B		.B (3/3x)	- specify a two-dimensional texture image 
.B		.B (3/3x)	- specify a two-dimensional texture subimage 
.B		.B (3/3x)	- specify a vertex 
.B		.B (3/3x)	- specify a vertex on a polygon 
.B		.B (3/3x)	- specify clear values for the accumulation buffer 
.B		.B (3/3x)	- specify clear values for the color buffers 
.B		.B (3/3x)	- specify fog parameters 
.B		.B (3/3x)	- specify if texturing is desired for quadrics 
.B		.B (3/3x)	- specify implementation-specific hints 
.B		.B (3/3x)	- specify inside/outside orientation for quadrics 
.B		.B (3/3x)	- specify mapping of depth values from normalized device coordinates to window coordinates 
.B		.B (3/3x)	- specify material parameters for the lighting model 
.B		.B (3/3x)	- specify pixel arithmetic 
.B		.B (3/3x)	- specify the alpha test function 
.B		.B (3/3x)	- specify the clear value for the color index buffers 
.B		.B (3/3x)	- specify the clear value for the depth buffer 
.B		.B (3/3x)	- specify the clear value for the stencil buffer 
.B		.B (3/3x)	- specify the diameter of rasterized points 
.B		.B (3/3x)	- specify the draw style desired for quadrics 
.B		.B (3/3x)	- specify the line stipple pattern 
.B		.B (3/3x)	- specify the pixel zoom factors 
.B		.B (3/3x)	- specify the raster position for pixel operations 
.B		.B (3/3x)	- specify the value used for depth buffer comparisons 
.B		.B (3/3x)	- specify the width of rasterized lines 
.B		.B (3/3x)	- specify what kind of normals are desired for quadrics 
.B		.B (3/3x)	- specify whether front- or back-facing facets can be culled 
.B		.B (3/3x)	- specify which color buffers are to be drawn into 
.B		.B (3/3x)	- specify which matrix is the current matrix 
.B		.B (3/3x)	- test whether a capability is enabled 
.B		.B (3/3x)	- write a block of pixels to the frame buffer 
.TH		.TH glXChooseVisual - return a visual that matches specified attributes 
.TH		.TH glXCopyContext  - copy state from one rendering context to another 
.TH		.TH glXCreateContext	- create a new GLX rendering context 
.TH		.TH glXCreateGLXPixmap	- create an off-screen GLX rendering area 
.TH		.TH glXDestroyContext	- destroy a GLX context 
.TH		.TH glXDestroyGLXPixmap - destroy a GLX pixmap 
.TH		.TH glXFreeContextEXT	- free client-side memory for imported context 
.TH		.TH glXGetClientString	- return a string describing the client 
.TH		.TH glXGetConfig    - return information about GLX visuals 
.TH		.TH glXGetContextIDEXT	- get the XID for a context. 
.TH		.TH glXGetCurrentContext    - return the current context 
.TH		.TH glXGetCurrentDisplay    - get display for current context 
.TH		.TH glXGetCurrentDrawable   - return the current drawable 
.TH		.TH glXImportContextEXT - import another process's indirect rendering context. 
.TH		.TH glXIntro	- Introduction to OpenGL in the X window system 
.TH		.TH glXIsDirect - indicate whether direct rendering is enabled 
.TH		.TH glXMakeCurrent  - attach a GLX context to a window or a GLX pixmap 
.TH		.TH glXQueryContextInfoEXT  - query context information 
.TH		.TH glXQueryExtension	- indicate whether the GLX extension is supported 
.TH		.TH glXQueryExtensionsString	- return list of supported extensions 
.TH		.TH glXQueryServerString    - return string describing the server 
.TH		.TH glXQueryVersion - return the version numbers of the GLX extension 
.TH		.TH glXSwapBuffers  - exchange front and back buffers 
.TH		.TH glXUseXFont - create bitmap display lists from an X font 
.TH		.TH glXWaitGL	- complete GL execution prior to subsequent X calls 
.TH		.TH glXWaitX	- complete X execution prior to subsequent GL calls 
AllPlanes	AllPlanes (3/3x)    - Display macros and functions
AppleWM 	AppleWM (3/3x)	- Apple rootless window management extension.
BitmapBitOrder	ImageByteOrder (3/3x)	- image format functions and macros
BitmapPad	ImageByteOrder (3/3x)	- image format functions and macros
BitmapUnit	ImageByteOrder (3/3x)	- image format functions and macros
BlackPixel	AllPlanes (3/3x)    - Display macros and functions
BlackPixelOfScreen		BlackPixelOfScreen (3/3x)   - screen information functions and macros
CellsOfScreen	BlackPixelOfScreen (3/3x)   - screen information functions and macros
ClientWhitePointOfCCC		DisplayOfCCC (3/3x) - Color Conversion Context macros
ConnectionNumber		AllPlanes (3/3x)    - Display macros and functions
DBE		DBE (3/3x)	- Double Buffer Extension
DMX		DMX (3/3x)	- X Window System DMX (Distributed Multihead X) extension
DMXAddBackendInput		DMXAddInput (3/3x)  - attach a new input
DMXAddConsoleInput		DMXAddInput (3/3x)  - attach a new input
DMXAddInput	DMXAddInput (3/3x)  - attach a new input
DMXAddScreen	DMXAddScreen (3/3x) - attach a new back-end screen
DMXChangeDesktopAttributes	DMXChangeDesktopAttributes (3/3x)   - change global bounding box
DMXChangeScreensAttributes	DMXChangeScreensAttributes (3/3x)   - change back-end screen attributes
DMXForceWindowCreation		DMXForceWindowCreation (3/3x)	- force immediate back-end window creation
DMXGetDesktopAttributes 	DMXGetDesktopAttributes (3/3x)	- determine global bounding box
DMXGetInputAttributes		DMXGetInputAttributes (3/3x)	- determine input device attributes
DMXGetInputCount		DMXGetInputCount (3/3x) - determine number of input devices
DMXGetScreenAttributes		DMXGetScreenAttributes (3/3x)	- determine back-end screen attributes
DMXGetScreenCount		DMXGetScreenCount (3/3x)    - determine number of back-end screens
DMXGetWindowAttributes		DMXGetWindowAttributes (3/3x)	- determine back-end window attributes
DMXQueryExtension		DMXQueryExtension (3/3x)    - determine if DMX is available
DMXQueryVersion DMXQueryVersion (3/3x)	- determine DMX extension version
DMXRemoveInput	DMXRemoveInput (3/3x)	- detach an input
DMXRemoveScreen DMXRemoveScreen (3/3x)	- detach a back-end screen
DMXSync 	DMXSync (3/3x)	- flush protocol requests between Xdmx and back-end X servers
DefaultColormap AllPlanes (3/3x)    - Display macros and functions
DefaultColormapOfScreen 	BlackPixelOfScreen (3/3x)   - screen information functions and macros
DefaultDepth	AllPlanes (3/3x)    - Display macros and functions
DefaultDepthOfScreen		BlackPixelOfScreen (3/3x)   - screen information functions and macros
DefaultGC	AllPlanes (3/3x)    - Display macros and functions
DefaultGCOfScreen		BlackPixelOfScreen (3/3x)   - screen information functions and macros
DefaultRootWindow		AllPlanes (3/3x)    - Display macros and functions
DefaultScreen	AllPlanes (3/3x)    - Display macros and functions
DefaultScreenOfDisplay		AllPlanes (3/3x)    - Display macros and functions
DefaultVisual	AllPlanes (3/3x)    - Display macros and functions
DefaultVisualOfScreen		BlackPixelOfScreen (3/3x)   - screen information functions and macros
DisplayCells	AllPlanes (3/3x)    - Display macros and functions
DisplayHeight	ImageByteOrder (3/3x)	- image format functions and macros
DisplayHeightMM ImageByteOrder (3/3x)	- image format functions and macros
DisplayOfCCC	DisplayOfCCC (3/3x) - Color Conversion Context macros
DisplayOfScreen BlackPixelOfScreen (3/3x)   - screen information functions and macros
DisplayPlanes	AllPlanes (3/3x)    - Display macros and functions
DisplayString	AllPlanes (3/3x)    - Display macros and functions
DisplayWidth	ImageByteOrder (3/3x)	- image format functions and macros
DisplayWidthMM	ImageByteOrder (3/3x)	- image format functions and macros
DoesBackingStore		BlackPixelOfScreen (3/3x)   - screen information functions and macros
DoesSaveUnders	BlackPixelOfScreen (3/3x)   - screen information functions and macros
EventMaskOfScreen		BlackPixelOfScreen (3/3x)   - screen information functions and macros
GLXCHOOSEVISUAL3/3x		.TH glXChooseVisual - return a visual that matches specified attributes 
GLXCOPYCONTEXT3/3x		.TH glXCopyContext  - copy state from one rendering context to another 
GLXCREATECONTEXT3/3x		.TH glXCreateContext	- create a new GLX rendering context 
GLXCREATEGLXPIXMAP3/3x		.TH glXCreateGLXPixmap	- create an off-screen GLX rendering area 
GLXDESTROYCONTEXT3/3x		.TH glXDestroyContext	- destroy a GLX context 
GLXDESTROYGLXPIXMAP3/3x 	.TH glXDestroyGLXPixmap - destroy a GLX pixmap 
GLXFREECONTEXTEXT3/3x		.TH glXFreeContextEXT	- free client-side memory for imported context 
GLXGETCLIENTSTRING3/3x		.TH glXGetClientString	- return a string describing the client 
GLXGETCONFIG3/3x		.TH glXGetConfig    - return information about GLX visuals 
GLXGETCONTEXTIDEXT3/3x		.TH glXGetContextIDEXT	- get the XID for a context. 
GLXGETCURRENTCONTEXT3/3x	.TH glXGetCurrentContext    - return the current context 
GLXGETCURRENTDISPLAY3/3x	.TH glXGetCurrentDisplay    - get display for current context 
GLXGETCURRENTDRAWABLE3/3x	.TH glXGetCurrentDrawable   - return the current drawable 
GLXIMPORTCONTEXTEXT3/3x 	.TH glXImportContextEXT - import another process's indirect rendering context. 
GLXINTRO3/3x	.TH glXIntro	- Introduction to OpenGL in the X window system 
GLXISDIRECT3/3x .TH glXIsDirect - indicate whether direct rendering is enabled 
GLXMAKECURRENT3/3x		.TH glXMakeCurrent  - attach a GLX context to a window or a GLX pixmap 
GLXQUERYCONTEXTINFOEXT3/3x	.TH glXQueryContextInfoEXT  - query context information 
GLXQUERYEXTENSION3/3x		.TH glXQueryExtension	- indicate whether the GLX extension is supported 
GLXQUERYEXTENSIONSSTRING3/3x	.TH glXQueryExtensionsString	- return list of supported extensions 
GLXQUERYSERVERSTRING3/3x	.TH glXQueryServerString    - return string describing the server 
GLXQUERYVERSION3/3x		.TH glXQueryVersion - return the version numbers of the GLX extension 
GLXSWAPBUFFERS3/3x		.TH glXSwapBuffers  - exchange front and back buffers 
GLXUSEXFONT3/3x .TH glXUseXFont - create bitmap display lists from an X font 
GLXWAITGL3/3x	.TH glXWaitGL	- complete GL execution prior to subsequent X calls 
GLXWAITX3/3x	.TH glXWaitX	- complete X execution prior to subsequent GL calls 
HeightMMOfScreen		BlackPixelOfScreen (3/3x)   - screen information functions and macros
HeightOfScreen	BlackPixelOfScreen (3/3x)   - screen information functions and macros
ImageByteOrder	ImageByteOrder (3/3x)	- image format functions and macros
IsCursorKey	IsCursorKey (3/3x)  - keysym classification macros
IsFunctionKey	IsCursorKey (3/3x)  - keysym classification macros
IsKeypadKey	IsCursorKey (3/3x)  - keysym classification macros
IsMiscFunctionKey		IsCursorKey (3/3x)  - keysym classification macros
IsModiferKey	IsCursorKey (3/3x)  - keysym classification macros
IsPFKey 	IsCursorKey (3/3x)  - keysym classification macros
IsPrivateKeypadKey		IsCursorKey (3/3x)  - keysym classification macros
LastKnownRequestProcessed	AllPlanes (3/3x)    - Display macros and functions
MaxCmapsOfScreen		BlackPixelOfScreen (3/3x)   - screen information functions and macros
MinCmapsOfScreen		BlackPixelOfScreen (3/3x)   - screen information functions and macros
NextRequest	AllPlanes (3/3x)    - Display macros and functions
PlanesOfScreen	BlackPixelOfScreen (3/3x)   - screen information functions and macros
PolyglotMan	PolyglotMan (1/1x)  - reverse compile man pages from formatted	form to a number of source formats 
ProtocolRevision		AllPlanes (3/3x)    - Display macros and functions
ProtocolVersion AllPlanes (3/3x)    - Display macros and functions
QLength 	AllPlanes (3/3x)    - Display macros and functions
RootWindow	AllPlanes (3/3x)    - Display macros and functions
RootWindowOfScreen		BlackPixelOfScreen (3/3x)   - screen information functions and macros
ScreenCount	AllPlanes (3/3x)    - Display macros and functions
ScreenNumberOfCCC		DisplayOfCCC (3/3x) - Color Conversion Context macros
ScreenOfDisplay AllPlanes (3/3x)    - Display macros and functions
ScreenWhitePointOfCCC		DisplayOfCCC (3/3x) - Color Conversion Context macros
ServerVendor	AllPlanes (3/3x)    - Display macros and functions
VendorRelease	AllPlanes (3/3x)    - Display macros and functions
VisualOfCCC	DisplayOfCCC (3/3x) - Color Conversion Context macros
WhitePixel	AllPlanes (3/3x)    - Display macros and functions
WhitePixelOfScreen		BlackPixelOfScreen (3/3x)   - screen information functions and macros
WidthMMOfScreen BlackPixelOfScreen (3/3x)   - screen information functions and macros
WidthOfScreen	BlackPixelOfScreen (3/3x)   - screen information functions and macros
X		X (5)		- a portable, network-transparent window system
XActivateScreenSaver		XSetScreenSaver (3/3x)	- manipulate the screen saver
XAddConnectionWatch		XAddConnectionWatch (3/3x)  - handle Xlib internal connections
XAddHost	XAddHost (3/3x) - control host access and host control structure
XAddHosts	XAddHost (3/3x) - control host access and host control structure
XAddPixel	XInitImage (3/3x)   - image utilities
XAddToSaveSet	XChangeSaveSet (3/3x)	- change a client's save set
XAllocClassHint XAllocClassHint (3/3x)	- allocate class hints structure and set or read a window's WM_CLASS property
XAllocColor	XAllocColor (3/3x)  - allocate and free colors
XAllocColorCells		XAllocColor (3/3x)  - allocate and free colors
XAllocColorPlanes		XAllocColor (3/3x)  - allocate and free colors
XAllocIconSize	XAllocIconSize (3/3x)	- allocate icon size structure and set or read a window's WM_ICON_SIZES property
XAllocNamedColor		XAllocColor (3/3x)  - allocate and free colors
XAllocSizeHints XAllocSizeHints (3/3x)	- allocate size hints structure and set or read a window's WM_NORMAL_HINTS property
XAllocStandardColormap		XAllocStandardColormap (3/3x)	- allocate, set, or read a standard colormap structure
XAllocWMHints	XAllocWMHints (3/3x)	- allocate window manager hints structure and set or read a window's WM_HINTS property
XAllowDeviceEvents		XAllowDeviceEvents (3/3x)   - release queued events
XAllowEvents	XAllowEvents (3/3x) - release queued events
XAnyEvent	XAnyEvent (3/3x)    - generic X event structures
XArc		XDrawArc (3/3x) - draw arcs and arc structure
XAutoRepeatOff	XChangeKeyboardControl (3/3x)	- manipulate keyboard settings and keyboard control structure
XAutoRepeatOn	XChangeKeyboardControl (3/3x)	- manipulate keyboard settings and keyboard control structure
XBaseFontNameListOfFontSet	XFontsOfFontSet (3/3x)	- obtain fontset information
XBell		XChangeKeyboardControl (3/3x)	- manipulate keyboard settings and keyboard control structure
XButtonEvent	XButtonEvent (3/3x) - KeyPress, KeyRelease, ButtonPress, ButtonRelease, and MotionNotify event structures
XCURSOR 	XCURSOR (3/3x)	- Cursor management library 
XChangeActivePointerGrab	XGrabPointer (3/3x) - grab the pointer
XChangeDeviceControl		XGetDeviceControl (3/3x)    - query and change input device controls
XChangeDeviceDontPropagateList	XChangeDeviceDontPropagateList (3/3x)	- query or change the dont-propagate-list for extension devices
XChangeDeviceKeyMapping 	XGetDeviceKeyMapping (3/3x) - query or change device key mappings
XChangeFeedbackControl		XGetFeedbackControl (3/3x)  - query and change input device feedbacks
XChangeGC	XCreateGC (3/3x)    - create or free graphics contexts and graphics context structure
XChangeKeyboardControl		XChangeKeyboardControl (3/3x)	- manipulate keyboard settings and keyboard control structure
XChangeKeyboardDevice		XChangeKeyboardDevice (3/3x)	- change which device is used as the X keyboard
XChangeKeyboardMapping		XChangeKeyboardMapping (3/3x)	- manipulate keyboard encoding and keyboard encoding structure
XChangePointerControl		XChangePointerControl (3/3x)	- control pointer 
XChangePointerDevice		XChangePointerDevice (3/3x) - change which device is the X pointer
XChangeProperty XGetWindowProperty (3/3x)   - obtain and change window properties
XChangeSaveSet	XChangeSaveSet (3/3x)	- change a client's save set
XChangeWindowAttributes 	XChangeWindowAttributes (3/3x)	- change window attributes
XChar2b 	XLoadFont (3/3x)    - load or unload fonts and font metric structures
XCharStruct	XLoadFont (3/3x)    - load or unload fonts and font metric structures
XCheckIfEvent	XIfEvent (3/3x) - check the event queue with a predicate procedure
XCheckMaskEvent XNextEvent (3/3x)   - select events by type
XCheckTypedEvent		XNextEvent (3/3x)   - select events by type
XCheckTypedWindowEvent		XNextEvent (3/3x)   - select events by type
XCheckWindowEvent		XNextEvent (3/3x)   - select events by type
XCirculateEvent XCirculateEvent (3/3x)	- CirculateNotify event structure
XCirculateRequestEvent		XCirculateRequestEvent (3/3x)	- CirculateRequest event structure
XCirculateSubwindows		XRaiseWindow (3/3x) - change window stacking order
XCirculateSubwindowsDown	XRaiseWindow (3/3x) - change window stacking order
XCirculateSubwindowsUp		XRaiseWindow (3/3x) - change window stacking order
XClassHint	XAllocClassHint (3/3x)	- allocate class hints structure and set or read a window's WM_CLASS property
XClearArea	XClearArea (3/3x)   - clear area or window
XClearWindow	XClearArea (3/3x)   - clear area or window
XClientMessageEvent		XClientMessageEvent (3/3x)  - ClientMessage event structure
XClipBox	XPolygonRegion (3/3x)	- generate regions
XCloseDevice	XOpenDevice (3/3x)  - open or close an extension input device
XCloseDisplay	XOpenDisplay (3/3x) - connect or disconnect to X server
XCloseIM	XOpenIM (3/3x)	- open, close, and otain input method information
XCloseOM	XOpenOM (3/3x)	- open output methods
XColor		XCreateColormap (3/3x)	- create, copy, or destroy colormaps and color structure
XColormapEvent	XColormapEvent (3/3x)	- ColormapNotify event structure
XConfigureEvent XConfigureEvent (3/3x)	- ConfigureNotify event structure
XConfigureRequestEvent		XConfigureRequestEvent (3/3x)	- ConfigureRequest event structure
XConfigureWindow		XConfigureWindow (3/3x) - configure windows and window changes structure
XContextDependentDrawing	XFontsOfFontSet (3/3x)	- obtain fontset information
XContextualDrawing		XFontsOfFontSet (3/3x)	- obtain fontset information
XConvertCase	XStringToKeysym (3/3x)	- convert keysyms
XConvertSelection		XSetSelectionOwner (3/3x)   - manipulate window selection
XCopyArea	XCopyArea (3/3x)    - copy areas
XCopyColormapAndFree		XCreateColormap (3/3x)	- create, copy, or destroy colormaps and color structure
XCopyGC 	XCreateGC (3/3x)    - create or free graphics contexts and graphics context structure
XCopyPlane	XCopyArea (3/3x)    - copy areas
XCreateBitmapFromData		XReadBitmapFile (3/3x)	- manipulate bitmaps
XCreateColormap XCreateColormap (3/3x)	- create, copy, or destroy colormaps and color structure
XCreateFontCursor		XCreateFontCursor (3/3x)    - create cursors
XCreateFontSet	XCreateFontSet (3/3x)	- create and free an international text drawing font set
XCreateGC	XCreateGC (3/3x)    - create or free graphics contexts and graphics context structure
XCreateGlyphCursor		XCreateFontCursor (3/3x)    - create cursors
XCreateIC	XCreateIC (3/3x)    - create, destroy, and obtain the input method of an input context
XCreateImage	XInitImage (3/3x)   - image utilities
XCreateOC	XCreateOC (3/3x)    - create output contexts
XCreatePixmap	XCreatePixmap (3/3x)	- create or destroy pixmaps
XCreatePixmapCursor		XCreateFontCursor (3/3x)    - create cursors
XCreatePixmapFromBitmapData	XReadBitmapFile (3/3x)	- manipulate bitmaps
XCreateRegion	XCreateRegion (3/3x)	- create or destroy regions
XCreateSimpleWindow		XCreateWindow (3/3x)	- create windows and window attributes structure
XCreateWindow	XCreateWindow (3/3x)	- create windows and window attributes structure
XCreateWindowEvent		XCreateWindowEvent (3/3x)   - CreateNotify event structure
XCrossingEvent	XCrossingEvent (3/3x)	- EnterNotify and LeaveNotify event structure
XDGA		XDGA (3/3x)	- XFree86 DGA extension client library
XDefaultString	XmbTextListToTextProperty (3/3x)    - convert text lists and text property structures
XDefineCursor	XDefineCursor (3/3x)	- define cursors
XDeleteContext	XSaveContext (3/3x) - associative look-up routines
XDeleteModifiermapEntry 	XChangeKeyboardMapping (3/3x)	- manipulate keyboard encoding and keyboard encoding structure
XDeleteProperty XGetWindowProperty (3/3x)   - obtain and change window properties
XDestroyIC	XCreateIC (3/3x)    - create, destroy, and obtain the input method of an input context
XDestroyImage	XInitImage (3/3x)   - image utilities
XDestroyOC	XCreateOC (3/3x)    - create output contexts
XDestroyRegion	XCreateRegion (3/3x)	- create or destroy regions
XDestroySubwindows		XDestroyWindow (3/3x)	- destroy windows
XDestroyWindow	XDestroyWindow (3/3x)	- destroy windows
XDestroyWindowEvent		XDestroyWindowEvent (3/3x)  - DestroyNotify event structure
XDeviceBell	XDeviceBell (3/3x)  - ring a bell on a device supported through the input extension
XDeviceTimeCoord		XGetDeviceMotionEvents (3/3x)	- get device motion history 
XDirectionalDependentDrawing	XFontsOfFontSet (3/3x)	- obtain fontset information
XDisableAccessControl		XAddHost (3/3x) - control host access and host control structure
XDisplayKeycodes		XChangeKeyboardMapping (3/3x)	- manipulate keyboard encoding and keyboard encoding structure
XDisplayMotionBufferSize	XSendEvent (3/3x)   - send events and pointer motion history structure
XDisplayName	XSetErrorHandler (3/3x) - default error handlers
XDisplayOfIM	XOpenIM (3/3x)	- open, close, and otain input method information
XDisplayOfOM	XOpenOM (3/3x)	- open output methods
XDrawArc	XDrawArc (3/3x) - draw arcs and arc structure
XDrawArcs	XDrawArc (3/3x) - draw arcs and arc structure
XDrawImageString		XDrawImageString (3/3x) - draw image text
XDrawImageString16		XDrawImageString (3/3x) - draw image text
XDrawLine	XDrawLine (3/3x)    - draw lines, polygons, and line structure
XDrawLines	XDrawLine (3/3x)    - draw lines, polygons, and line structure
XDrawPoint	XDrawPoint (3/3x)   - draw points and points structure
XDrawPoints	XDrawPoint (3/3x)   - draw points and points structure
XDrawRectangle	XDrawRectangle (3/3x)	- draw rectangles and rectangles structure
XDrawRectangles XDrawRectangle (3/3x)	- draw rectangles and rectangles structure
XDrawSegments	XDrawLine (3/3x)    - draw lines, polygons, and line structure
XDrawString	XDrawString (3/3x)  - draw text characters
XDrawString16	XDrawString (3/3x)  - draw text characters
XDrawText	XDrawText (3/3x)    - draw polytext text and text drawing structures
XDrawText16	XDrawText (3/3x)    - draw polytext text and text drawing structures
XEmptyRegion	XEmptyRegion (3/3x) - determine if regions are empty or equal
XEnableAccessControl		XAddHost (3/3x) - control host access and host control structure
XEqualRegion	XEmptyRegion (3/3x) - determine if regions are empty or equal
XErrorEvent	XErrorEvent (3/3x)  - X error event structure
XEvent		XAnyEvent (3/3x)    - generic X event structures
XEventsQueued	XFlush (3/3x)	- handle output buffer or event queue
XExposeEvent	XExposeEvent (3/3x) - Expose event structure
XExtendedMaxRequestSize 	AllPlanes (3/3x)    - Display macros and functions
XExtentsOfFontSet		XExtentsOfFontSet (3/3x)    - obtain the maximum extents structure for a font set
XF86Config	XF86Config (4)	- Configuration File for XFree86
XF86VidModeDeleteModeLine	XF86VidModeQueryExtension (3/3x)    - XFree86-VidMode extension interface functions
XF86VidModeGetAllModeLines	XF86VidModeQueryExtension (3/3x)    - XFree86-VidMode extension interface functions
XF86VidModeGetDotClocks 	XF86VidModeQueryExtension (3/3x)    - XFree86-VidMode extension interface functions
XF86VidModeGetGamma		XF86VidModeQueryExtension (3/3x)    - XFree86-VidMode extension interface functions
XF86VidModeGetGammaRamp 	XF86VidModeQueryExtension (3/3x)    - XFree86-VidMode extension interface functions
XF86VidModeGetGammaRampSize	XF86VidModeQueryExtension (3/3x)    - XFree86-VidMode extension interface functions
XF86VidModeGetModeLine		XF86VidModeQueryExtension (3/3x)    - XFree86-VidMode extension interface functions
XF86VidModeGetMonitor		XF86VidModeQueryExtension (3/3x)    - XFree86-VidMode extension interface functions
XF86VidModeGetPermissions	XF86VidModeQueryExtension (3/3x)    - XFree86-VidMode extension interface functions
XF86VidModeGetViewPort		XF86VidModeQueryExtension (3/3x)    - XFree86-VidMode extension interface functions
XF86VidModeLockModeSwitch	XF86VidModeQueryExtension (3/3x)    - XFree86-VidMode extension interface functions
XF86VidModeModModeLine		XF86VidModeQueryExtension (3/3x)    - XFree86-VidMode extension interface functions
XF86VidModeQueryExtension	XF86VidModeQueryExtension (3/3x)    - XFree86-VidMode extension interface functions
XF86VidModeQueryVersion 	XF86VidModeQueryExtension (3/3x)    - XFree86-VidMode extension interface functions
XF86VidModeSetClientVersion	XF86VidModeQueryExtension (3/3x)    - XFree86-VidMode extension interface functions
XF86VidModeSetGamma		XF86VidModeQueryExtension (3/3x)    - XFree86-VidMode extension interface functions
XF86VidModeSetGammaRamp 	XF86VidModeQueryExtension (3/3x)    - XFree86-VidMode extension interface functions
XF86VidModeSetViewPort		XF86VidModeQueryExtension (3/3x)    - XFree86-VidMode extension interface functions
XF86VidModeSwitchMode		XF86VidModeQueryExtension (3/3x)    - XFree86-VidMode extension interface functions
XF86VidModeSwitchToMode 	XF86VidModeQueryExtension (3/3x)    - XFree86-VidMode extension interface functions
XF86VidModeValidateModeLine	XF86VidModeQueryExtension (3/3x)    - XFree86-VidMode extension interface functions
XFetchBuffer	XStoreBytes (3/3x)  - manipulate cut and paste buffers
XFetchBytes	XStoreBytes (3/3x)  - manipulate cut and paste buffers
XFetchName	XSetWMName (3/3x)   - set or read a window's WM_NAME property
XFillArc	XFillRectangle (3/3x)	- fill rectangles, polygons, or arcs
XFillArcs	XFillRectangle (3/3x)	- fill rectangles, polygons, or arcs
XFillPolygon	XFillRectangle (3/3x)	- fill rectangles, polygons, or arcs
XFillRectangle	XFillRectangle (3/3x)	- fill rectangles, polygons, or arcs
XFillRectangles XFillRectangle (3/3x)	- fill rectangles, polygons, or arcs
XFilterEvent	XFilterEvent (3/3x) - filter X events for an input method
XFindContext	XSaveContext (3/3x) - associative look-up routines
XFlush		XFlush (3/3x)	- handle output buffer or event queue
XFocusChangeEvent		XFocusChangeEvent (3/3x)    - FocusIn and FocusOut event structure
XFontProp	XLoadFont (3/3x)    - load or unload fonts and font metric structures
XFontSetExtents XFontSetExtents (3/3x)	- XFontSetExtents structure
XFontStruct	XLoadFont (3/3x)    - load or unload fonts and font metric structures
XFontsOfFontSet XFontsOfFontSet (3/3x)	- obtain fontset information
XForceScreenSaver		XSetScreenSaver (3/3x)	- manipulate the screen saver
XFree		XFree (3/3x)	- free client data
XFree86 	XFree86 (1/1x)	- X11R6 X server
XFreeColormap	XCreateColormap (3/3x)	- create, copy, or destroy colormaps and color structure
XFreeColors	XAllocColor (3/3x)  - allocate and free colors
XFreeCursor	XRecolorCursor (3/3x)	- manipulate cursors
XFreeDeviceList XListInputDevices (3/3x)    - list available input devices
XFreeFont	XLoadFont (3/3x)    - load or unload fonts and font metric structures
XFreeFontInfo	XListFonts (3/3x)   - obtain or free font names and information
XFreeFontNames	XListFonts (3/3x)   - obtain or free font names and information
XFreeFontPath	XSetFontPath (3/3x) - set, get, or free the font search path
XFreeFontSet	XCreateFontSet (3/3x)	- create and free an international text drawing font set
XFreeGC 	XCreateGC (3/3x)    - create or free graphics contexts and graphics context structure
XFreeModifierMap		XChangeKeyboardMapping (3/3x)	- manipulate keyboard encoding and keyboard encoding structure
XFreePixmap	XCreatePixmap (3/3x)	- create or destroy pixmaps
XFreeStringList XStringListToTextProperty (3/3x)    - convert string lists and text property structure
XGCValues	XCreateGC (3/3x)    - create or free graphics contexts and graphics context structure
XGContextFromGC XCreateGC (3/3x)    - create or free graphics contexts and graphics context structure
XGetAtomName	XInternAtom (3/3x)  - create or return atom names
XGetAtomNames	XInternAtom (3/3x)  - create or return atom names
XGetClassHint	XAllocClassHint (3/3x)	- allocate class hints structure and set or read a window's WM_CLASS property
XGetCommand	XSetCommand (3/3x)  - set or read a window's WM_COMMAND property
XGetDeviceButtonMapping 	XSetDeviceButtonMapping (3/3x)	- query or change device button mappings
XGetDeviceControl		XGetDeviceControl (3/3x)    - query and change input device controls
XGetDeviceDontPropagateList	XChangeDeviceDontPropagateList (3/3x)	- query or change the dont-propagate-list for extension devices
XGetDeviceFocus XSetDeviceFocus (3/3x)	- control extension input device focus
XGetDeviceKeyMapping		XGetDeviceKeyMapping (3/3x) - query or change device key mappings
XGetDeviceModifierMapping	XGetDeviceModifierMapping (3/3x)    - query or change device modifier mappings
XGetDeviceMotionEvents		XGetDeviceMotionEvents (3/3x)	- get device motion history 
XGetErrorDatabaseText		XSetErrorHandler (3/3x) - default error handlers
XGetErrorText	XSetErrorHandler (3/3x) - default error handlers
XGetExtensionVersion		XGetExtensionVersion (3/3x) - query the version of the input extension.
XGetFeedbackControl		XGetFeedbackControl (3/3x)  - query and change input device feedbacks
XGetFontPath	XSetFontPath (3/3x) - set, get, or free the font search path
XGetFontProperty		XLoadFont (3/3x)    - load or unload fonts and font metric structures
XGetGCValues	XCreateGC (3/3x)    - create or free graphics contexts and graphics context structure
XGetGeometry	XGetWindowAttributes (3/3x) - get current window attribute or geometry and current window attributes structure
XGetICValues	XSetICValues (3/3x) - set and obtain XIC values
XGetIMValues	XOpenIM (3/3x)	- open, close, and otain input method information
XGetIconName	XSetWMIconName (3/3x)	- set or read a window's WM_ICON_NAME property
XGetIconSizes	XAllocIconSize (3/3x)	- allocate icon size structure and set or read a window's WM_ICON_SIZES property
XGetImage	XPutImage (3/3x)    - transfer images
XGetInputFocus	XSetInputFocus (3/3x)	- control input focus
XGetKeyboardControl		XChangeKeyboardControl (3/3x)	- manipulate keyboard settings and keyboard control structure
XGetKeyboardMapping		XChangeKeyboardMapping (3/3x)	- manipulate keyboard encoding and keyboard encoding structure
XGetModifierMapping		XChangeKeyboardMapping (3/3x)	- manipulate keyboard encoding and keyboard encoding structure
XGetMotionEvents		XSendEvent (3/3x)   - send events and pointer motion history structure
XGetOCValues	XCreateOC (3/3x)    - create output contexts
XGetOMValues	XOpenOM (3/3x)	- open output methods
XGetPixel	XInitImage (3/3x)   - image utilities
XGetPointerControl		XChangePointerControl (3/3x)	- control pointer 
XGetPointerMapping		XSetPointerMapping (3/3x)   - manipulate pointer settings
XGetRGBColormaps		XAllocStandardColormap (3/3x)	- allocate, set, or read a standard colormap structure
XGetScreenSaver XSetScreenSaver (3/3x)	- manipulate the screen saver
XGetSelectedExtensionEvents	XSelectExtensionEvent (3/3x)	- select extension events, get the list of currently selected extension events
XGetSelectionOwner		XSetSelectionOwner (3/3x)   - manipulate window selection
XGetSubImage	XPutImage (3/3x)    - transfer images
XGetTextProperty		XSetTextProperty (3/3x) - set and read text properties
XGetTransientForHint		XSetTransientForHint (3/3x) - set or read a window's WM_TRANSIENT_FOR property
XGetVisualInfo	XGetVisualInfo (3/3x)	- obtain visual information and visual structure
XGetWMClientMachine		XSetWMClientMachine (3/3x)  - set or read a window's WM_CLIENT_MACHINE property
XGetWMColormapWindows		XSetWMColormapWindows (3/3x)	- set or read a window's WM_COLORMAP_WINDOWS property
XGetWMHints	XAllocWMHints (3/3x)	- allocate window manager hints structure and set or read a window's WM_HINTS property
XGetWMIconName	XSetWMIconName (3/3x)	- set or read a window's WM_ICON_NAME property
XGetWMName	XSetWMName (3/3x)   - set or read a window's WM_NAME property
XGetWMNormalHints		XAllocSizeHints (3/3x)	- allocate size hints structure and set or read a window's WM_NORMAL_HINTS property
XGetWMProtocols XSetWMProtocols (3/3x)	- set or read a window's WM_PROTOCOLS property
XGetWMSizeHints XAllocSizeHints (3/3x)	- allocate size hints structure and set or read a window's WM_NORMAL_HINTS property
XGetWindowAttributes		XGetWindowAttributes (3/3x) - get current window attribute or geometry and current window attributes structure
XGetWindowProperty		XGetWindowProperty (3/3x)   - obtain and change window properties
XGrabButton	XGrabButton (3/3x)  - grab pointer buttons
XGrabDevice	XGrabDevice (3/3x)  - grab/release the specified extension device
XGrabDeviceButton		XGrabDeviceButton (3/3x)    - grab/ungrab extension input device buttons
XGrabDeviceKey	XGrabDeviceKey (3/3x)	- grab/ungrab extension input device Keys
XGrabKey	XGrabKey (3/3x) - grab keyboard keys
XGrabKeyboard	XGrabKeyboard (3/3x)	- grab the keyboard
XGrabPointer	XGrabPointer (3/3x) - grab the pointer
XGrabServer	XGrabServer (3/3x)  - grab the server
XGraphicsExposeEvent		XGraphicsExposeEvent (3/3x) - GraphicsExpose and NoExpose event structures
XGravityEvent	XGravityEvent (3/3x)	- GravityNotify event structure
XHostAddress	XAddHost (3/3x) - control host access and host control structure
XIMOfIC 	XCreateIC (3/3x)    - create, destroy, and obtain the input method of an input context
XIconSize	XAllocIconSize (3/3x)	- allocate icon size structure and set or read a window's WM_ICON_SIZES property
XIconifyWindow	XIconifyWindow (3/3x)	- manipulate top-level windows
XIfEvent	XIfEvent (3/3x) - check the event queue with a predicate procedure
XInitImage	XInitImage (3/3x)   - image utilities
XInitThreads	XInitThreads (3/3x) - multi-threading support
XInsertModifiermapEntry 	XChangeKeyboardMapping (3/3x)	- manipulate keyboard encoding and keyboard encoding structure
XInstallColormap		XInstallColormap (3/3x) - control colormaps
XInternAtom	XInternAtom (3/3x)  - create or return atom names
XInternAtoms	XInternAtom (3/3x)  - create or return atom names
XInternalConnectionNumbers	XAddConnectionWatch (3/3x)  - handle Xlib internal connections
XIntersectRegion		XIntersectRegion (3/3x) - region arithmetic
XKeyEvent	XButtonEvent (3/3x) - KeyPress, KeyRelease, ButtonPress, ButtonRelease, and MotionNotify event structures
XKeyboardControl		XChangeKeyboardControl (3/3x)	- manipulate keyboard settings and keyboard control structure
XKeycodeToKeysym		XStringToKeysym (3/3x)	- convert keysyms
XKeymapEvent	XKeymapEvent (3/3x) - KeymapNotify event structure
XKeysymToKeycode		XStringToKeysym (3/3x)	- convert keysyms
XKeysymToString XStringToKeysym (3/3x)	- convert keysyms
XKillClient	XSetCloseDownMode (3/3x)    - control clients
XListDepths	AllPlanes (3/3x)    - Display macros and functions
XListFonts	XListFonts (3/3x)   - obtain or free font names and information
XListFontsWithInfo		XListFonts (3/3x)   - obtain or free font names and information
XListHosts	XAddHost (3/3x) - control host access and host control structure
XListInputDevices		XListInputDevices (3/3x)    - list available input devices
XListInstalledColormaps 	XInstallColormap (3/3x) - control colormaps
XListPixmapFormats		ImageByteOrder (3/3x)	- image format functions and macros
XListProperties XGetWindowProperty (3/3x)   - obtain and change window properties
XLoadFont	XLoadFont (3/3x)    - load or unload fonts and font metric structures
XLoadQueryFont	XLoadFont (3/3x)    - load or unload fonts and font metric structures
XLocaleOfFontSet		XFontsOfFontSet (3/3x)	- obtain fontset information
XLocaleOfIM	XOpenIM (3/3x)	- open, close, and otain input method information
XLocaleOfOM	XOpenOM (3/3x)	- open output methods
XLockDisplay	XInitThreads (3/3x) - multi-threading support
XLookupColor	XQueryColor (3/3x)  - obtain color values
XLookupKeysym	XLookupKeysym (3/3x)	- handle keyboard input events in Latin-1
XLookupString	XLookupKeysym (3/3x)	- handle keyboard input events in Latin-1
XLowerWindow	XRaiseWindow (3/3x) - change window stacking order
XMapEvent	XMapEvent (3/3x)    - MapNotify and MappingNotify event structures
XMapRaised	XMapWindow (3/3x)   - map windows
XMapRequestEvent		XMapRequestEvent (3/3x) - MapRequest event structure
XMapSubwindows	XMapWindow (3/3x)   - map windows
XMapWindow	XMapWindow (3/3x)   - map windows
XMappingEvent	XMapEvent (3/3x)    - MapNotify and MappingNotify event structures
XMaskEvent	XNextEvent (3/3x)   - select events by type
XMatchVisualInfo		XGetVisualInfo (3/3x)	- obtain visual information and visual structure
XMaxRequestSize AllPlanes (3/3x)    - Display macros and functions
XModifierKeymap XChangeKeyboardMapping (3/3x)	- manipulate keyboard encoding and keyboard encoding structure
XMotionEvent	XButtonEvent (3/3x) - KeyPress, KeyRelease, ButtonPress, ButtonRelease, and MotionNotify event structures
XMoveResizeWindow		XConfigureWindow (3/3x) - configure windows and window changes structure
XMoveWindow	XConfigureWindow (3/3x) - configure windows and window changes structure
XNewModifiermap XChangeKeyboardMapping (3/3x)	- manipulate keyboard encoding and keyboard encoding structure
XNextEvent	XNextEvent (3/3x)   - select events by type
XNoExposeEvent	XGraphicsExposeEvent (3/3x) - GraphicsExpose and NoExpose event structures
XNoOp		XNoOp (3/3x)	- No Operation
XOMOfOC 	XCreateOC (3/3x)    - create output contexts
XOffsetRegion	XIntersectRegion (3/3x) - region arithmetic
XOpenDevice	XOpenDevice (3/3x)  - open or close an extension input device
XOpenDisplay	XOpenDisplay (3/3x) - connect or disconnect to X server
XOpenIM 	XOpenIM (3/3x)	- open, close, and otain input method information
XOpenOM 	XOpenOM (3/3x)	- open output methods
XParseColor	XQueryColor (3/3x)  - obtain color values
XParseGeometry	XParseGeometry (3/3x)	- parse window geometry
XPeekEvent	XNextEvent (3/3x)   - select events by type
XPeekIfEvent	XIfEvent (3/3x) - check the event queue with a predicate procedure
XPending	XFlush (3/3x)	- handle output buffer or event queue
XPixmapFormatValues		ImageByteOrder (3/3x)	- image format functions and macros
XPoint		XDrawPoint (3/3x)   - draw points and points structure
XPointInRegion	XEmptyRegion (3/3x) - determine if regions are empty or equal
XPolygonRegion	XPolygonRegion (3/3x)	- generate regions
XProcessInternalConnection	XAddConnectionWatch (3/3x)  - handle Xlib internal connections
XPropertyEvent	XPropertyEvent (3/3x)	- PropertyNotify event structure
XPutBackEvent	XPutBackEvent (3/3x)	- put events back on the queue
XPutImage	XPutImage (3/3x)    - transfer images
XPutPixel	XInitImage (3/3x)   - image utilities
XQueryBestCursor		XRecolorCursor (3/3x)	- manipulate cursors
XQueryBestSize	XQueryBestSize (3/3x)	- determine efficient sizes
XQueryBestStipple		XQueryBestSize (3/3x)	- determine efficient sizes
XQueryBestTile	XQueryBestSize (3/3x)	- determine efficient sizes
XQueryColor	XQueryColor (3/3x)  - obtain color values
XQueryColors	XQueryColor (3/3x)  - obtain color values
XQueryDeviceState		XQueryDeviceState (3/3x)    - query the state of an extension input device.
XQueryFont	XLoadFont (3/3x)    - load or unload fonts and font metric structures
XQueryKeymap	XChangeKeyboardControl (3/3x)	- manipulate keyboard settings and keyboard control structure
XQueryPointer	XQueryPointer (3/3x)	- get pointer coordinates
XQueryTextExtents		XTextExtents (3/3x) - compute or query text extents
XQueryTextExtents16		XTextExtents (3/3x) - compute or query text extents
XQueryTree	XQueryTree (3/3x)   - query window tree information
XRaiseWindow	XRaiseWindow (3/3x) - change window stacking order
XReadBitmapFile XReadBitmapFile (3/3x)	- manipulate bitmaps
XReadBitmapFileData		XReadBitmapFile (3/3x)	- manipulate bitmaps
XRebindKeysym	XLookupKeysym (3/3x)	- handle keyboard input events in Latin-1
XRecolorCursor	XRecolorCursor (3/3x)	- manipulate cursors
XReconfigureWMWindow		XIconifyWindow (3/3x)	- manipulate top-level windows
XRectInRegion	XEmptyRegion (3/3x) - determine if regions are empty or equal
XRectangle	XDrawRectangle (3/3x)	- draw rectangles and rectangles structure
XRefreshKeyboardMapping 	XLookupKeysym (3/3x)	- handle keyboard input events in Latin-1
XRegisterIMInstantiateCallback	XOpenIM (3/3x)	- open, close, and otain input method information
XRemoveConnectionWatch		XAddConnectionWatch (3/3x)  - handle Xlib internal connections
XRemoveFromSaveSet		XChangeSaveSet (3/3x)	- change a client's save set
XRemoveHost	XAddHost (3/3x) - control host access and host control structure
XRemoveHosts	XAddHost (3/3x) - control host access and host control structure
XReparentEvent	XReparentEvent (3/3x)	- ReparentNotify event structure
XReparentWindow XReparentWindow (3/3x)	- reparent windows
XRes		XRes (3/3x)	- X-Resource extension client library
XResetScreenSaver		XSetScreenSaver (3/3x)	- manipulate the screen saver
XResizeRequestEvent		XResizeRequestEvent (3/3x)  - ResizeRequest event structure
XResizeWindow	XConfigureWindow (3/3x) - configure windows and window changes structure
XResourceManagerString		XResourceManagerString (3/3x)	- obtain server resource properties
XRestackWindows XRaiseWindow (3/3x) - change window stacking order
XRotateBuffers	XStoreBytes (3/3x)  - manipulate cut and paste buffers
XRotateWindowProperties 	XGetWindowProperty (3/3x)   - obtain and change window properties
XSaveContext	XSaveContext (3/3x) - associative look-up routines
XScreenNumberOfScreen		BlackPixelOfScreen (3/3x)   - screen information functions and macros
XScreenResourceString		XResourceManagerString (3/3x)	- obtain server resource properties
XScreenSaver	XScreenSaver (3/3x) - X11 Screen Saver extension client library
XSegment	XDrawLine (3/3x)    - draw lines, polygons, and line structure
XSelectExtensionEvent		XSelectExtensionEvent (3/3x)	- select extension events, get the list of currently selected extension events
XSelectInput	XSelectInput (3/3x) - select input events
XSelectionClearEvent		XSelectionClearEvent (3/3x) - SelectionClear event structure
XSelectionEvent XSelectionEvent (3/3x)	- SelectionNotify event structure
XSelectionRequestEvent		XSelectionRequestEvent (3/3x)	- SelectionRequest event structure
XSendEvent	XSendEvent (3/3x)   - send events and pointer motion history structure
XSendExtensionEvent		XSendExtensionEvent (3/3x)  - send input extension events to a client
XSetAccessControl		XAddHost (3/3x) - control host access and host control structure
XSetAfterFunction		XSynchronize (3/3x) - enable or disable synchronization 
XSetArcMode	XSetArcMode (3/3x)  - GC convenience routines
XSetBackground	XSetState (3/3x)    - GC convenience routines
XSetClassHint	XAllocClassHint (3/3x)	- allocate class hints structure and set or read a window's WM_CLASS property
XSetClipMask	XSetClipOrigin (3/3x)	- GC convenience routines
XSetClipOrigin	XSetClipOrigin (3/3x)	- GC convenience routines
XSetClipRectangles		XSetClipOrigin (3/3x)	- GC convenience routines
XSetCloseDownMode		XSetCloseDownMode (3/3x)    - control clients
XSetCommand	XSetCommand (3/3x)  - set or read a window's WM_COMMAND property
XSetDashes	XSetLineAttributes (3/3x)   - GC convenience routines
XSetDeviceButtonMapping 	XSetDeviceButtonMapping (3/3x)	- query or change device button mappings
XSetDeviceFocus XSetDeviceFocus (3/3x)	- control extension input device focus
XSetDeviceMode	XSetDeviceMode (3/3x)	- change the mode of a device
XSetDeviceModifierMapping	XGetDeviceModifierMapping (3/3x)    - query or change device modifier mappings
XSetDeviceValuators		XSetDeviceValuators (3/3x)  - initialize the valuators on an extension input device
XSetErrorHandler		XSetErrorHandler (3/3x) - default error handlers
XSetFillRule	XSetFillStyle (3/3x)	- GC convenience routines
XSetFillStyle	XSetFillStyle (3/3x)	- GC convenience routines
XSetFont	XSetFont (3/3x) - GC convenience routines
XSetFontPath	XSetFontPath (3/3x) - set, get, or free the font search path
XSetForeground	XSetState (3/3x)    - GC convenience routines
XSetFunction	XSetState (3/3x)    - GC convenience routines
XSetGraphicsExposure		XSetArcMode (3/3x)  - GC convenience routines
XSetICFocus	XSetICFocus (3/3x)  - set and unset input context focus
XSetICValues	XSetICValues (3/3x) - set and obtain XIC values
XSetIMValues	XOpenIM (3/3x)	- open, close, and otain input method information
XSetIOErrorHandler		XSetErrorHandler (3/3x) - default error handlers
XSetIconName	XSetWMIconName (3/3x)	- set or read a window's WM_ICON_NAME property
XSetIconSizes	XAllocIconSize (3/3x)	- allocate icon size structure and set or read a window's WM_ICON_SIZES property
XSetInputFocus	XSetInputFocus (3/3x)	- control input focus
XSetLineAttributes		XSetLineAttributes (3/3x)   - GC convenience routines
XSetLocaleModifiers		XSupportsLocale (3/3x)	- determine locale support and configure locale modifiers
XSetModifierMapping		XChangeKeyboardMapping (3/3x)	- manipulate keyboard encoding and keyboard encoding structure
XSetOCValues	XCreateOC (3/3x)    - create output contexts
XSetOMValues	XOpenOM (3/3x)	- open output methods
XSetPlaneMask	XSetState (3/3x)    - GC convenience routines
XSetPointerMapping		XSetPointerMapping (3/3x)   - manipulate pointer settings
XSetRGBColormaps		XAllocStandardColormap (3/3x)	- allocate, set, or read a standard colormap structure
XSetRegion	XCreateRegion (3/3x)	- create or destroy regions
XSetScreenSaver XSetScreenSaver (3/3x)	- manipulate the screen saver
XSetSelectionOwner		XSetSelectionOwner (3/3x)   - manipulate window selection
XSetState	XSetState (3/3x)    - GC convenience routines
XSetStipple	XSetTile (3/3x) - GC convenience routines
XSetSubwindowMode		XSetArcMode (3/3x)  - GC convenience routines
XSetTSOrigin	XSetTile (3/3x) - GC convenience routines
XSetTextProperty		XSetTextProperty (3/3x) - set and read text properties
XSetTile	XSetTile (3/3x) - GC convenience routines
XSetTransientForHint		XSetTransientForHint (3/3x) - set or read a window's WM_TRANSIENT_FOR property
XSetWMClientMachine		XSetWMClientMachine (3/3x)  - set or read a window's WM_CLIENT_MACHINE property
XSetWMColormapWindows		XSetWMColormapWindows (3/3x)	- set or read a window's WM_COLORMAP_WINDOWS property
XSetWMHints	XAllocWMHints (3/3x)	- allocate window manager hints structure and set or read a window's WM_HINTS property
XSetWMIconName	XSetWMIconName (3/3x)	- set or read a window's WM_ICON_NAME property
XSetWMName	XSetWMName (3/3x)   - set or read a window's WM_NAME property
XSetWMNormalHints		XAllocSizeHints (3/3x)	- allocate size hints structure and set or read a window's WM_NORMAL_HINTS property
XSetWMProperties		XSetWMProperties (3/3x) - set standard window properties
XSetWMProtocols XSetWMProtocols (3/3x)	- set or read a window's WM_PROTOCOLS property
XSetWMSizeHints XAllocSizeHints (3/3x)	- allocate size hints structure and set or read a window's WM_NORMAL_HINTS property
XSetWindowAttributes		XCreateWindow (3/3x)	- create windows and window attributes structure
XSetWindowBackground		XChangeWindowAttributes (3/3x)	- change window attributes
XSetWindowBackgroundPixmap	XChangeWindowAttributes (3/3x)	- change window attributes
XSetWindowBorder		XChangeWindowAttributes (3/3x)	- change window attributes
XSetWindowBorderPixmap		XChangeWindowAttributes (3/3x)	- change window attributes
XSetWindowBorderWidth		XConfigureWindow (3/3x) - configure windows and window changes structure
XSetWindowColormap		XChangeWindowAttributes (3/3x)	- change window attributes
XShapeCombineMask		XShapeQueryExtension (3/3x) - X nonrectangular shape functions
XShapeCombineRectangles 	XShapeQueryExtension (3/3x) - X nonrectangular shape functions
XShapeCombineRegion		XShapeQueryExtension (3/3x) - X nonrectangular shape functions
XShapeCombineShape		XShapeQueryExtension (3/3x) - X nonrectangular shape functions
XShapeGetRectangles		XShapeQueryExtension (3/3x) - X nonrectangular shape functions
XShapeInputSelected		XShapeQueryExtension (3/3x) - X nonrectangular shape functions
XShapeOffsetShape		XShapeQueryExtension (3/3x) - X nonrectangular shape functions
XShapeQueryExtension		XShapeQueryExtension (3/3x) - X nonrectangular shape functions
XShapeQueryExtents		XShapeQueryExtension (3/3x) - X nonrectangular shape functions
XShapeQueryVersion		XShapeQueryExtension (3/3x) - X nonrectangular shape functions
XShapeSelectInput		XShapeQueryExtension (3/3x) - X nonrectangular shape functions
XShrinkRegion	XIntersectRegion (3/3x) - region arithmetic
XSizeHints	XAllocSizeHints (3/3x)	- allocate size hints structure and set or read a window's WM_NORMAL_HINTS property
XStandardColormap		XAllocStandardColormap (3/3x)	- allocate, set, or read a standard colormap structure
XStandards	XStandards (5)	- X Consortium Standards and X Project Team Specifications
XStoreBuffer	XStoreBytes (3/3x)  - manipulate cut and paste buffers
XStoreBytes	XStoreBytes (3/3x)  - manipulate cut and paste buffers
XStoreColor	XStoreColors (3/3x) - set colors
XStoreColors	XStoreColors (3/3x) - set colors
XStoreName	XSetWMName (3/3x)   - set or read a window's WM_NAME property
XStoreNamedColor		XStoreColors (3/3x) - set colors
XStringListToTextProperty	XStringListToTextProperty (3/3x)    - convert string lists and text property structure
XStringToKeysym XStringToKeysym (3/3x)	- convert keysyms
XSubImage	XInitImage (3/3x)   - image utilities
XSubtractRegion XIntersectRegion (3/3x) - region arithmetic
XSupportsLocale XSupportsLocale (3/3x)	- determine locale support and configure locale modifiers
XSync		XFlush (3/3x)	- handle output buffer or event queue
XSynchronize	XSynchronize (3/3x) - enable or disable synchronization 
XTextExtents	XTextExtents (3/3x) - compute or query text extents
XTextExtents16	XTextExtents (3/3x) - compute or query text extents
XTextItem	XDrawText (3/3x)    - draw polytext text and text drawing structures
XTextItem16	XDrawText (3/3x)    - draw polytext text and text drawing structures
XTextProperty	XStringListToTextProperty (3/3x)    - convert string lists and text property structure
XTextPropertyToStringList	XStringListToTextProperty (3/3x)    - convert string lists and text property structure
XTextWidth	XTextWidth (3/3x)   - compute text width
XTextWidth16	XTextWidth (3/3x)   - compute text width
XTimeCoord	XSendEvent (3/3x)   - send events and pointer motion history structure
XTranslateCoordinates		XTranslateCoordinates (3/3x)	- translate window coordinates
XUndefineCursor XDefineCursor (3/3x)	- define cursors
XUngrabButton	XGrabButton (3/3x)  - grab pointer buttons
XUngrabDevice	XGrabDevice (3/3x)  - grab/release the specified extension device
XUngrabDeviceButton		XGrabDeviceButton (3/3x)    - grab/ungrab extension input device buttons
XUngrabDeviceKey		XGrabDeviceKey (3/3x)	- grab/ungrab extension input device Keys
XUngrabKey	XGrabKey (3/3x) - grab keyboard keys
XUngrabKeyboard XGrabKeyboard (3/3x)	- grab the keyboard
XUngrabPointer	XGrabPointer (3/3x) - grab the pointer
XUngrabServer	XGrabServer (3/3x)  - grab the server
XUninstallColormap		XInstallColormap (3/3x) - control colormaps
XUnionRectWithRegion		XIntersectRegion (3/3x) - region arithmetic
XUnionRegion	XIntersectRegion (3/3x) - region arithmetic
XUniqueContext	XSaveContext (3/3x) - associative look-up routines
XUnloadFont	XLoadFont (3/3x)    - load or unload fonts and font metric structures
XUnlockDisplay	XInitThreads (3/3x) - multi-threading support
XUnmapEvent	XUnmapEvent (3/3x)  - UnmapNotify event structure
XUnmapSubwindows		XUnmapWindow (3/3x) - unmap windows
XUnmapWindow	XUnmapWindow (3/3x) - unmap windows
XUnregisterIMInstantiateCallback    XOpenIM (3/3x)  - open, close, and otain input method information
XUnsetICFocus	XSetICFocus (3/3x)  - set and unset input context focus
XVaCreateNestedList		XVaCreateNestedList (3/3x)  - allocate a nested variable argument list
XVisibilityEvent		XVisibilityEvent (3/3x) - VisibilityNotify event structure
XVisualIDFromVisual		XGetVisualInfo (3/3x)	- obtain visual information and visual structure
XVisualInfo	XGetVisualInfo (3/3x)	- obtain visual information and visual structure
XWMGeometry	XParseGeometry (3/3x)	- parse window geometry
XWMHints	XAllocWMHints (3/3x)	- allocate window manager hints structure and set or read a window's WM_HINTS property
XWarpPointer	XWarpPointer (3/3x) - move pointer
XWindowAttributes		XGetWindowAttributes (3/3x) - get current window attribute or geometry and current window attributes structure
XWindowChanges	XConfigureWindow (3/3x) - configure windows and window changes structure
XWindowEvent	XNextEvent (3/3x)   - select events by type
XWithdrawWindow XIconifyWindow (3/3x)	- manipulate top-level windows
XWriteBitmapFile		XReadBitmapFile (3/3x)	- manipulate bitmaps
XXorRegion	XIntersectRegion (3/3x) - region arithmetic
Xau		Xau (3/3x)	- X authority database routines
XauDisposeAuth	Xau (3/3x)	- X authority database routines
XauFileName	Xau (3/3x)	- X authority database routines
XauGetAuthByAddr		Xau (3/3x)  - X authority database routines
XauGetBestAuthByAddr		Xau (3/3x)  - X authority database routines
XauLockAuth	Xau (3/3x)	- X authority database routines
XauReadAuth	Xau (3/3x)	- X authority database routines
XauUnlockAuth	Xau (3/3x)	- X authority database routines
XauWriteAuth	Xau (3/3x)	- X authority database routines
Xaw		Xaw (3/3x)	- X Athena Widgets
XcmsAllocColor	XcmsAllocColor (3/3x)	- allocate colors
XcmsAllocNamedColor		XcmsAllocColor (3/3x)	- allocate colors
XcmsCCCOfColormap		XcmsCCCOfColormap (3/3x)    - query and modify CCC of a colormap
XcmsCIELab	XcmsColor (3/3x)    - Xcms color struture
XcmsCIELabQueryMaxC		XcmsCIELabQueryMaxC (3/3x)  - obtain the CIE L*a*b* coordinates
XcmsCIELabQueryMaxL		XcmsCIELabQueryMaxC (3/3x)  - obtain the CIE L*a*b* coordinates
XcmsCIELabQueryMaxLC		XcmsCIELabQueryMaxC (3/3x)  - obtain the CIE L*a*b* coordinates
XcmsCIELabQueryMinL		XcmsCIELabQueryMaxC (3/3x)  - obtain the CIE L*a*b* coordinates
XcmsCIELuv	XcmsColor (3/3x)    - Xcms color struture
XcmsCIELuvQueryMaxC		XcmsCIELuvQueryMaxC (3/3x)  - obtain the CIE L*u*v* coordinates
XcmsCIELuvQueryMaxL		XcmsCIELuvQueryMaxC (3/3x)  - obtain the CIE L*u*v* coordinates
XcmsCIELuvQueryMaxLC		XcmsCIELuvQueryMaxC (3/3x)  - obtain the CIE L*u*v* coordinates
XcmsCIELuvQueryMinL		XcmsCIELuvQueryMaxC (3/3x)  - obtain the CIE L*u*v* coordinates
XcmsCIEXYZ	XcmsColor (3/3x)    - Xcms color struture
XcmsCIEuvY	XcmsColor (3/3x)    - Xcms color struture
XcmsCIExyY	XcmsColor (3/3x)    - Xcms color struture
XcmsColor	XcmsColor (3/3x)    - Xcms color struture
XcmsConvertColors		XcmsConvertColors (3/3x)    - convert CCC color specifications
XcmsCreateCCC	XcmsCreateCCC (3/3x)	- creating and destroying CCCs
XcmsDefaultCCC	XcmsDefaultCCC (3/3x)	- obtain the default CCC for a screen
XcmsFreeCCC	XcmsCreateCCC (3/3x)	- creating and destroying CCCs
XcmsLookupColor XcmsQueryColor (3/3x)	- obtain color values
XcmsPad 	XcmsColor (3/3x)    - Xcms color struture
XcmsQueryBlack	XcmsQueryBlack (3/3x)	- obtain black, blue, green, red, and white CCC color specifications
XcmsQueryBlue	XcmsQueryBlack (3/3x)	- obtain black, blue, green, red, and white CCC color specifications
XcmsQueryColor	XcmsQueryColor (3/3x)	- obtain color values
XcmsQueryColors XcmsQueryColor (3/3x)	- obtain color values
XcmsQueryGreen	XcmsQueryBlack (3/3x)	- obtain black, blue, green, red, and white CCC color specifications
XcmsQueryRed	XcmsQueryBlack (3/3x)	- obtain black, blue, green, red, and white CCC color specifications
XcmsQueryWhite	XcmsQueryBlack (3/3x)	- obtain black, blue, green, red, and white CCC color specifications
XcmsRGB 	XcmsColor (3/3x)    - Xcms color struture
XcmsRGBi	XcmsColor (3/3x)    - Xcms color struture
XcmsSetCCCOfColormap		XcmsCCCOfColormap (3/3x)    - query and modify CCC of a colormap
XcmsSetWhiteAdjustProc		XcmsSetWhitePoint (3/3x)    - modifying CCC attributes
XcmsSetWhitePoint		XcmsSetWhitePoint (3/3x)    - modifying CCC attributes
XcmsStoreColor	XcmsStoreColor (3/3x)	- set colors
XcmsStoreColors XcmsStoreColor (3/3x)	- set colors
XcmsTekHVC	XcmsColor (3/3x)    - Xcms color struture
XcmsTekHVCQueryMaxC		XcmsTekHVCQueryMaxC (3/3x)  - obtain the TekHVC coordinates
XcmsTekHVCQueryMaxV		XcmsTekHVCQueryMaxC (3/3x)  - obtain the TekHVC coordinates
XcmsTekHVCQueryMaxVC		XcmsTekHVCQueryMaxC (3/3x)  - obtain the TekHVC coordinates
XcmsTekHVCQueryMaxVSamples	XcmsTekHVCQueryMaxC (3/3x)  - obtain the TekHVC coordinates
XcmsTekHVCQueryMinV		XcmsTekHVCQueryMaxC (3/3x)  - obtain the TekHVC coordinates
XdbeAllocateBackBufferName	XdbeAllocateBackBufferName (3/3x)   - allocates a DBE buffer.
XdbeBeginIdiom	XdbeBeginIdiom (3/3x)	- marks the beginning of a DBE idiom sequence.
XdbeDeallocateBackBufferName	XdbeDeallocateBackBufferName (3/3x) - frees a DBE buffer.
XdbeEndIdiom	XdbeEndIdiom (3/3x) - marks the end of a DBE idiom sequence.
XdbeFreeVisualInfo		XdbeFreeVisualInfo (3/3x)   - frees information returned by .B XdbeGetVisualInfo().
XdbeGetBackBufferAttributes	XdbeGetBackBufferAttributes (3/3x)  - returns attributes of a DBE buffer.
XdbeGetVisualInfo		XdbeGetVisualInfo (3/3x)    - Get dbe Visual Informations
XdbeQueryExtension		XdbeQueryExtension (3/3x)   - returns the version of DBE supported by the server.
XdbeSwapBuffers XdbeSwapBuffers (3/3x)	- swaps front and back DBE buffers.
Xdmx		Xdmx (1/1x)	- Distributed Multi-head X server
XeviGetVisualInfo		XeviQueryExtension (3/3x)   - X Extended Visual Information functions
XeviQueryExtension		XeviQueryExtension (3/3x)   - X Extended Visual Information functions
XeviQueryVersion		XeviQueryExtension (3/3x)   - X Extended Visual Information functions
Xfontcache	Xfontcache (3/3x)   - X-TrueType font cache extension client library
Xft		Xft (3/3x)	- X FreeType interface library 
Xmark		Xmark (1/1x)	- summarize x11perf results
XmbDrawImageString		XmbDrawImageString (3/3x)   - draw image text using a single font set
XmbDrawString	XmbDrawString (3/3x)	- draw text using a single font set
XmbDrawText	XmbDrawText (3/3x)  - draw text using multiple font sets 
XmbLookupString XmbLookupString (3/3x)	- obtain composed input from an input method
XmbResetIC	XmbResetIC (3/3x)   - reset the state of an input context
XmbSetWMProperties		XSetWMProperties (3/3x) - set standard window properties
XmbTextEscapement		XmbTextEscapement (3/3x)    - obtain the escapement of text
XmbTextExtents	XmbTextExtents (3/3x)	- compute text extents
XmbTextListToTextProperty	XmbTextListToTextProperty (3/3x)    - convert text lists and text property structures
XmbTextPerCharExtents		XmbTextPerCharExtents (3/3x)	- obtain per-character information for a text string
XmbTextPropertyToTextList	XmbTextListToTextProperty (3/3x)    - convert text lists and text property structures
XmbufChangeBufferAttributes	XmbufQueryExtension (3/3x)  - X multibuffering functions
XmbufChangeWindowAttributes	XmbufQueryExtension (3/3x)  - X multibuffering functions
XmbufCreateBuffers		XmbufQueryExtension (3/3x)  - X multibuffering functions
XmbufCreateStereoWindow 	XmbufQueryExtension (3/3x)  - X multibuffering functions
XmbufDestroyBuffers		XmbufQueryExtension (3/3x)  - X multibuffering functions
XmbufDisplayBuffers		XmbufQueryExtension (3/3x)  - X multibuffering functions
XmbufGetBufferAttributes	XmbufQueryExtension (3/3x)  - X multibuffering functions
XmbufGetScreenInfo		XmbufQueryExtension (3/3x)  - X multibuffering functions
XmbufGetVersion XmbufQueryExtension (3/3x)  - X multibuffering functions
XmbufGetWindowAttributes	XmbufQueryExtension (3/3x)  - X multibuffering functions
XmbufQueryExtension		XmbufQueryExtension (3/3x)  - X multibuffering functions
Xnest		Xnest (1/1x)	- a nested X server
Xrandr		Xrandr (3/3x)	- X Resize, Rotate and Reflection extension.
XrmCombineDatabase		XrmMergeDatabases (3/3x)    - merge resource databases
XrmCombineFileDatabase		XrmMergeDatabases (3/3x)    - merge resource databases
XrmDestroyDatabase		XrmGetFileDatabase (3/3x)   - retrieve and store resource databases
XrmEnumerateDatabase		XrmEnumerateDatabase (3/3x) - enumerate resource database entries
XrmGetDatabase	XrmGetFileDatabase (3/3x)   - retrieve and store resource databases
XrmGetFileDatabase		XrmGetFileDatabase (3/3x)   - retrieve and store resource databases
XrmGetResource	XrmGetResource (3/3x)	- retrieve database resources and search lists
XrmGetStringDatabase		XrmGetFileDatabase (3/3x)   - retrieve and store resource databases
XrmInitialize	XrmInitialize (3/3x)	- initialize the Resource Manager, Resource Manager structures, and parse the command line
XrmLocaleOfDatabase		XrmGetFileDatabase (3/3x)   - retrieve and store resource databases
XrmMergeDatabases		XrmMergeDatabases (3/3x)    - merge resource databases
XrmOptionDescRec		XrmInitialize (3/3x)	- initialize the Resource Manager, Resource Manager structures, and parse the command line
XrmOptionKind	XrmInitialize (3/3x)	- initialize the Resource Manager, Resource Manager structures, and parse the command line
XrmParseCommand XrmInitialize (3/3x)	- initialize the Resource Manager, Resource Manager structures, and parse the command line
XrmPermStringToQuark		XrmUniqueQuark (3/3x)	- manipulate resource quarks
XrmPutFileDatabase		XrmGetFileDatabase (3/3x)   - retrieve and store resource databases
XrmPutLineResource		XrmPutResource (3/3x)	- store database resources
XrmPutResource	XrmPutResource (3/3x)	- store database resources
XrmPutStringResource		XrmPutResource (3/3x)	- store database resources
XrmQGetResource XrmGetResource (3/3x)	- retrieve database resources and search lists
XrmQGetSearchList		XrmGetResource (3/3x)	- retrieve database resources and search lists
XrmQGetSearchResource		XrmGetResource (3/3x)	- retrieve database resources and search lists
XrmQPutResource XrmPutResource (3/3x)	- store database resources
XrmQPutStringResource		XrmPutResource (3/3x)	- store database resources
XrmQuarkToString		XrmUniqueQuark (3/3x)	- manipulate resource quarks
XrmSetDatabase	XrmGetFileDatabase (3/3x)   - retrieve and store resource databases
XrmStringToBindingQuarkList	XrmUniqueQuark (3/3x)	- manipulate resource quarks
XrmStringToQuark		XrmUniqueQuark (3/3x)	- manipulate resource quarks
XrmStringToQuarkList		XrmUniqueQuark (3/3x)	- manipulate resource quarks
XrmUniqueQuark	XrmUniqueQuark (3/3x)	- manipulate resource quarks
XrmValue	XrmInitialize (3/3x)	- initialize the Resource Manager, Resource Manager structures, and parse the command line
Xsecurity	Xsecurity (5)	- X display access control
Xserver 	Xserver (1/1x)	- X Window System display server
Xsun		Xsun (1/1x)	- Sun server for X Version 11
Xsun24		Xsun (1/1x)	- Sun server for X Version 11
XsunMono	Xsun (1/1x)	- Sun server for X Version 11
XtAddActions	XtAddActions (3/3x) - register an action table
XtAddCallback	XtAddCallback (3/3x)	- add and remove callback procedures
XtAddCallbacks	XtAddCallback (3/3x)	- add and remove callback procedures
XtAddConverter	XtAppAddConverter (3/3x)    - register resource converter
XtAddEventHandler		XtAddEventHandler (3/3x)    - add and remove event handlers
XtAddExposureToRegion		XtAddExposureToRegion (3/3x)	- merge exposure events into a region
XtAddGrab	XtAddGrab (3/3x)    - redirect user input to a modal widget
XtAddInput	XtAddInput (3/3x)   - register input, timeout, and workprocs
XtAddRawEventHandler		XtAddEventHandler (3/3x)    - add and remove event handlers
XtAddTimeout	XtAddInput (3/3x)   - register input, timeout, and workprocs
XtAllocateGC	XtAllocateGC (3/3x) - obtain a sharable GC with modifiable fields
XtAppAddActionHook		XtAppAddActionHook (3/3x)   - register an action hook procedure
XtAppAddActions XtAppAddActions (3/3x)	- register an action table
XtAppAddBlockHook		XtAppAddBlockHook (3/3x)    - register a block hook procedure
XtAppAddConverter		XtAppAddConverter (3/3x)    - register resource converter
XtAppAddInput	XtAppAddInput (3/3x)	- register and remove an input source
XtAppAddSignal	XtAppAddSignal (3/3x)	- register and remove a signal source
XtAppAddTimeOut XtAppAddTimeOut (3/3x)	- register and remove timeouts
XtAppAddWorkProc		XtAppAddWorkProc (3/3x) - Add and remove background processing procedures
XtAppCreateShell		XtAppCreateShell (3/3x) - create top-level widget instance
XtAppError	XtAppError (3/3x)   - low-level error handlers
XtAppErrorMsg	XtAppErrorMsg (3/3x)	- high-level error handlers
XtAppGetErrorDatabase		XtAppGetErrorDatabase (3/3x)	- obtain error database
XtAppGetErrorDatabaseText	XtAppGetErrorDatabase (3/3x)	- obtain error database
XtAppGetExitFlag		XtAppSetExitFlag (3/3x) - thread support functions
XtAppGetSelectionTimeout	XtAppGetSelectionTimeout (3/3x) - set and obtain selection timeout values
XtAppInitialize XtAppInitialize (3/3x)	- initialize, open, or close a display
XtAppLock	XtAppLock (3/3x)    - lock and unlock application context
XtAppMainLoop	XtAppNextEvent (3/3x)	- query and process events and input
XtAppNextEvent	XtAppNextEvent (3/3x)	- query and process events and input
XtAppPeekEvent	XtAppNextEvent (3/3x)	- query and process events and input
XtAppPending	XtAppNextEvent (3/3x)	- query and process events and input
XtAppProcessEvent		XtAppNextEvent (3/3x)	- query and process events and input
XtAppReleaseCacheRefs		XtAppReleaseCacheRefs (3/3x)	- decrement reference counts for resources
XtAppSetErrorHandler		XtAppError (3/3x)   - low-level error handlers
XtAppSetErrorMsgHandler 	XtAppErrorMsg (3/3x)	- high-level error handlers
XtAppSetExitFlag		XtAppSetExitFlag (3/3x) - thread support functions
XtAppSetFallbackResources	XtAppSetFallbackResources (3/3x)    - set fallback resources
XtAppSetSelectionTimeout	XtAppGetSelectionTimeout (3/3x) - set and obtain selection timeout values
XtAppSetTypeConverter		XtAppSetTypeConverter (3/3x)	- register resource converter
XtAppSetWarningHandler		XtAppError (3/3x)   - low-level error handlers
XtAppSetWarningMsgHandler	XtAppErrorMsg (3/3x)	- high-level error handlers
XtAppUnlock	XtAppLock (3/3x)    - lock and unlock application context
XtAppWarning	XtAppError (3/3x)   - low-level error handlers
XtAppWarningMsg XtAppErrorMsg (3/3x)	- high-level error handlers
XtAugmentTranslations		XtParseTranslationTable (3/3x)	- manage translation tables
XtBuildEventMask		XtBuildEventMask (3/3x) - retrieve a widget's event mask
XtCallAcceptFocus		XtCallAcceptFocus (3/3x)    - calla widget's accept_focus procedure
XtCallActionProc		XtCallActionProc (3/3x) - invoke an action procedure directly
XtCallCallbackList		XtCallCallbacks (3/3x)	- process callbacks
XtCallCallbacks XtCallCallbacks (3/3x)	- process callbacks
XtCallConverter XtConvertAndStore (3/3x)    - invoke resource converters
XtCallbackExclusive		XtPopup (3/3x)	- map a pop-up
XtCallbackNone	XtPopup (3/3x)	- map a pop-up
XtCallbackNonexclusive		XtPopup (3/3x)	- map a pop-up
XtCallbackPopdown		XtPopdown (3/3x)    - unmap a pop-up
XtCalloc	XtMalloc (3/3x) - memory management functions
XtCancelSelectionRequest	XtCreateSelectionRequest (3/3x) - bundle multiple selection conversion requests into a single request using MULTIPLE target
XtChangeManagedSet		XtManageChildren (3/3x) - manage and unmanage children
XtCheckSubclass XtClass (3/3x)	- obtain and verify a widget's class
XtClass 	XtClass (3/3x)	- obtain and verify a widget's class
XtCloseDisplay	XtDisplayInitialize (3/3x)  - initialize, open, or close a display
XtConfigureWidget		XtConfigureWidget (3/3x)    - move and resize widgets
XtConvert	XtConvert (3/3x)    - invoke resource converters
XtConvertAndStore		XtConvertAndStore (3/3x)    - invoke resource converters
XtConvertCase	XtSetKeyTranslator (3/3x)   - convert KeySym to KeyCodes
XtCreateApplicationContext	XtCreateApplicationContext (3/3x)   - create, destroy, and obtain an application context
XtCreateApplicationShell	XtCreateApplicationShell (3/3x) - create top-level widget instance
XtCreateManagedWidget		XtCreateWidget (3/3x)	- create and destroy widgets
XtCreatePopupShell		XtCreatePopupShell (3/3x)   - create a popup shell
XtCreateSelectionRequest	XtCreateSelectionRequest (3/3x) - bundle multiple selection conversion requests into a single request using MULTIPLE target
XtCreateWidget	XtCreateWidget (3/3x)	- create and destroy widgets
XtCreateWindow	XtCreateWindow (3/3x)	- window creation convenience function
XtDatabase	XtDisplayInitialize (3/3x)  - initialize, open, or close a display
XtDestroyApplicationContext	XtCreateApplicationContext (3/3x)   - create, destroy, and obtain an application context
XtDestroyWidget XtCreateWidget (3/3x)	- create and destroy widgets
XtDirectConvert XtConvert (3/3x)    - invoke resource converters
XtDisownSelection		XtOwnSelection (3/3x)	- set selection owner
XtDispatchEvent XtAppNextEvent (3/3x)	- query and process events and input
XtDispatchEventToWidget 	XtInsertEventTypeHandler (3/3x) - extension event handling
XtDisplay	XtDisplay (3/3x)    - obtain window information about a widget
XtDisplayInitialize		XtDisplayInitialize (3/3x)  - initialize, open, or close a display
XtDisplayOfObject		XtDisplay (3/3x)    - obtain window information about a widget
XtDisplayStringConversionWarning    XtDisplayStringConversionWarning (3/3x) - issue a conversion warning message
XtDisplayToApplicationContext	XtDisplayToApplicationContext (3/3x)	- obtain an application context
XtError 	XtError (3/3x)	- low-level error handlers
XtErrorMsg	XtErrorMsg (3/3x)   - high-level error handlers
XtFindFile	XtFindFile (3/3x)   - search for a file using substitutions in the path list
XtFree		XtMalloc (3/3x) - memory management functions
XtGetActionKeysym		XtGetActionKeysym (3/3x)    - obtain corresponding keysym
XtGetActionList XtGetActionList (3/3x)	- obtain class action list
XtGetApplicationNameAndClass	XtGetApplicationNameAndClass (3/3x) - retrieve application name and class
XtGetApplicationResources	XtGetApplicationResources (3/3x)    - obtain application resources
XtGetClassExtension		XtGetClassExtension (3/3x)  - locate a class extension record
XtGetConstraintResourceList	XtGetResourceList (3/3x)    - obtain resource list
XtGetDisplays	XtGetDisplays (3/3x)	- retrieve a list of displays associated with an application context
XtGetErrorDatabase		XtGetErrorDatabase (3/3x)   - obtain error database
XtGetErrorDatabaseText		XtGetErrorDatabase (3/3x)   - obtain error database
XtGetGC 	XtGetGC (3/3x)	- obtain and destroy a sharable GC
XtGetKeyboardFocusWidget	XtGetKeyboardFocusWidget (3/3x) - extension event handling
XtGetKeysymTable		XtGetKeysymTable (3/3x) - query keysyms and keycodes 
XtGetMultiClickTime		XtSetMultiClickTime (3/3x)  - set and get multi-click times
XtGetResourceList		XtGetResourceList (3/3x)    - obtain resource list
XtGetSelectionParameters	XtGetSelectionParameters (3/3x) - retrieve target parameters for a selection request with a single target
XtGetSelectionRequest		XtGetSelectionRequest (3/3x)	- retrieve the event that triggered the XtConvertSelectionProc
XtGetSelectionTimeout		XtGetSelectionTimeout (3/3x)	- set and obtain selection timeout values
XtGetSelectionValue		XtGetSelectionValue (3/3x)  - obtain selection values
XtGetSelectionValueIncremental	XtGetSelectionValueIncremental (3/3x)	- obtain selection values
XtGetSelectionValues		XtGetSelectionValue (3/3x)  - obtain selection values
XtGetSelectionValuesIncremental XtGetSelectionValueIncremental (3/3x)	- obtain selection values
XtGetSubresources		XtGetSubresources (3/3x)    - obtain subresources
XtGetSubvalues	XtSetValues (3/3x)  - obtain and set widget resources 
XtGetValues	XtSetValues (3/3x)  - obtain and set widget resources 
XtGrabButton	XtGrabKey (3/3x)    - manage grabs
XtGrabKey	XtGrabKey (3/3x)    - manage grabs
XtGrabKeyboard	XtGrabKey (3/3x)    - manage grabs
XtGrabPointer	XtGrabKey (3/3x)    - manage grabs
XtHasCallbacks	XtCallCallbacks (3/3x)	- process callbacks
XtHooksOfDisplay		XtHooksOfDisplay (3/3x) - external agent access points
XtInitialize	XtInitialize (3/3x) - initialize
XtInitializeWidgetClass 	XtInitializeWidgetClass (3/3x)	- initialize a widget class
XtInsertEventHandler		XtAddEventHandler (3/3x)    - add and remove event handlers
XtInsertEventTypeHandler	XtInsertEventTypeHandler (3/3x) - extension event handling
XtInsertRawEventHandler 	XtAddEventHandler (3/3x)    - add and remove event handlers
XtInstallAccelerators		XtParseAcceleratorTable (3/3x)	- managing accelerator tables
XtInstallAllAccelerators	XtParseAcceleratorTable (3/3x)	- managing accelerator tables
XtIsApplicationShell		XtClass (3/3x)	- obtain and verify a widget's class
XtIsComposite	XtClass (3/3x)	- obtain and verify a widget's class
XtIsConstraint	XtClass (3/3x)	- obtain and verify a widget's class
XtIsManaged	XtManageChildren (3/3x) - manage and unmanage children
XtIsObject	XtClass (3/3x)	- obtain and verify a widget's class
XtIsOverrideShell		XtClass (3/3x)	- obtain and verify a widget's class
XtIsRealized	XtRealizeWidget (3/3x)	- realize and unrealize widgets
XtIsRectObj	XtClass (3/3x)	- obtain and verify a widget's class
XtIsSensitive	XtSetSensitive (3/3x)	- set and check a widget's sensitivity state
XtIsSessionShell		XtClass (3/3x)	- obtain and verify a widget's class
XtIsShell	XtClass (3/3x)	- obtain and verify a widget's class
XtIsSubclass	XtClass (3/3x)	- obtain and verify a widget's class
XtIsTopLevelShell		XtClass (3/3x)	- obtain and verify a widget's class
XtIsTransientShell		XtClass (3/3x)	- obtain and verify a widget's class
XtIsVendorShell XtClass (3/3x)	- obtain and verify a widget's class
XtIsWMShell	XtClass (3/3x)	- obtain and verify a widget's class
XtIsWidget	XtClass (3/3x)	- obtain and verify a widget's class
XtKeysymToKeycodeList		XtGetKeysymTable (3/3x) - query keysyms and keycodes 
XtLastEventProcessed		XtLastEventProcessed (3/3x) - last event, last timestamp processed
XtLastTimestampProcessed	XtLastEventProcessed (3/3x) - last event, last timestamp processed
XtMainLoop	XtNextEvent (3/3x)  - query and process events and input
XtMakeGeometryRequest		XtMakeGeometryRequest (3/3x)	- make geometry manager request
XtMakeResizeRequest		XtMakeGeometryRequest (3/3x)	- make geometry manager request
XtMalloc	XtMalloc (3/3x) - memory management functions
XtManageChild	XtManageChildren (3/3x) - manage and unmanage children
XtManageChildren		XtManageChildren (3/3x) - manage and unmanage children
XtMapWidget	XtMapWidget (3/3x)  - map and unmap widgets
XtMergeArgLists XtSetArg (3/3x) - set and merge ArgLists
XtMoveWidget	XtConfigureWidget (3/3x)    - move and resize widgets
XtName		XtName (3/3x)	- obtain widget's name
XtNameToWidget	XtNameToWidget (3/3x)	- translating strings to widgets or widgets to windows
XtNew		XtMalloc (3/3x) - memory management functions
XtNewString	XtMalloc (3/3x) - memory management functions
XtNextEvent	XtNextEvent (3/3x)  - query and process events and input
XtNoticeSignal	XtAppAddSignal (3/3x)	- register and remove a signal source
XtNumber	XtOffset (3/3x) - determine the byte offset or number of array elements
XtOffset	XtOffset (3/3x) - determine the byte offset or number of array elements
XtOffsetOf	XtOffset (3/3x) - determine the byte offset or number of array elements
XtOpenApplication		XtOpenApplication (3/3x)    - initialize, open, or close a display
XtOpenDisplay	XtDisplayInitialize (3/3x)  - initialize, open, or close a display
XtOverrideTranslations		XtParseTranslationTable (3/3x)	- manage translation tables
XtOwnSelection	XtOwnSelection (3/3x)	- set selection owner
XtOwnSelectionIncremental	XtOwnSelection (3/3x)	- set selection owner
XtParent	XtParent (3/3x) - obtain widget's parent widget id
XtParseAcceleratorTable 	XtParseAcceleratorTable (3/3x)	- managing accelerator tables
XtParseTranslationTable 	XtParseTranslationTable (3/3x)	- manage translation tables
XtPeekEvent	XtNextEvent (3/3x)  - query and process events and input
XtPending	XtNextEvent (3/3x)  - query and process events and input
XtPopdown	XtPopdown (3/3x)    - unmap a pop-up
XtPopup 	XtPopup (3/3x)	- map a pop-up
XtPopupSpringLoaded		XtPopup (3/3x)	- map a pop-up
XtProcessEvent	XtNextEvent (3/3x)  - query and process events and input
XtProcessLock	XtProcessLock (3/3x)	- lock and unlock process
XtProcessUnlock XtProcessLock (3/3x)	- lock and unlock process
XtQueryGeometry XtQueryGeometry (3/3x)	- query the preferred geometry of a child widget
XtRealizeWidget XtRealizeWidget (3/3x)	- realize and unrealize widgets
XtRealloc	XtMalloc (3/3x) - memory management functions
XtRegisterCaseConverter 	XtSetKeyTranslator (3/3x)   - convert KeySym to KeyCodes
XtRegisterDrawable		XtRegisterDrawable (3/3x)   - register a drawable with the Intrisics event dispatcher
XtRegisterExtensionSelector	XtInsertEventTypeHandler (3/3x) - extension event handling
XtRegisterGrabAction		XtRegisterGrabAction (3/3x) - register button and key grabs
XtReleaseGC	XtGetGC (3/3x)	- obtain and destroy a sharable GC
XtReleasePropertyAtom		XtReservePropertyAtom (3/3x)	- maintain a cache of property atoms
XtRemoveActionHook		XtAppAddActionHook (3/3x)   - register an action hook procedure
XtRemoveAllCallbacks		XtAddCallback (3/3x)	- add and remove callback procedures
XtRemoveBlockHook		XtAppAddBlockHook (3/3x)    - register a block hook procedure
XtRemoveCallback		XtAddCallback (3/3x)	- add and remove callback procedures
XtRemoveCallbacks		XtAddCallback (3/3x)	- add and remove callback procedures
XtRemoveEventHandler		XtAddEventHandler (3/3x)    - add and remove event handlers
XtRemoveEventTypeHandler	XtInsertEventTypeHandler (3/3x) - extension event handling
XtRemoveGrab	XtAddGrab (3/3x)    - redirect user input to a modal widget
XtRemoveInput	XtAppAddInput (3/3x)	- register and remove an input source
XtRemoveRawEventHandler 	XtAddEventHandler (3/3x)    - add and remove event handlers
XtRemoveSignal	XtAppAddSignal (3/3x)	- register and remove a signal source
XtRemoveTimeOut XtAppAddTimeOut (3/3x)	- register and remove timeouts
XtRemoveWorkProc		XtAppAddWorkProc (3/3x) - Add and remove background processing procedures
XtReservePropertyAtom		XtReservePropertyAtom (3/3x)	- maintain a cache of property atoms
XtResizeWidget	XtConfigureWidget (3/3x)    - move and resize widgets
XtResolvePathname		XtResolvePathname (3/3x)    - search for a file using standard substitution
XtScreen	XtDisplay (3/3x)    - obtain window information about a widget
XtScreenDatabase		XtDisplayInitialize (3/3x)  - initialize, open, or close a display
XtScreenOfObject		XtDisplay (3/3x)    - obtain window information about a widget
XtSendSelectionRequest		XtCreateSelectionRequest (3/3x) - bundle multiple selection conversion requests into a single request using MULTIPLE target
XtSessionGetToken		XtSessionGetToken (3/3x)    - token management for checkpointing
XtSessionReturnToken		XtSessionGetToken (3/3x)    - token management for checkpointing
XtSetArg	XtSetArg (3/3x) - set and merge ArgLists
XtSetErrorHandler		XtError (3/3x)	- low-level error handlers
XtSetErrorMsgHandler		XtErrorMsg (3/3x)   - high-level error handlers
XtSetEventDispatcher		XtInsertEventTypeHandler (3/3x) - extension event handling
XtSetKeyTranslator		XtSetKeyTranslator (3/3x)   - convert KeySym to KeyCodes
XtSetKeyboardFocus		XtSetKeyboardFocus (3/3x)   - focus events on a child widget
XtSetLanguageProc		XtSetLanguageProc (3/3x)    - set the language procedure
XtSetMappedWhenManaged		XtMapWidget (3/3x)  - map and unmap widgets
XtSetMultiClickTime		XtSetMultiClickTime (3/3x)  - set and get multi-click times
XtSetSelectionParameters	XtSetSelectionParameters (3/3x) - specify target parameters for a selection request with a single target
XtSetSelectionTimeout		XtGetSelectionTimeout (3/3x)	- set and obtain selection timeout values
XtSetSensitive	XtSetSensitive (3/3x)	- set and check a widget's sensitivity state
XtSetSubvalues	XtSetValues (3/3x)  - obtain and set widget resources 
XtSetTypeConverter		XtAppSetTypeConverter (3/3x)	- register resource converter
XtSetValues	XtSetValues (3/3x)  - obtain and set widget resources 
XtSetWMColormapWindows		XtSetWMColormapWindows (3/3x)	- Set the value of the WM_COLORMAP_WINDOWS property
XtSetWarningHandler		XtError (3/3x)	- low-level error handlers
XtSetWarningMsgHandler		XtErrorMsg (3/3x)   - high-level error handlers
XtStringConversionWarning	XtStringConversionWarning (3/3x)    - issue a conversion warning message
XtSuperclass	XtClass (3/3x)	- obtain and verify a widget's class
XtToolkitInitialize		XtCreateApplicationContext (3/3x)   - create, destroy, and obtain an application context
XtToolkitThreadInitialize	XtToolkitThreadInitialize (3/3x)    - initialize the toolkit for multiple threads
XtTranslateCoords		XtTranslateCoords (3/3x)    - translate widget coordinates
XtTranslateKeycode		XtSetKeyTranslator (3/3x)   - convert KeySym to KeyCodes
XtUngrabButton	XtGrabKey (3/3x)    - manage grabs
XtUngrabKey	XtGrabKey (3/3x)    - manage grabs
XtUngrabKeyboard		XtGrabKey (3/3x)    - manage grabs
XtUngrabPointer XtGrabKey (3/3x)    - manage grabs
XtUninstallTranslations 	XtParseTranslationTable (3/3x)	- manage translation tables
XtUnmanageChild XtManageChildren (3/3x) - manage and unmanage children
XtUnmanageChildren		XtManageChildren (3/3x) - manage and unmanage children
XtUnmapWidget	XtMapWidget (3/3x)  - map and unmap widgets
XtUnrealizeWidget		XtRealizeWidget (3/3x)	- realize and unrealize widgets
XtVaAppCreateShell		XtAppCreateShell (3/3x) - create top-level widget instance
XtVaAppInitialize		XtAppInitialize (3/3x)	- initialize, open, or close a display
XtVaCreateArgsList		XtVaCreateArgsList (3/3x)   - dynamically allocate a varargs list
XtVaCreateManagedWidget 	XtCreateWidget (3/3x)	- create and destroy widgets
XtVaCreatePopupShell		XtCreatePopupShell (3/3x)   - create a popup shell
XtVaCreateWidget		XtCreateWidget (3/3x)	- create and destroy widgets
XtVaGetApplicationResources	XtGetApplicationResources (3/3x)    - obtain application resources
XtVaGetSubresources		XtGetSubresources (3/3x)    - obtain subresources
XtVaGetSubvalues		XtSetValues (3/3x)  - obtain and set widget resources 
XtVaGetValues	XtSetValues (3/3x)  - obtain and set widget resources 
XtVaOpenApplication		XtOpenApplication (3/3x)    - initialize, open, or close a display
XtVaSetSubvalues		XtSetValues (3/3x)  - obtain and set widget resources 
XtVaSetValues	XtSetValues (3/3x)  - obtain and set widget resources 
XtWarning	XtError (3/3x)	- low-level error handlers
XtWarningMsg	XtErrorMsg (3/3x)   - high-level error handlers
XtWidgetToApplicationContext	XtCreateApplicationContext (3/3x)   - create, destroy, and obtain an application context
XtWindow	XtDisplay (3/3x)    - obtain window information about a widget
XtWindowOfObject		XtDisplay (3/3x)    - obtain window information about a widget
XtWindowToWidget		XtNameToWidget (3/3x)	- translating strings to widgets or widgets to windows
Xutf8DrawImageString		XmbDrawImageString (3/3x)   - draw image text using a single font set
Xutf8DrawString XmbDrawString (3/3x)	- draw text using a single font set
Xutf8DrawText	XmbDrawText (3/3x)  - draw text using multiple font sets 
Xutf8LookupString		XmbLookupString (3/3x)	- obtain composed input from an input method
Xutf8ResetIC	XmbResetIC (3/3x)   - reset the state of an input context
Xutf8SetWMProperties		XSetWMProperties (3/3x) - set standard window properties
Xutf8TextEscapement		XmbTextEscapement (3/3x)    - obtain the escapement of text
Xutf8TextExtents		XmbTextExtents (3/3x)	- compute text extents
Xutf8TextListToTextProperty	XmbTextListToTextProperty (3/3x)    - convert text lists and text property structures
Xutf8TextPerCharExtents 	XmbTextPerCharExtents (3/3x)	- obtain per-character information for a text string
Xutf8TextPropertyToTextList	XmbTextListToTextProperty (3/3x)    - convert text lists and text property structures
Xv		Xv (3/3x)	- X Window System video extension
XvFreeAdaptorInfo		XvFreeAdaptorInfo (3/3x)    - free adaptor information 
XvFreeEncodingInfo		XvFreeEncodingInfo (3/3x)   - free encoding information 
XvGetPortAttribute		XvGetPortAttribute (3/3x)   - return current port attribute value
XvGetStill	XvGetStill (3/3x)   - capture a single frame of video from a drawable
XvGetVideo	XvGetVideo (3/3x)   - capture video from a drawable
XvGrabPort	XvGrabPort (3/3x)   - lock port for exclusive use by client
XvPortNotify	XvPortNotify (3/3x) - event generated when port attributes change
XvPutStill	XvPutStill (3/3x)   - write a single frame of video to a drawable
XvPutVideo	XvPutVideo (3/3x)   - write video into a drawable
XvQueryAdaptors XvQueryAdaptors (3/3x)	- return adaptor information for a screen
XvQueryBestSize XvQueryBestSize (3/3x)	- determine the optimum drawable region size
XvQueryEncodings		XvQueryEncodings (3/3x) - return list of encodings for an adaptor
XvQueryExtension		XvQueryExtension (3/3x) - return version and release of extension
XvSelectPortNotify		XvSelectPortNotify (3/3x)   - enable or disable XvPortNotify(3X) events
XvSelectVideoNotify		XvSelectVideoNotify (3/3x)  - enable or disable VideoNotify events
XvSetPortAttribute		XvSetPortAttribute (3/3x)   - sets an attribute of a video port 
XvStopVideo	XvStopVideo (3/3x)  - stop active video 
XvUngrabPort	XvUngrabPort (3/3x) - release port grabbed for video operation
XvVideoNotify	XvVideoNotify (3/3x)	- event generated for video processing
Xvfb		Xvfb (1/1x)	- virtual framebuffer X server for X Version 11
XwcDrawImageString		XmbDrawImageString (3/3x)   - draw image text using a single font set
XwcDrawString	XmbDrawString (3/3x)	- draw text using a single font set
XwcDrawText	XmbDrawText (3/3x)  - draw text using multiple font sets 
XwcFreeStringList		XmbTextListToTextProperty (3/3x)    - convert text lists and text property structures
XwcLookupString XmbLookupString (3/3x)	- obtain composed input from an input method
XwcResetIC	XmbResetIC (3/3x)   - reset the state of an input context
XwcTextEscapement		XmbTextEscapement (3/3x)    - obtain the escapement of text
XwcTextExtents	XmbTextExtents (3/3x)	- compute text extents
XwcTextListToTextProperty	XmbTextListToTextProperty (3/3x)    - convert text lists and text property structures
XwcTextPerCharExtents		XmbTextPerCharExtents (3/3x)	- obtain per-character information for a text string
XwcTextPropertyToTextList	XmbTextListToTextProperty (3/3x)    - convert text lists and text property structures
appres		appres (1/1x)	- list X application resource database
atobm		bitmap (1/1x)	- bitmap editor and converter utilities for the X Window System
bdftopcf	bdftopcf (1/1x) - convert X font from Bitmap Distribution Format to Portable Compiled Format
bdftruncate	bdftruncate (1/1x)  - generate truncated BDF font from ISO 10646-1-encoded BDF font
beforelight	beforelight (1/1x)  - screen saver
bitmap		bitmap (1/1x)	- bitmap editor and converter utilities for the X Window System
bmtoa		bitmap (1/1x)	- bitmap editor and converter utilities for the X Window System
ccmakedep	ccmakedep (1/1x)    - create dependencies in makefiles using a C compiler
citron		citron (7)	- Citron Infrared Touch Driver (CiTouch)
cleanlinks	cleanlinks (1/1x)   - remove dangling symbolic links and empty directories
constype	constype (1/1x) - print type of Sun console
dga		dga (1/1x)	- test program for the XFree86-DGA extension
dmc		dmc (7) 	- DMC input driver
dmxtodmx	dmxtodmx (1/1x) - dmx configuration file parser and printer
dpsexec 	dpsexec (1/1x)	- Display PostScript Executive 
dpsinfo 	dpsinfo (1/1x)	- Display PostScript Information 
dynapro 	dynapro (7)	- Dynapro input driver
editres 	editres (1/1x)	- a dynamic resource editor for X Toolkit applications
elographics	elographics (7) - Elographics input driver
fbdev		fbdev (7)	- video driver for framebuffer device
fbdevhw 	fbdevhw (7)	- os-specific submodule for framebuffer device access
fc-cache	fc-cache (1/1x) - create an index of FreeType font files in a directory
fc-list 	fc-list (1/1x)	- list available fonts
ffb		ffb (7) 	- SUNFFB video driver
fontconfig	fontconfig (3/3x)   - Font configuration and customization library 
fonts.cache	fc-cache (1/1x) - create an index of FreeType font files in a directory
fonttosfnt	fonttosfnt (1/1x)   - Wrap a bitmap font in a sfnt (TrueType) wrapper
fpit		fpit (7)	- Fujitsu Stylistic input driver
fslsfonts	fslsfonts (1/1x)    - list fonts served by X font server
fstobdf 	fstobdf (1/1x)	- generate BDF font from X font server
getconfig	getconfig (1/1x)    - get configuration information for the XFree86 server
getconfig	getconfig (4)	- meta configuration files for getconfig(1)
glColor3bv	.B (3/3x)	- set the current color 
glColor3d	.B (3/3x)	- set the current color 
glColor3dv	.B (3/3x)	- set the current color 
glColor3f	.B (3/3x)	- set the current color 
glColor3fv	.B (3/3x)	- set the current color 
glColor3i	.B (3/3x)	- set the current color 
glColor3iv	.B (3/3x)	- set the current color 
glColor3s	.B (3/3x)	- set the current color 
glColor3sv	.B (3/3x)	- set the current color 
glColor3ub	.B (3/3x)	- set the current color 
glColor3ubv	.B (3/3x)	- set the current color 
glColor3ui	.B (3/3x)	- set the current color 
glColor3uiv	.B (3/3x)	- set the current color 
glColor3us	.B (3/3x)	- set the current color 
glColor3usv	.B (3/3x)	- set the current color 
glColor4b	.B (3/3x)	- set the current color 
glColor4bv	.B (3/3x)	- set the current color 
glColor4d	.B (3/3x)	- set the current color 
glColor4dv	.B (3/3x)	- set the current color 
glColor4f	.B (3/3x)	- set the current color 
glColor4fv	.B (3/3x)	- set the current color 
glColor4i	.B (3/3x)	- set the current color 
glColor4iv	.B (3/3x)	- set the current color 
glColor4s	.B (3/3x)	- set the current color 
glColor4sv	.B (3/3x)	- set the current color 
glColor4ub	.B (3/3x)	- set the current color 
glColor4ubv	.B (3/3x)	- set the current color 
glColor4ui	.B (3/3x)	- set the current color 
glColor4uiv	.B (3/3x)	- set the current color 
glColor4us	.B (3/3x)	- set the current color 
glColor4usv	.B (3/3x)	- set the current color 
glColorTableParameterfv 	.B (3/3x)   - set color lookup table parameters 
glConvolutionParameterfv	.B (3/3x)   - set convolution parameters 
glConvolutionParameteri 	.B (3/3x)   - set convolution parameters 
glConvolutionParameteriv	.B (3/3x)   - set convolution parameters 
glDisable	.B (3/3x)	- enable or disable server-side GL capabilities 
glDisableClientState		.B (3/3x)   - enable or disable client-side capability 
glEdgeFlagv	.B (3/3x)	- flag edges as either boundary or nonboundary 
glEnd		.B (3/3x)	- delimit the vertices of a primitive or a group of like primitives 
glEndList	.B (3/3x)	- create or replace a display list 
glEvalCoord1dv	.B (3/3x)	- evaluate enabled one- and two-dimensional maps  .EQ delim $$ .EN
glEvalCoord1f	.B (3/3x)	- evaluate enabled one- and two-dimensional maps  .EQ delim $$ .EN
glEvalCoord1fv	.B (3/3x)	- evaluate enabled one- and two-dimensional maps  .EQ delim $$ .EN
glEvalCoord2d	.B (3/3x)	- evaluate enabled one- and two-dimensional maps  .EQ delim $$ .EN
glEvalCoord2dv	.B (3/3x)	- evaluate enabled one- and two-dimensional maps  .EQ delim $$ .EN
glEvalCoord2f	.B (3/3x)	- evaluate enabled one- and two-dimensional maps  .EQ delim $$ .EN
glEvalCoord2fv	.B (3/3x)	- evaluate enabled one- and two-dimensional maps  .EQ delim $$ .EN
glEvalMesh2	.B (3/3x)	- compute a one- or two-dimensional grid of points or lines 
glEvalPoint2	.B (3/3x)	- generate and evaluate a single point in a mesh 
glFogfv 	.B (3/3x)	- specify fog parameters 
glFogi		.B (3/3x)	- specify fog parameters 
glFogiv 	.B (3/3x)	- specify fog parameters 
glGetColorTableParameteriv	.B (3/3x)   - get color lookup table parameters 
glGetConvolutionParameteriv	.B (3/3x)   - get convolution parameters 
glGetDoublev	.B (3/3x)	- return the value or values of a selected parameter 
glGetFloatv	.B (3/3x)	- return the value or values of a selected parameter 
glGetHistogramParameteriv	.B (3/3x)   - get histogram parameters 
glGetIntegerv	.B (3/3x)	- return the value or values of a selected parameter 
glGetLightiv	.B (3/3x)	- return light source parameter values 
glGetMapfv	.B (3/3x)	- return evaluator parameters 
glGetMapiv	.B (3/3x)	- return evaluator parameters 
glGetMaterialiv .B (3/3x)	- return material parameters 
glGetMinmaxParameteriv		.B (3/3x)   - get minmax parameters 
glGetPixelMapuiv		.B (3/3x)   - return the specified pixel map 
glGetPixelMapusv		.B (3/3x)   - return the specified pixel map 
glGetTexEnviv	.B (3/3x)	- return texture environment parameters 
glGetTexGenfv	.B (3/3x)	- return texture coordinate generation parameters 
glGetTexGeniv	.B (3/3x)	- return texture coordinate generation parameters 
glGetTexLevelParameteriv	.B (3/3x)   - return texture parameter values for a specific level of detail 
glGetTexParameteriv		.B (3/3x)   - return texture parameter values 
glIndexdv	.B (3/3x)	- set the current color index  .P
glIndexf	.B (3/3x)	- set the current color index  .P
glIndexfv	.B (3/3x)	- set the current color index  .P
glIndexi	.B (3/3x)	- set the current color index  .P
glIndexiv	.B (3/3x)	- set the current color index  .P
glIndexs	.B (3/3x)	- set the current color index  .P
glIndexsv	.B (3/3x)	- set the current color index  .P
glIndexub	.B (3/3x)	- set the current color index  .P
glIndexubv	.B (3/3x)	- set the current color index  .P
glLightModelfv	.B (3/3x)	- set the lighting model parameters 
glLightModeli	.B (3/3x)	- set the lighting model parameters 
glLightModeliv	.B (3/3x)	- set the lighting model parameters 
glLightfv	.B (3/3x)	- set light source parameters 
glLighti	.B (3/3x)	- set light source parameters 
glLightiv	.B (3/3x)	- set light source parameters 
glLoadMatrixf	.B (3/3x)	- replace the current matrix with the specified matrix 
glMap1f 	.B (3/3x)	- define a one-dimensional evaluator 
glMap2f 	.B (3/3x)	- define a two-dimensional evaluator 
glMapGrid1f	.B (3/3x)	- define a one- or two-dimensional mesh 
glMapGrid2d	.B (3/3x)	- define a one- or two-dimensional mesh 
glMapGrid2f	.B (3/3x)	- define a one- or two-dimensional mesh 
glMaterialfv	.B (3/3x)	- specify material parameters for the lighting model 
glMateriali	.B (3/3x)	- specify material parameters for the lighting model 
glMaterialiv	.B (3/3x)	- specify material parameters for the lighting model 
glMultMatrixf	.B (3/3x)	- multiply the current matrix with the specified matrix 
glMultiTexCoord1dvARB		.B (3/3x)   - set the current texture coordinates 
glMultiTexCoord1fARB		.B (3/3x)   - set the current texture coordinates 
glMultiTexCoord1fvARB		.B (3/3x)   - set the current texture coordinates 
glMultiTexCoord1iARB		.B (3/3x)   - set the current texture coordinates 
glMultiTexCoord1ivARB		.B (3/3x)   - set the current texture coordinates 
glMultiTexCoord1sARB		.B (3/3x)   - set the current texture coordinates 
glMultiTexCoord1svARB		.B (3/3x)   - set the current texture coordinates 
glMultiTexCoord2dARB		.B (3/3x)   - set the current texture coordinates 
glMultiTexCoord2dvARB		.B (3/3x)   - set the current texture coordinates 
glMultiTexCoord2fARB		.B (3/3x)   - set the current texture coordinates 
glMultiTexCoord2fvARB		.B (3/3x)   - set the current texture coordinates 
glMultiTexCoord2iARB		.B (3/3x)   - set the current texture coordinates 
glMultiTexCoord2ivARB		.B (3/3x)   - set the current texture coordinates 
glMultiTexCoord2sARB		.B (3/3x)   - set the current texture coordinates 
glMultiTexCoord2svARB		.B (3/3x)   - set the current texture coordinates 
glMultiTexCoord3dARB		.B (3/3x)   - set the current texture coordinates 
glMultiTexCoord3dvARB		.B (3/3x)   - set the current texture coordinates 
glMultiTexCoord3fARB		.B (3/3x)   - set the current texture coordinates 
glMultiTexCoord3fvARB		.B (3/3x)   - set the current texture coordinates 
glMultiTexCoord3iARB		.B (3/3x)   - set the current texture coordinates 
glMultiTexCoord3ivARB		.B (3/3x)   - set the current texture coordinates 
glMultiTexCoord3sARB		.B (3/3x)   - set the current texture coordinates 
glMultiTexCoord3svARB		.B (3/3x)   - set the current texture coordinates 
glMultiTexCoord4dARB		.B (3/3x)   - set the current texture coordinates 
glMultiTexCoord4dvARB		.B (3/3x)   - set the current texture coordinates 
glMultiTexCoord4fARB		.B (3/3x)   - set the current texture coordinates 
glMultiTexCoord4fvARB		.B (3/3x)   - set the current texture coordinates 
glMultiTexCoord4iARB		.B (3/3x)   - set the current texture coordinates 
glMultiTexCoord4ivARB		.B (3/3x)   - set the current texture coordinates 
glMultiTexCoord4sARB		.B (3/3x)   - set the current texture coordinates 
glMultiTexCoord4svARB		.B (3/3x)   - set the current texture coordinates 
glNormal3bv	.B (3/3x)	- set the current normal vector  .EQ delim $$ .EN
glNormal3d	.B (3/3x)	- set the current normal vector  .EQ delim $$ .EN
glNormal3dv	.B (3/3x)	- set the current normal vector  .EQ delim $$ .EN
glNormal3f	.B (3/3x)	- set the current normal vector  .EQ delim $$ .EN
glNormal3fv	.B (3/3x)	- set the current normal vector  .EQ delim $$ .EN
glNormal3i	.B (3/3x)	- set the current normal vector  .EQ delim $$ .EN
glNormal3iv	.B (3/3x)	- set the current normal vector  .EQ delim $$ .EN
glNormal3s	.B (3/3x)	- set the current normal vector  .EQ delim $$ .EN
glNormal3sv	.B (3/3x)	- set the current normal vector  .EQ delim $$ .EN
glPixelMapuiv	.B (3/3x)	- set up pixel transfer maps 
glPixelMapusv	.B (3/3x)	- set up pixel transfer maps 
glPixelStorei	.B (3/3x)	- set pixel storage modes 
glPixelTransferi		.B (3/3x)   - set pixel transfer modes 
glPopAttrib	.B (3/3x)	- push and pop the server attribute stack 
glPopClientAttrib		.B (3/3x)   - push and pop the client attribute stack 
glPopMatrix	.B (3/3x)	- push and pop the current matrix stack 
glPopName	.B (3/3x)	- push and pop the name stack 
glRasterPos2dv	.B (3/3x)	- specify the raster position for pixel operations 
glRasterPos2f	.B (3/3x)	- specify the raster position for pixel operations 
glRasterPos2fv	.B (3/3x)	- specify the raster position for pixel operations 
glRasterPos2i	.B (3/3x)	- specify the raster position for pixel operations 
glRasterPos2iv	.B (3/3x)	- specify the raster position for pixel operations 
glRasterPos2s	.B (3/3x)	- specify the raster position for pixel operations 
glRasterPos2sv	.B (3/3x)	- specify the raster position for pixel operations 
glRasterPos3d	.B (3/3x)	- specify the raster position for pixel operations 
glRasterPos3dv	.B (3/3x)	- specify the raster position for pixel operations 
glRasterPos3f	.B (3/3x)	- specify the raster position for pixel operations 
glRasterPos3fv	.B (3/3x)	- specify the raster position for pixel operations 
glRasterPos3i	.B (3/3x)	- specify the raster position for pixel operations 
glRasterPos3iv	.B (3/3x)	- specify the raster position for pixel operations 
glRasterPos3s	.B (3/3x)	- specify the raster position for pixel operations 
glRasterPos3sv	.B (3/3x)	- specify the raster position for pixel operations 
glRasterPos4d	.B (3/3x)	- specify the raster position for pixel operations 
glRasterPos4dv	.B (3/3x)	- specify the raster position for pixel operations 
glRasterPos4f	.B (3/3x)	- specify the raster position for pixel operations 
glRasterPos4fv	.B (3/3x)	- specify the raster position for pixel operations 
glRasterPos4i	.B (3/3x)	- specify the raster position for pixel operations 
glRasterPos4iv	.B (3/3x)	- specify the raster position for pixel operations 
glRasterPos4s	.B (3/3x)	- specify the raster position for pixel operations 
glRasterPos4sv	.B (3/3x)	- specify the raster position for pixel operations 
glRectdv	.B (3/3x)	- draw a rectangle 
glRectf 	.B (3/3x)	- draw a rectangle 
glRectfv	.B (3/3x)	- draw a rectangle 
glRecti 	.B (3/3x)	- draw a rectangle 
glRectiv	.B (3/3x)	- draw a rectangle 
glRects 	.B (3/3x)	- draw a rectangle 
glRectsv	.B (3/3x)	- draw a rectangle 
glRotatef	.B (3/3x)	- multiply the current matrix by a rotation matrix 
glScalef	.B (3/3x)	- multiply the current matrix by a general scaling matrix 
glTexCoord1dv	.B (3/3x)	- set the current texture coordinates 
glTexCoord1f	.B (3/3x)	- set the current texture coordinates 
glTexCoord1fv	.B (3/3x)	- set the current texture coordinates 
glTexCoord1i	.B (3/3x)	- set the current texture coordinates 
glTexCoord1iv	.B (3/3x)	- set the current texture coordinates 
glTexCoord1s	.B (3/3x)	- set the current texture coordinates 
glTexCoord1sv	.B (3/3x)	- set the current texture coordinates 
glTexCoord2d	.B (3/3x)	- set the current texture coordinates 
glTexCoord2dv	.B (3/3x)	- set the current texture coordinates 
glTexCoord2f	.B (3/3x)	- set the current texture coordinates 
glTexCoord2fv	.B (3/3x)	- set the current texture coordinates 
glTexCoord2i	.B (3/3x)	- set the current texture coordinates 
glTexCoord2iv	.B (3/3x)	- set the current texture coordinates 
glTexCoord2s	.B (3/3x)	- set the current texture coordinates 
glTexCoord2sv	.B (3/3x)	- set the current texture coordinates 
glTexCoord3d	.B (3/3x)	- set the current texture coordinates 
glTexCoord3dv	.B (3/3x)	- set the current texture coordinates 
glTexCoord3f	.B (3/3x)	- set the current texture coordinates 
glTexCoord3fv	.B (3/3x)	- set the current texture coordinates 
glTexCoord3i	.B (3/3x)	- set the current texture coordinates 
glTexCoord3iv	.B (3/3x)	- set the current texture coordinates 
glTexCoord3s	.B (3/3x)	- set the current texture coordinates 
glTexCoord3sv	.B (3/3x)	- set the current texture coordinates 
glTexCoord4d	.B (3/3x)	- set the current texture coordinates 
glTexCoord4dv	.B (3/3x)	- set the current texture coordinates 
glTexCoord4f	.B (3/3x)	- set the current texture coordinates 
glTexCoord4fv	.B (3/3x)	- set the current texture coordinates 
glTexCoord4i	.B (3/3x)	- set the current texture coordinates 
glTexCoord4iv	.B (3/3x)	- set the current texture coordinates 
glTexCoord4s	.B (3/3x)	- set the current texture coordinates 
glTexCoord4sv	.B (3/3x)	- set the current texture coordinates 
glTexEnvfv	.B (3/3x)	- set texture environment parameters 
glTexEnvi	.B (3/3x)	- set texture environment parameters 
glTexEnviv	.B (3/3x)	- set texture environment parameters 
glTexGendv	.B (3/3x)	- control the generation of texture coordinates 
glTexGenf	.B (3/3x)	- control the generation of texture coordinates 
glTexGenfv	.B (3/3x)	- control the generation of texture coordinates 
glTexGeni	.B (3/3x)	- control the generation of texture coordinates 
glTexGeniv	.B (3/3x)	- control the generation of texture coordinates 
glTexParameterfv		.B (3/3x)   - set texture parameters 
glTexParameteri .B (3/3x)	- set texture parameters 
glTexParameteriv		.B (3/3x)   - set texture parameters 
glTranslatef	.B (3/3x)	- multiply the current matrix by a translation matrix 
glVertex2dv	.B (3/3x)	- specify a vertex 
glVertex2f	.B (3/3x)	- specify a vertex 
glVertex2fv	.B (3/3x)	- specify a vertex 
glVertex2i	.B (3/3x)	- specify a vertex 
glVertex2iv	.B (3/3x)	- specify a vertex 
glVertex2s	.B (3/3x)	- specify a vertex 
glVertex2sv	.B (3/3x)	- specify a vertex 
glVertex3d	.B (3/3x)	- specify a vertex 
glVertex3dv	.B (3/3x)	- specify a vertex 
glVertex3f	.B (3/3x)	- specify a vertex 
glVertex3fv	.B (3/3x)	- specify a vertex 
glVertex3i	.B (3/3x)	- specify a vertex 
glVertex3iv	.B (3/3x)	- specify a vertex 
glVertex3s	.B (3/3x)	- specify a vertex 
glVertex3sv	.B (3/3x)	- specify a vertex 
glVertex4d	.B (3/3x)	- specify a vertex 
glVertex4dv	.B (3/3x)	- specify a vertex 
glVertex4f	.B (3/3x)	- specify a vertex 
glVertex4fv	.B (3/3x)	- specify a vertex 
glVertex4i	.B (3/3x)	- specify a vertex 
glVertex4iv	.B (3/3x)	- specify a vertex 
glVertex4s	.B (3/3x)	- specify a vertex 
glVertex4sv	.B (3/3x)	- specify a vertex 
glint		glint (7)	- GLINT/Permedia video driver
gluEndCurve	.B (3/3x)	- delimit a NURBS curve definition 
gluEndPolygon	.B (3/3x)	- delimit a polygon description 
gluEndSurface	.B (3/3x)	- delimit a NURBS surface definition 
gluEndTrim	.B (3/3x)	- delimit a NURBS trimming loop definition 
gluTessEndContour		.B (3/3x)   - delimit a contour description 
glxgears	glxgears (1/1x) - GLX version of the infamous "gears" GL demo.
glxinfo 	glxinfo (1/1x)	- display info about a GLX extension and OpenGL renderer.
gtf		gtf (1/1x)	- calculate VESA GTF mode lines
iceauth 	iceauth (1/1x)	- ICE authority file utility
ico		ico (1/1x)	- animate an icosahedron or other polyhedron
imake		imake (1/1x)	- C preprocessor interface to the make utility
js_x		js_x (7)	- JamStudio input driver
kbd		kbd (7) 	- Keyboard input driver
kbd_mode	kbd_mode (1/1x) - recover the Sun console keyboard
keyboard	keyboard (7)	- Keyboard input driver
lbxproxy	lbxproxy (1/1x) - Low BandWidth X proxy
library 	Xau (3/3x)	- X authority database routines
libxrx		libxrx (1/1x)	- RX Netscape Navigator Plug-in
listres 	listres (1/1x)	- list resources in widgets
lndir		lndir (1/1x)	- create a shadow directory of symbolic links to another directory tree
luit		luit (1/1x)	- Locale and ISO\ 2022 support for Unicode terminals
magictouch	magictouch (7)	- MagicTouch input driver
makedepend	makedepend (1/1x)   - create dependencies in makefiles
makeg		makeg (1/1x)	- make a debuggable executable
makepsres	makepsres (1/1x)    - Build PostScript resource database file. 
makestrs	makestrs (1/1x) - makes string table C source and header(s)
mergelib	mergelib (1/1x) - merge one library into another
mga		mga (7) 	- Matrox video driver
microtouch	microtouch (7)	- MicroTouch input driver
mkcfm		mkcfm (1/1x)	- create summaries of font metric files in CID font directories
mkdirhier	mkdirhier (1/1x)    - makes a directory hierarchy
mkfontdir	mkfontdir (1/1x)    - create an index of X font files in a directory
mkfontscale	mkfontscale (1/1x)  - create an index of scalable font files for X
mkhtmlindex	mkhtmlindex (1/1x)  - generate index files for HTML man pages
mouse		mouse (7)	- Mouse input driver
mutouch 	mutouch (7)	- Microtouch input driver
oclock		oclock (1/1x)	- round X clock
palmax		palmax (7)	- Palmax (TR88L803) touchscreen driver
pcitweak	pcitweak (1/1x) - read/write PCI config space
penmount	penmount (7)	- PenMount input driver
pnozz		pnozz (7)	- Weitek P9100 SBus driver
proxymngr	proxymngr (1/1x)    - proxy manager service
pswrap		pswrap (PSWRAP) - creates C procedures from segments of PostScript language code 
r128		r128 (7)	- ATI Rage 128 video driver
radeon		radeon (7)	- ATI RADEON video driver
resize		resize (1/1x)	- set TERMCAP and terminal settings to current xterm window size
revpath 	revpath (1/1x)	- generate a relative path that can be used to undo a change-directory
rman		PolyglotMan (1/1x)  - reverse compile man pages from formatted	form to a number of source formats 
rstart		rstart (1/1x)	- a sample implementation of a Remote Start client
rstartd 	rstartd (1/1x)	- a sample implementation of a Remote Start rsh helper
scanpci 	scanpci (1/1x)	- scan/probe PCI buses
sessreg 	sessreg (1/1x)	- manage utmp/wtmp entries for non-init clients
setxkbmap	setxkbmap (1/1x)    - set the keyboard using the X Keyboard Extension
showfont	showfont (1/1x) - font dumper for X font server
showrgb 	showrgb (1/1x)	- uncompile an rgb color-name database
smproxy 	smproxy (1/1x)	- Session Manager Proxy
startx		startx (1/1x)	- initialize an X session
sunbw2		sunbw2 (7)	- BW2 video driver
suncg14 	suncg14 (7)	- CG14 video driver
suncg3		suncg3 (7)	- CG3 video driver
suncg6		suncg6 (7)	- GX/Turbo GX video driver
sunleo		sunleo (7)	- Leo video driver
suntcx		suntcx (7)	- TCX video driver
sxpm		sxpm (1/1x)	- Show an XPM (X PixMap) file and/or convert XPM 1 or 2 files to XPM 3.
tdfx		tdfx (7)	- 3Dfx video driver
tek4957 	tek4957 (7)	- Tektronix 4957 input driver
texteroids	texteroids (1/1x)   - test your mousing skills on spinning text 
twm		twm (1/1x)	- Tab Window Manager for the X Window System
ucs2any 	ucs2any (1/1x)	- generate BDF fonts containing subsets of ISO 10646-1 codepoints
vdltodmx	vdltodmx (1/1x) - dmx configuration file parser and printer
vesa		vesa (7)	- Generic VESA video driver
vga		vga (7) 	- Generic VGA video driver
viewres 	viewres (1/1x)	- graphical class browser for Xt
void		void (7)	- null input driver
wacom		wacom (7)	- Wacom input driver
x11perf 	x11perf (1/1x)	- X11 server performance test program
x11perfcomp	x11perfcomp (1/1x)  - X11 server performance comparison program
xauth		xauth (1/1x)	- X authority file utility
xbiff		xbiff (1/1x)	- mailbox flag for X
xcalc		xcalc (1/1x)	- scientific calculator for X
xclipboard	xclipboard (1/1x)   - X clipboard client
xclock		xclock (1/1x)	- analog / digital clock for X
xcmsdb		xcmsdb (1/1x)	- Device Color Characterization utility for X Color Management System
xconsole	xconsole (1/1x) - monitor system console messages with X
xcursorgen	xcursorgen (1/1x)   - create an X cursor file from a collection of PNG images
xcutsel 	xcutsel (1/1x)	- interchange between cut buffer and selection
xditview	xditview (1/1x) - display ditroff output
xdm		xdm (1/1x)	- X Display Manager with support for XDMCP, host chooser
xdmxconfig	xdmxconfig (1/1x)   - a graphical configuration tool for Xdmx configuration files
xdpyinfo	xdpyinfo (1/1x) - display information utility for X
xedit		xedit (1/1x)	- simple text editor for X
xev		xev (1/1x)	- print contents of X events
xeyes		xeyes (1/1x)	- a follow the mouse X demo
xf86cfg 	xf86cfg (1/1x)	- Graphical configuration tool for XFree86 4.0
xf86config	xf86config (1/1x)   - generate an XF86Config file
xfd		xfd (1/1x)	- display all the characters in an X font
xfindproxy	xfindproxy (1/1x)   - locate proxy services
xfontsel	xfontsel (1/1x) - point and click selection of X11 font names
xfs		xfs (1/1x)	- X font server
xfsinfo 	xfsinfo (1/1x)	- X font server information utility
xfwp		xfwp (1/1x)	- X firewall proxy
xgamma		xgamma (1/1x)	- Alter a monitor's gamma correction for XFree86
xgc		xgc (1/1x)	- X graphics demo
xhost		xhost (1/1x)	- server access control program for X
xinit		xinit (1/1x)	- X Window System initializer
xkbcomp 	xkbcomp (1/1x)	- compile XKB keyboard description
xkbevd		xkbevd (1/1x)	- XKB event daemon
xkbprint	xkbprint (1/1x) - print an XKB keyboard description
xkill		xkill (1/1x)	- kill a client by its X resource
xload		xload (1/1x)	- system load average display for X
xlogo		xlogo (1/1x)	- X Window System logo
xlsatoms	xlsatoms (1/1x) - list interned atoms defined on server
xlsclients	xlsclients (1/1x)   - list client applications running on a display
xlsfonts	xlsfonts (1/1x) - server font list displayer for X
xmag		xmag (1/1x)	- magnify parts of the screen
xman		xman (1/1x)	- Manual page display program for the X Window System
xmessage	xmessage (1/1x) - display a message or query in a window (X-based /bin/echo)
xmh		xmh (1/1x)	- send and read mail with an X interface to MH
xmkmf		xmkmf (1/1x)	- create a Makefile from an Imakefile
xmodmap 	xmodmap (1/1x)	- utility for modifying keymaps and pointer button mappings in X
xon		xon (1/1x)	- start an X program on a remote machine
xprop		xprop (1/1x)	- property displayer for X
xrandr		xrandr (1/1x)	- primitive command line interface to RandR extension
xrdb		xrdb (1/1x)	- X server resource database utility
xrefresh	xrefresh (1/1x) - refresh all or part of an X screen
xset		xset (1/1x)	- user preference utility for X
xsetmode	xsetmode (1/1x) - set the mode for an X Input device
xsetpointer	xsetpointer (1/1x)  - set an X Input device as the main pointer
xsetroot	xsetroot (1/1x) - root window parameter setting utility for X
xsm		xsm (1/1x)	- X Session Manager
xstdcmap	xstdcmap (1/1x) - X standard colormap utility
xterm		xterm (1/1x)	- terminal emulator for X
xtrapchar	xtrapreset (1/1x)   - XTrap sample clients
xtrapin 	xtrapreset (1/1x)   - XTrap sample clients
xtrapinfo	xtrapreset (1/1x)   - XTrap sample clients
xtrapout	xtrapreset (1/1x)   - XTrap sample clients
xtrapproto	xtrapreset (1/1x)   - XTrap sample clients
xtrapreset	xtrapreset (1/1x)   - XTrap sample clients
xtrapstats	xtrapreset (1/1x)   - XTrap sample clients
xvidtune	xvidtune (1/1x) - video mode tuner for XFree86
xvinfo		xvinfo (1/1x)	- Print out X-Video extension adaptor information
xwd		xwd (1/1x)	- dump an image of an X window
xwininfo	xwininfo (1/1x) - window information utility for X
xwud		xwud (1/1x)	- image displayer for X
