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

/xsrc/external/mit/xgc/dist/
H A Dlex.l2 ** lex file for xgc syntax
161 "xgc: bad character `%s', line %d\n",
H A DMakefile.am25 bin_PROGRAMS = xgc program in directory:bin
45 xgc.h
H A Dconfigure.ac25 AC_INIT([xgc], [1.0.6], package
26 [https://gitlab.freedesktop.org/xorg/app/xgc/-/issues], [xgc])
H A DMakefile.in113 bin_PROGRAMS = xgc$(EXEEXT)
448 xgc.h
568 xgc$(EXEEXT): $(xgc_OBJECTS) $(xgc_DEPENDENCIES) $(EXTRA_xgc_DEPENDENCIES)
569 @rm -f xgc$(EXEEXT)
H A Dgram.c72 #include "xgc.h"
1652 fprintf(stderr, "xgc: syntax error, line %d\n", yylineno);
H A Dconfigure3 # Generated by GNU Autoconf 2.71 for xgc 1.0.6.
5 # Report bugs to <https://gitlab.freedesktop.org/xorg/app/xgc/-/issues>.
271 $0: https://gitlab.freedesktop.org/xorg/app/xgc/-/issues
613 PACKAGE_NAME='xgc'
614 PACKAGE_TARNAME='xgc'
616 PACKAGE_STRING='xgc 1.0.6'
617 PACKAGE_BUGREPORT='https://gitlab.freedesktop.org/xorg/app/xgc/-/issues'
1355 \`configure' configures xgc 1.0.6 to adapt to many kinds of systems.
1404 --docdir=DIR documentation root [DATAROOTDIR/doc/xgc]
1426 short | recursive ) echo "Configuration of xgc 1.
[all...]
/xsrc/external/mit/xgc/dist/man/
H A DMakefile.am3 appman_PRE = xgc.man
H A DMakefile.in281 appman_PRE = xgc.man
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dcapturexfont.c80 GC xgc; local in function:captureXFont
130 xgc = XCreateGC(dpy, offscreen,
132 XFillRectangle(dpy, offscreen, xgc, 0, 0,
134 XSetForeground(dpy, xgc, 1);
194 XDrawString16(dpy, offscreen, xgc,
275 XSetForeground(dpy, xgc, 0);
276 XFillRectangle(dpy, offscreen, xgc, 0, 0,
278 XSetForeground(dpy, xgc, 1);
282 XFreeGC(dpy, xgc);

Completed in 12 milliseconds