g                1053 lib-src/make-docfile.c 	  struct global *g = add_global (FUNCTION, name, maxargs, 0);
g                1054 lib-src/make-docfile.c 	  if (!g)
g                1110 lib-src/make-docfile.c 		g->flags |= DEFUN_noreturn;
g                1112 lib-src/make-docfile.c 		g->flags |= DEFUN_const;
g                1117 lib-src/make-docfile.c 		g->flags |= DEFUN_noinline;
g                  40 lib/group-member.c free_group_info (struct group_info const *g)
g                  42 lib/group-member.c   if (g->group != g->groupbuf)
g                  43 lib/group-member.c     free (g->group);
g                2710 lib/mini-gmp.c mpz_gcd_ui (mpz_t g, const mpz_t u, unsigned long v)
g                2718 lib/mini-gmp.c   if (g)
g                2719 lib/mini-gmp.c     mpz_swap (t, g);
g                2740 lib/mini-gmp.c mpz_gcd (mpz_t g, const mpz_t u, const mpz_t v)
g                2747 lib/mini-gmp.c       mpz_abs (g, v);
g                2752 lib/mini-gmp.c       mpz_abs (g, u);
g                2771 lib/mini-gmp.c       mpz_swap (g, tv);
g                2782 lib/mini-gmp.c 	    mpz_swap (g, tu);
g                2793 lib/mini-gmp.c 	    gp = MPZ_REALLOC (g, 1); /* gp = mpz_limbs_modify (g, 1); */
g                2796 lib/mini-gmp.c 	    g->_mp_size = *gp != 0; /* mpz_limbs_finish (g, 1); */
g                2803 lib/mini-gmp.c   mpz_mul_2exp (g, g, gz);
g                2807 lib/mini-gmp.c mpz_gcdext (mpz_t g, mpz_t s, mpz_t t, const mpz_t u, const mpz_t v)
g                2817 lib/mini-gmp.c       mpz_abs (g, v);
g                2829 lib/mini-gmp.c       mpz_abs (g, u);
g                2975 lib/mini-gmp.c   mpz_swap (g, tv);
g                2992 lib/mini-gmp.c   mpz_t g;
g                3000 lib/mini-gmp.c   mpz_init (g);
g                3002 lib/mini-gmp.c   mpz_gcd (g, u, v);
g                3003 lib/mini-gmp.c   mpz_divexact (g, u, g);
g                3004 lib/mini-gmp.c   mpz_mul (r, g, v);
g                3006 lib/mini-gmp.c   mpz_clear (g);
g                3028 lib/mini-gmp.c   mpz_t g, tr;
g                3034 lib/mini-gmp.c   mpz_init (g);
g                3037 lib/mini-gmp.c   mpz_gcdext (g, tr, NULL, u, m);
g                3038 lib/mini-gmp.c   invertible = (mpz_cmp_ui (g, 1) == 0);
g                3052 lib/mini-gmp.c   mpz_clear (g);
g                 309 lib/sha256.c     uint32_t g = ctx->state[6];
g                 349 lib/sha256.c         R( a, b, c, d, e, f, g, h, K( 0), x[ 0] );
g                 350 lib/sha256.c         R( h, a, b, c, d, e, f, g, K( 1), x[ 1] );
g                 351 lib/sha256.c         R( g, h, a, b, c, d, e, f, K( 2), x[ 2] );
g                 352 lib/sha256.c         R( f, g, h, a, b, c, d, e, K( 3), x[ 3] );
g                 353 lib/sha256.c         R( e, f, g, h, a, b, c, d, K( 4), x[ 4] );
g                 354 lib/sha256.c         R( d, e, f, g, h, a, b, c, K( 5), x[ 5] );
g                 355 lib/sha256.c         R( c, d, e, f, g, h, a, b, K( 6), x[ 6] );
g                 356 lib/sha256.c         R( b, c, d, e, f, g, h, a, K( 7), x[ 7] );
g                 357 lib/sha256.c         R( a, b, c, d, e, f, g, h, K( 8), x[ 8] );
g                 358 lib/sha256.c         R( h, a, b, c, d, e, f, g, K( 9), x[ 9] );
g                 359 lib/sha256.c         R( g, h, a, b, c, d, e, f, K(10), x[10] );
g                 360 lib/sha256.c         R( f, g, h, a, b, c, d, e, K(11), x[11] );
g                 361 lib/sha256.c         R( e, f, g, h, a, b, c, d, K(12), x[12] );
g                 362 lib/sha256.c         R( d, e, f, g, h, a, b, c, K(13), x[13] );
g                 363 lib/sha256.c         R( c, d, e, f, g, h, a, b, K(14), x[14] );
g                 364 lib/sha256.c         R( b, c, d, e, f, g, h, a, K(15), x[15] );
g                 365 lib/sha256.c         R( a, b, c, d, e, f, g, h, K(16), M(16) );
g                 366 lib/sha256.c         R( h, a, b, c, d, e, f, g, K(17), M(17) );
g                 367 lib/sha256.c         R( g, h, a, b, c, d, e, f, K(18), M(18) );
g                 368 lib/sha256.c         R( f, g, h, a, b, c, d, e, K(19), M(19) );
g                 369 lib/sha256.c         R( e, f, g, h, a, b, c, d, K(20), M(20) );
g                 370 lib/sha256.c         R( d, e, f, g, h, a, b, c, K(21), M(21) );
g                 371 lib/sha256.c         R( c, d, e, f, g, h, a, b, K(22), M(22) );
g                 372 lib/sha256.c         R( b, c, d, e, f, g, h, a, K(23), M(23) );
g                 373 lib/sha256.c         R( a, b, c, d, e, f, g, h, K(24), M(24) );
g                 374 lib/sha256.c         R( h, a, b, c, d, e, f, g, K(25), M(25) );
g                 375 lib/sha256.c         R( g, h, a, b, c, d, e, f, K(26), M(26) );
g                 376 lib/sha256.c         R( f, g, h, a, b, c, d, e, K(27), M(27) );
g                 377 lib/sha256.c         R( e, f, g, h, a, b, c, d, K(28), M(28) );
g                 378 lib/sha256.c         R( d, e, f, g, h, a, b, c, K(29), M(29) );
g                 379 lib/sha256.c         R( c, d, e, f, g, h, a, b, K(30), M(30) );
g                 380 lib/sha256.c         R( b, c, d, e, f, g, h, a, K(31), M(31) );
g                 381 lib/sha256.c         R( a, b, c, d, e, f, g, h, K(32), M(32) );
g                 382 lib/sha256.c         R( h, a, b, c, d, e, f, g, K(33), M(33) );
g                 383 lib/sha256.c         R( g, h, a, b, c, d, e, f, K(34), M(34) );
g                 384 lib/sha256.c         R( f, g, h, a, b, c, d, e, K(35), M(35) );
g                 385 lib/sha256.c         R( e, f, g, h, a, b, c, d, K(36), M(36) );
g                 386 lib/sha256.c         R( d, e, f, g, h, a, b, c, K(37), M(37) );
g                 387 lib/sha256.c         R( c, d, e, f, g, h, a, b, K(38), M(38) );
g                 388 lib/sha256.c         R( b, c, d, e, f, g, h, a, K(39), M(39) );
g                 389 lib/sha256.c         R( a, b, c, d, e, f, g, h, K(40), M(40) );
g                 390 lib/sha256.c         R( h, a, b, c, d, e, f, g, K(41), M(41) );
g                 391 lib/sha256.c         R( g, h, a, b, c, d, e, f, K(42), M(42) );
g                 392 lib/sha256.c         R( f, g, h, a, b, c, d, e, K(43), M(43) );
g                 393 lib/sha256.c         R( e, f, g, h, a, b, c, d, K(44), M(44) );
g                 394 lib/sha256.c         R( d, e, f, g, h, a, b, c, K(45), M(45) );
g                 395 lib/sha256.c         R( c, d, e, f, g, h, a, b, K(46), M(46) );
g                 396 lib/sha256.c         R( b, c, d, e, f, g, h, a, K(47), M(47) );
g                 397 lib/sha256.c         R( a, b, c, d, e, f, g, h, K(48), M(48) );
g                 398 lib/sha256.c         R( h, a, b, c, d, e, f, g, K(49), M(49) );
g                 399 lib/sha256.c         R( g, h, a, b, c, d, e, f, K(50), M(50) );
g                 400 lib/sha256.c         R( f, g, h, a, b, c, d, e, K(51), M(51) );
g                 401 lib/sha256.c         R( e, f, g, h, a, b, c, d, K(52), M(52) );
g                 402 lib/sha256.c         R( d, e, f, g, h, a, b, c, K(53), M(53) );
g                 403 lib/sha256.c         R( c, d, e, f, g, h, a, b, K(54), M(54) );
g                 404 lib/sha256.c         R( b, c, d, e, f, g, h, a, K(55), M(55) );
g                 405 lib/sha256.c         R( a, b, c, d, e, f, g, h, K(56), M(56) );
g                 406 lib/sha256.c         R( h, a, b, c, d, e, f, g, K(57), M(57) );
g                 407 lib/sha256.c         R( g, h, a, b, c, d, e, f, K(58), M(58) );
g                 408 lib/sha256.c         R( f, g, h, a, b, c, d, e, K(59), M(59) );
g                 409 lib/sha256.c         R( e, f, g, h, a, b, c, d, K(60), M(60) );
g                 410 lib/sha256.c         R( d, e, f, g, h, a, b, c, K(61), M(61) );
g                 411 lib/sha256.c         R( c, d, e, f, g, h, a, b, K(62), M(62) );
g                 412 lib/sha256.c         R( b, c, d, e, f, g, h, a, K(63), M(63) );
g                 420 lib/sha256.c         g = ctx->state[6] += g;
g                 333 lib/sha512.c     u64 g = ctx->state[6];
g                 378 lib/sha512.c         R( a, b, c, d, e, f, g, h, K( 0), x[ 0] );
g                 379 lib/sha512.c         R( h, a, b, c, d, e, f, g, K( 1), x[ 1] );
g                 380 lib/sha512.c         R( g, h, a, b, c, d, e, f, K( 2), x[ 2] );
g                 381 lib/sha512.c         R( f, g, h, a, b, c, d, e, K( 3), x[ 3] );
g                 382 lib/sha512.c         R( e, f, g, h, a, b, c, d, K( 4), x[ 4] );
g                 383 lib/sha512.c         R( d, e, f, g, h, a, b, c, K( 5), x[ 5] );
g                 384 lib/sha512.c         R( c, d, e, f, g, h, a, b, K( 6), x[ 6] );
g                 385 lib/sha512.c         R( b, c, d, e, f, g, h, a, K( 7), x[ 7] );
g                 386 lib/sha512.c         R( a, b, c, d, e, f, g, h, K( 8), x[ 8] );
g                 387 lib/sha512.c         R( h, a, b, c, d, e, f, g, K( 9), x[ 9] );
g                 388 lib/sha512.c         R( g, h, a, b, c, d, e, f, K(10), x[10] );
g                 389 lib/sha512.c         R( f, g, h, a, b, c, d, e, K(11), x[11] );
g                 390 lib/sha512.c         R( e, f, g, h, a, b, c, d, K(12), x[12] );
g                 391 lib/sha512.c         R( d, e, f, g, h, a, b, c, K(13), x[13] );
g                 392 lib/sha512.c         R( c, d, e, f, g, h, a, b, K(14), x[14] );
g                 393 lib/sha512.c         R( b, c, d, e, f, g, h, a, K(15), x[15] );
g                 394 lib/sha512.c         R( a, b, c, d, e, f, g, h, K(16), M(16) );
g                 395 lib/sha512.c         R( h, a, b, c, d, e, f, g, K(17), M(17) );
g                 396 lib/sha512.c         R( g, h, a, b, c, d, e, f, K(18), M(18) );
g                 397 lib/sha512.c         R( f, g, h, a, b, c, d, e, K(19), M(19) );
g                 398 lib/sha512.c         R( e, f, g, h, a, b, c, d, K(20), M(20) );
g                 399 lib/sha512.c         R( d, e, f, g, h, a, b, c, K(21), M(21) );
g                 400 lib/sha512.c         R( c, d, e, f, g, h, a, b, K(22), M(22) );
g                 401 lib/sha512.c         R( b, c, d, e, f, g, h, a, K(23), M(23) );
g                 402 lib/sha512.c         R( a, b, c, d, e, f, g, h, K(24), M(24) );
g                 403 lib/sha512.c         R( h, a, b, c, d, e, f, g, K(25), M(25) );
g                 404 lib/sha512.c         R( g, h, a, b, c, d, e, f, K(26), M(26) );
g                 405 lib/sha512.c         R( f, g, h, a, b, c, d, e, K(27), M(27) );
g                 406 lib/sha512.c         R( e, f, g, h, a, b, c, d, K(28), M(28) );
g                 407 lib/sha512.c         R( d, e, f, g, h, a, b, c, K(29), M(29) );
g                 408 lib/sha512.c         R( c, d, e, f, g, h, a, b, K(30), M(30) );
g                 409 lib/sha512.c         R( b, c, d, e, f, g, h, a, K(31), M(31) );
g                 410 lib/sha512.c         R( a, b, c, d, e, f, g, h, K(32), M(32) );
g                 411 lib/sha512.c         R( h, a, b, c, d, e, f, g, K(33), M(33) );
g                 412 lib/sha512.c         R( g, h, a, b, c, d, e, f, K(34), M(34) );
g                 413 lib/sha512.c         R( f, g, h, a, b, c, d, e, K(35), M(35) );
g                 414 lib/sha512.c         R( e, f, g, h, a, b, c, d, K(36), M(36) );
g                 415 lib/sha512.c         R( d, e, f, g, h, a, b, c, K(37), M(37) );
g                 416 lib/sha512.c         R( c, d, e, f, g, h, a, b, K(38), M(38) );
g                 417 lib/sha512.c         R( b, c, d, e, f, g, h, a, K(39), M(39) );
g                 418 lib/sha512.c         R( a, b, c, d, e, f, g, h, K(40), M(40) );
g                 419 lib/sha512.c         R( h, a, b, c, d, e, f, g, K(41), M(41) );
g                 420 lib/sha512.c         R( g, h, a, b, c, d, e, f, K(42), M(42) );
g                 421 lib/sha512.c         R( f, g, h, a, b, c, d, e, K(43), M(43) );
g                 422 lib/sha512.c         R( e, f, g, h, a, b, c, d, K(44), M(44) );
g                 423 lib/sha512.c         R( d, e, f, g, h, a, b, c, K(45), M(45) );
g                 424 lib/sha512.c         R( c, d, e, f, g, h, a, b, K(46), M(46) );
g                 425 lib/sha512.c         R( b, c, d, e, f, g, h, a, K(47), M(47) );
g                 426 lib/sha512.c         R( a, b, c, d, e, f, g, h, K(48), M(48) );
g                 427 lib/sha512.c         R( h, a, b, c, d, e, f, g, K(49), M(49) );
g                 428 lib/sha512.c         R( g, h, a, b, c, d, e, f, K(50), M(50) );
g                 429 lib/sha512.c         R( f, g, h, a, b, c, d, e, K(51), M(51) );
g                 430 lib/sha512.c         R( e, f, g, h, a, b, c, d, K(52), M(52) );
g                 431 lib/sha512.c         R( d, e, f, g, h, a, b, c, K(53), M(53) );
g                 432 lib/sha512.c         R( c, d, e, f, g, h, a, b, K(54), M(54) );
g                 433 lib/sha512.c         R( b, c, d, e, f, g, h, a, K(55), M(55) );
g                 434 lib/sha512.c         R( a, b, c, d, e, f, g, h, K(56), M(56) );
g                 435 lib/sha512.c         R( h, a, b, c, d, e, f, g, K(57), M(57) );
g                 436 lib/sha512.c         R( g, h, a, b, c, d, e, f, K(58), M(58) );
g                 437 lib/sha512.c         R( f, g, h, a, b, c, d, e, K(59), M(59) );
g                 438 lib/sha512.c         R( e, f, g, h, a, b, c, d, K(60), M(60) );
g                 439 lib/sha512.c         R( d, e, f, g, h, a, b, c, K(61), M(61) );
g                 440 lib/sha512.c         R( c, d, e, f, g, h, a, b, K(62), M(62) );
g                 441 lib/sha512.c         R( b, c, d, e, f, g, h, a, K(63), M(63) );
g                 442 lib/sha512.c         R( a, b, c, d, e, f, g, h, K(64), M(64) );
g                 443 lib/sha512.c         R( h, a, b, c, d, e, f, g, K(65), M(65) );
g                 444 lib/sha512.c         R( g, h, a, b, c, d, e, f, K(66), M(66) );
g                 445 lib/sha512.c         R( f, g, h, a, b, c, d, e, K(67), M(67) );
g                 446 lib/sha512.c         R( e, f, g, h, a, b, c, d, K(68), M(68) );
g                 447 lib/sha512.c         R( d, e, f, g, h, a, b, c, K(69), M(69) );
g                 448 lib/sha512.c         R( c, d, e, f, g, h, a, b, K(70), M(70) );
g                 449 lib/sha512.c         R( b, c, d, e, f, g, h, a, K(71), M(71) );
g                 450 lib/sha512.c         R( a, b, c, d, e, f, g, h, K(72), M(72) );
g                 451 lib/sha512.c         R( h, a, b, c, d, e, f, g, K(73), M(73) );
g                 452 lib/sha512.c         R( g, h, a, b, c, d, e, f, K(74), M(74) );
g                 453 lib/sha512.c         R( f, g, h, a, b, c, d, e, K(75), M(75) );
g                 454 lib/sha512.c         R( e, f, g, h, a, b, c, d, K(76), M(76) );
g                 455 lib/sha512.c         R( d, e, f, g, h, a, b, c, K(77), M(77) );
g                 456 lib/sha512.c         R( c, d, e, f, g, h, a, b, K(78), M(78) );
g                 457 lib/sha512.c         R( b, c, d, e, f, g, h, a, K(79), M(79) );
g                 465 lib/sha512.c         g = ctx->state[6] = u64plus (ctx->state[6], g);
g                4564 src/android.c    unsigned int r, g, b;
g                4592 src/android.c        g = pixel & 0x0000ff00;
g                4594 src/android.c        pixel = (r >> 16) | g | (b << 16) | 0xff000000;
g                4606 src/android.c    unsigned int pixel, r, g, b;
g                4624 src/android.c        g = pixel & 0x0000ff00;
g                4626 src/android.c        pixel = ((r << 16) | g | (b >> 16)) & ~0xff000000;
g                1813 src/androidterm.c   unsigned short r, g, b;
g                1817 src/androidterm.c   if (parse_color_spec (color_name, &r, &g, &b))
g                1820 src/androidterm.c       color->green = g;
g                3177 src/androidterm.c 	struct glyph *g = s->first_glyph;
g                3178 src/androidterm.c 	for (last_glyph = g++;
g                3179 src/androidterm.c 	     g < end && g->u.cmp.automatic && g->u.cmp.id == s->cmp_id
g                3180 src/androidterm.c 	       && g->slice.cmp.to < s->cmp_to;
g                3181 src/androidterm.c 	     last_glyph = g++)
g                3666 src/androidterm.c 	  struct glyph *g = s->first_glyph + i;
g                3669 src/androidterm.c 				  g->pixel_width - 1,
g                3671 src/androidterm.c 	  x += g->pixel_width;
g                 474 src/androidterm.h #define RGB_TO_ULONG(r, g, b)   (((r) << 16) | ((g) << 8) | (b))
g                 893 src/composite.c       Lisp_Object g = LGSTRING_GLYPH (gstring, i);
g                 896 src/composite.c       if (NILP (g))
g                 898 src/composite.c 	  g = LGLYPH_NEW ();
g                 899 src/composite.c 	  LGSTRING_SET_GLYPH (gstring, i, g);
g                 901 src/composite.c       LGLYPH_SET_FROM (g, i);
g                 902 src/composite.c       LGLYPH_SET_TO (g, i);
g                 903 src/composite.c       LGLYPH_SET_CHAR (g, c);
g                 906 src/composite.c         code = font->driver->encode_char (font, LGLYPH_CHAR (g));
g                 911 src/composite.c 	  font_fill_lglyph_metrics (g, font, code);
g                 917 src/composite.c 	  LGLYPH_SET_CODE (g, c);
g                 918 src/composite.c 	  LGLYPH_SET_LBEARING (g, 0);
g                 919 src/composite.c 	  LGLYPH_SET_RBEARING (g, width);
g                 920 src/composite.c 	  LGLYPH_SET_WIDTH (g, width);
g                 921 src/composite.c 	  LGLYPH_SET_ASCENT (g, 1);
g                 922 src/composite.c 	  LGLYPH_SET_DESCENT (g, 0);
g                 924 src/composite.c       LGLYPH_SET_ADJUSTMENT (g, Qnil);
g                 303 src/composite.h #define LGLYPH_FROM(g) XFIXNUM (AREF ((g), LGLYPH_IX_FROM))
g                 304 src/composite.h #define LGLYPH_TO(g) XFIXNUM (AREF ((g), LGLYPH_IX_TO))
g                 305 src/composite.h #define LGLYPH_CHAR(g) XFIXNUM (AREF ((g), LGLYPH_IX_CHAR))
g                 306 src/composite.h #define LGLYPH_CODE(g)						\
g                 307 src/composite.h   (NILP (AREF ((g), LGLYPH_IX_CODE))				\
g                 309 src/composite.h    : cons_to_unsigned (AREF (g, LGLYPH_IX_CODE), TYPE_MAXIMUM (unsigned)))
g                 310 src/composite.h #define LGLYPH_WIDTH(g) XFIXNUM (AREF ((g), LGLYPH_IX_WIDTH))
g                 311 src/composite.h #define LGLYPH_LBEARING(g) XFIXNUM (AREF ((g), LGLYPH_IX_LBEARING))
g                 312 src/composite.h #define LGLYPH_RBEARING(g) XFIXNUM (AREF ((g), LGLYPH_IX_RBEARING))
g                 313 src/composite.h #define LGLYPH_ASCENT(g) XFIXNUM (AREF ((g), LGLYPH_IX_ASCENT))
g                 314 src/composite.h #define LGLYPH_DESCENT(g) XFIXNUM (AREF ((g), LGLYPH_IX_DESCENT))
g                 315 src/composite.h #define LGLYPH_ADJUSTMENT(g) AREF ((g), LGLYPH_IX_ADJUSTMENT)
g                 316 src/composite.h #define LGLYPH_SET_FROM(g, val) ASET ((g), LGLYPH_IX_FROM, make_fixnum (val))
g                 317 src/composite.h #define LGLYPH_SET_TO(g, val) ASET ((g), LGLYPH_IX_TO, make_fixnum (val))
g                 318 src/composite.h #define LGLYPH_SET_CHAR(g, val) ASET ((g), LGLYPH_IX_CHAR, make_fixnum (val))
g                 320 src/composite.h #define LGLYPH_SET_CODE(g, val)						\
g                 321 src/composite.h   ASET (g, LGLYPH_IX_CODE,						\
g                 324 src/composite.h #define LGLYPH_SET_WIDTH(g, val) ASET ((g), LGLYPH_IX_WIDTH, make_fixnum (val))
g                 325 src/composite.h #define LGLYPH_SET_LBEARING(g, val) ASET ((g), LGLYPH_IX_LBEARING, make_fixnum (val))
g                 326 src/composite.h #define LGLYPH_SET_RBEARING(g, val) ASET ((g), LGLYPH_IX_RBEARING, make_fixnum (val))
g                 327 src/composite.h #define LGLYPH_SET_ASCENT(g, val) ASET ((g), LGLYPH_IX_ASCENT, make_fixnum (val))
g                 328 src/composite.h #define LGLYPH_SET_DESCENT(g, val) ASET ((g), LGLYPH_IX_DESCENT, make_fixnum (val))
g                 329 src/composite.h #define LGLYPH_SET_ADJUSTMENT(g, val) ASET ((g), LGLYPH_IX_ADJUSTMENT, (val))
g                 331 src/composite.h #define LGLYPH_XOFF(g) (VECTORP (LGLYPH_ADJUSTMENT (g)) \
g                 332 src/composite.h 			? XFIXNUM (AREF (LGLYPH_ADJUSTMENT (g), 0)) : 0)
g                 333 src/composite.h #define LGLYPH_YOFF(g) (VECTORP (LGLYPH_ADJUSTMENT (g)) \
g                 334 src/composite.h 			? XFIXNUM (AREF (LGLYPH_ADJUSTMENT (g), 1)) : 0)
g                 335 src/composite.h #define LGLYPH_WADJUST(g) (VECTORP (LGLYPH_ADJUSTMENT (g)) \
g                 336 src/composite.h 			   ? XFIXNUM (AREF (LGLYPH_ADJUSTMENT (g), 2)) : 0)
g                1958 src/dispextern.h GLYPH_CHAR_VALID_P (GLYPH g)
g                1960 src/dispextern.h   return CHAR_VALID_P (GLYPH_CHAR (g));
g                1239 src/dispnew.c  	  GLYPH g;
g                1241 src/dispnew.c  	  SET_GLYPH_FROM_CHAR_GLYPH (g, *beg);
g                1243 src/dispnew.c  	  if (GLYPH_INVALID_P (g)
g                1244 src/dispnew.c  	      || GLYPH_SIMPLE_P (glyph_table_base, glyph_table_len, g))
g                1247 src/dispnew.c  	    len += GLYPH_LENGTH (glyph_table_base, g);
g                  69 src/disptab.h  #define GLYPH_SIMPLE_P(base,len,g) \
g                  70 src/disptab.h    (GLYPH_FACE (g) != DEFAULT_FACE_ID || GLYPH_CHAR (g) >= (len) || !STRINGP (base[GLYPH_CHAR (g)]))
g                  74 src/disptab.h  #define GLYPH_ALIAS_P(base,len,g) \
g                  75 src/disptab.h    (GLYPH_FACE (g) == DEFAULT_FACE_ID && GLYPH_CHAR (g) < (len) && FIXNUMP (base[GLYPH_CHAR (g)]))
g                  79 src/disptab.h  #define GLYPH_FOLLOW_ALIASES(base, length, g)			\
g                  81 src/disptab.h      while (GLYPH_ALIAS_P ((base), (length), (g)))		\
g                  82 src/disptab.h        SET_GLYPH_CHAR ((g), XFIXNUM ((base)[GLYPH_CHAR (g)]));	\
g                  83 src/disptab.h      if (!GLYPH_CHAR_VALID_P (g))				\
g                  84 src/disptab.h        SET_GLYPH_CHAR (g, ' ');					\
g                  90 src/disptab.h  #define GLYPH_LENGTH(base,g)   SCHARS (base[GLYPH_CHAR (g)])
g                  91 src/disptab.h  #define GLYPH_STRING(base,g)   SDATA (base[GLYPH_CHAR (g)])
g                4938 src/font.c       Lisp_Object gstring_in, gstring_out, g;
g                4949 src/font.c       g = LGSTRING_GLYPH (gstring_in, 0);
g                4950 src/font.c       LGLYPH_SET_CHAR (g, XFIXNUM (character));
g                4959 src/font.c           Lisp_Object g = LGSTRING_GLYPH (gstring_out, i);
g                4960 src/font.c           int c = LGLYPH_CHAR (g);
g                4961 src/font.c           unsigned code = LGLYPH_CODE (g);
g                5195 src/font.c           Lisp_Object g;
g                5206 src/font.c           g = LGLYPH_NEW ();
g                5207 src/font.c           LGLYPH_SET_FROM (g, i);
g                5208 src/font.c           LGLYPH_SET_TO (g, i);
g                5209 src/font.c           LGLYPH_SET_CHAR (g, c);
g                5210 src/font.c           LGLYPH_SET_CODE (g, code);
g                5212 src/font.c           LGLYPH_SET_WIDTH (g, metrics.width);
g                5213 src/font.c           LGLYPH_SET_LBEARING (g, metrics.lbearing);
g                5214 src/font.c           LGLYPH_SET_RBEARING (g, metrics.rbearing);
g                5215 src/font.c           LGLYPH_SET_ASCENT (g, metrics.ascent);
g                5216 src/font.c           LGLYPH_SET_DESCENT (g, metrics.descent);
g                5217 src/font.c           ASET (vec, i, g);
g                1785 src/ftfont.c     MFLTGlyph g;
g                1795 src/ftfont.c     MFLTGlyphFT *g;
g                1797 src/ftfont.c     for (g = (MFLTGlyphFT *) (gstring->glyphs) + from; from < to; g++, from++)
g                1798 src/ftfont.c       if (! g->g.encoded)
g                1800 src/ftfont.c   	FT_UInt code = FT_Get_Char_Index (ft_face, g->g.code);
g                1802 src/ftfont.c   	g->g.code = code > 0 ? code : FONT_INVALID_CODE;
g                1803 src/ftfont.c   	g->g.encoded = 1;
g                1820 src/ftfont.c     MFLTGlyphFT *g;
g                1822 src/ftfont.c     for (g = (MFLTGlyphFT *) (gstring->glyphs) + from; from < to; g++, from++)
g                1823 src/ftfont.c       if (! g->g.measured)
g                1825 src/ftfont.c   	if (g->g.code != FONT_INVALID_CODE)
g                1829 src/ftfont.c   	    if (FT_Load_Glyph (ft_face, g->g.code, FT_LOAD_DEFAULT) != 0
g                1830 src/ftfont.c   		&& FT_Load_Glyph (ft_face, g->g.code, FT_LOAD_NO_HINTING) != 0)
g                1844 src/ftfont.c   		g->g.lbearing = v[0].x < v[1].x ? FLOOR (v[0].x) : FLOOR (v[1].x);
g                1845 src/ftfont.c   		g->g.rbearing = v[2].x > v[3].x ? CEIL (v[2].x) : CEIL (v[3].x);
g                1846 src/ftfont.c   		g->g.ascent = v[0].y > v[2].y ? CEIL (v[0].y) : CEIL (v[2].y);
g                1847 src/ftfont.c   		g->g.descent = v[1].y < v[3].y ? - FLOOR (v[1].y) : - FLOOR (v[3].y);
g                1851 src/ftfont.c   		g->g.lbearing = FLOOR (m->horiBearingX);
g                1852 src/ftfont.c   		g->g.rbearing = CEIL (m->horiBearingX + m->width);
g                1853 src/ftfont.c   		g->g.ascent = CEIL (m->horiBearingY);
g                1854 src/ftfont.c   		g->g.descent = - FLOOR (m->horiBearingY - m->height);
g                1856 src/ftfont.c   	    g->g.xadv = ROUND (ft_face->glyph->advance.x);
g                1860 src/ftfont.c   	    g->g.lbearing = 0;
g                1861 src/ftfont.c   	    g->g.rbearing = g->g.xadv = flt_font_ft->font->space_width << 6;
g                1862 src/ftfont.c   	    g->g.ascent = flt_font_ft->font->ascent << 6;
g                1863 src/ftfont.c   	    g->g.descent = flt_font_ft->font->descent << 6;
g                1865 src/ftfont.c   	g->g.yadv = 0;
g                1866 src/ftfont.c   	g->g.measured = 1;
g                2072 src/ftfont.c         otf_gstring.glyphs[i].c = in_glyphs[i].g.c & 0x11FFFF;
g                2073 src/ftfont.c         otf_gstring.glyphs[i].glyph_id = in_glyphs[i].g.code;
g                2101 src/ftfont.c   	  MFLTGlyphFT *g;
g                2110 src/ftfont.c   	  g = out_glyphs + out->used;
g                2111 src/ftfont.c   	  *g = in_glyphs[otfg->f.index.from];
g                2112 src/ftfont.c   	  if (g->g.code != otfg->glyph_id)
g                2114 src/ftfont.c   	      g->g.c = 0;
g                2115 src/ftfont.c   	      g->g.code = otfg->glyph_id;
g                2116 src/ftfont.c   	      g->g.measured = 0;
g                2119 src/ftfont.c   	  min_from = g->g.from;
g                2120 src/ftfont.c   	  max_to = g->g.to;
g                2126 src/ftfont.c   		  if (min_from > in_glyphs[j].g.from)
g                2127 src/ftfont.c   		    min_from = in_glyphs[j].g.from;
g                2128 src/ftfont.c   		  if (max_to < in_glyphs[j].g.to)
g                2129 src/ftfont.c   		    max_to = in_glyphs[j].g.to;
g                2131 src/ftfont.c   	      g->g.from = min_from;
g                2132 src/ftfont.c   	      g->g.to = max_to;
g                2138 src/ftfont.c   	      g->g.internal = (g->g.internal & ~0x1FFFFFFF) | tag;
g                2141 src/ftfont.c   	  g->libotf_positioning_type
g                2148 src/ftfont.c   	      g = out_glyphs + out->used;
g                2149 src/ftfont.c   	      *g = in_glyphs[otfg->f.index.to];
g                2150 src/ftfont.c   	      if (g->g.code != otfg->glyph_id)
g                2152 src/ftfont.c   		  g->g.c = 0;
g                2153 src/ftfont.c   		  g->g.code = otfg->glyph_id;
g                2154 src/ftfont.c   		  g->g.measured = 0;
g                2165 src/ftfont.c   		  g->g.internal = (g->g.internal & ~0x1FFFFFFF) | tag;
g                2168 src/ftfont.c   	      g->libotf_positioning_type
g                2203 src/ftfont.c   		  MFLTGlyphFT *g = in_glyphs + j;
g                2204 src/ftfont.c   		  g->g.internal = (g->g.internal & ~0x1FFFFFFF) | tag;
g                2222 src/ftfont.c         MFLTGlyphFT *base = NULL, *mark = NULL, *g;
g                2246 src/ftfont.c         for (i = 0, otfg = otf_gstring.glyphs, g = out_glyphs + gidx;
g                2264 src/ftfont.c   	      g->g.internal = (g->g.internal & ~0x1FFFFFFF) | tag;
g                2326 src/ftfont.c   			prev = g - distance;
g                2344 src/ftfont.c   		  adjust_anchor (ft_face, otfg->f.f4.base_anchor, prev->g.code,
g                2347 src/ftfont.c   		  adjust_anchor (ft_face, otfg->f.f4.mark_anchor, g->g.code,
g                2351 src/ftfont.c   		adjust->back = (g - prev);
g                2355 src/ftfont.c   		this_from = g->g.from;
g                2356 src/ftfont.c   		this_to = g->g.to;
g                2357 src/ftfont.c   		for (j = 0; prev + j < g; j++)
g                2359 src/ftfont.c   		    if (this_from > prev[j].g.from)
g                2360 src/ftfont.c   		      this_from = prev[j].g.from;
g                2361 src/ftfont.c   		    if (this_to < prev[j].g.to)
g                2362 src/ftfont.c   		      this_to = prev[j].g.to;
g                2364 src/ftfont.c   		for (; prev <= g; prev++)
g                2366 src/ftfont.c   		    prev->g.from = this_from;
g                2367 src/ftfont.c   		    prev->g.to = this_to;
g                2374 src/ftfont.c   		base = mark = g;
g                2376 src/ftfont.c   		mark = g;
g                2378 src/ftfont.c   		base = g;
g                2379 src/ftfont.c   	      g++, adjustment++;
g                2404 src/ftfont.c   		    MFLTGlyphFT *g = in_glyphs + j;
g                2405 src/ftfont.c   		    g->g.internal = (g->g.internal & ~0x1FFFFFFF) | tag;
g                2492 src/ftfont.c         otf_gstring.glyphs[i].c = in_glyphs[i].g.c;
g                2493 src/ftfont.c         otf_gstring.glyphs[i].glyph_id = in_glyphs[i].g.code;
g                2511 src/ftfont.c   	  MFLTGlyphFT *g;
g                2515 src/ftfont.c   	  g = out_glyphs + out->used;
g                2516 src/ftfont.c   	  *g = in_glyphs[otfg->f.index.from];
g                2517 src/ftfont.c   	  if (g->g.code != otfg->glyph_id)
g                2519 src/ftfont.c   	      g->g.c = 0;
g                2520 src/ftfont.c   	      g->g.code = otfg->glyph_id;
g                2521 src/ftfont.c   	      g->g.measured = 0;
g                2524 src/ftfont.c   	  min_from = g->g.from;
g                2525 src/ftfont.c   	  max_to = g->g.to;
g                2537 src/ftfont.c   	      g->g.from = min_from;
g                2538 src/ftfont.c   	      g->g.to = max_to;
g                2544 src/ftfont.c   	      g = out_glyphs + out->used;
g                2545 src/ftfont.c   	      *g = in_glyphs[otfg->f.index.to];
g                2546 src/ftfont.c   	      if (g->g.code != otfg->glyph_id)
g                2548 src/ftfont.c   		  g->g.c = 0;
g                2549 src/ftfont.c   		  g->g.code = otfg->glyph_id;
g                2550 src/ftfont.c   		  g->g.measured = 0;
g                2569 src/ftfont.c         MFLTGlyphFT *base = NULL, *mark = NULL, *g;
g                2584 src/ftfont.c         for (i = 0, otfg = otf_gstring.glyphs, g = out_glyphs + gidx;
g                2585 src/ftfont.c   	   i < otf_gstring.used; i++, otfg++, g++)
g                2652 src/ftfont.c   		  adjust_anchor (ft_face, otfg->f.f4.base_anchor, prev->g.code,
g                2655 src/ftfont.c   		  adjust_anchor (ft_face, otfg->f.f4.mark_anchor, g->g.code,
g                2659 src/ftfont.c   		adjustment[i].back = (g - prev);
g                2663 src/ftfont.c   		this_from = g->g.from;
g                2664 src/ftfont.c   		this_to = g->g.to;
g                2665 src/ftfont.c   		for (j = 0; prev + j < g; j++)
g                2667 src/ftfont.c   		    if (this_from > prev[j].g.from)
g                2668 src/ftfont.c   		      this_from = prev[j].g.from;
g                2669 src/ftfont.c   		    if (this_to < prev[j].g.to)
g                2670 src/ftfont.c   		      this_to = prev[j].g.to;
g                2672 src/ftfont.c   		for (; prev <= g; prev++)
g                2674 src/ftfont.c   		    prev->g.from = this_from;
g                2675 src/ftfont.c   		    prev->g.to = this_to;
g                2680 src/ftfont.c   	    base = mark = g;
g                2682 src/ftfont.c   	    mark = g;
g                2684 src/ftfont.c   	    base = g;
g                2729 src/ftfont.c         Lisp_Object g = LGSTRING_GLYPH (lgstring, i);
g                2732 src/ftfont.c         if (NILP (g))
g                2734 src/ftfont.c         c = LGLYPH_CHAR (g);
g                2746 src/ftfont.c   	  Lisp_Object g = LGSTRING_GLYPH (lgstring, i);
g                2748 src/ftfont.c   	  otf_gstring.glyphs[i].c = LGLYPH_CHAR (g);
g                2749 src/ftfont.c   	  otf_gstring.glyphs[i].f.index.from = LGLYPH_FROM (g);
g                2750 src/ftfont.c   	  otf_gstring.glyphs[i].f.index.to = LGLYPH_TO (g);
g                2828 src/ftfont.c   	  Lisp_Object g = LGSTRING_GLYPH (lgstring, i);
g                2830 src/ftfont.c   	  glyphs[i].g.c = LGLYPH_CHAR (g);
g                2833 src/ftfont.c   	      glyphs[i].g.code = LGLYPH_CODE (g);
g                2834 src/ftfont.c   	      glyphs[i].g.encoded = 1;
g                2854 src/ftfont.c         MFLTGlyphFT *g = (MFLTGlyphFT *) (gstring.glyphs) + i;
g                2855 src/ftfont.c         if (g->g.to >= len)
g                2858 src/ftfont.c   	  g->g.to = len - 1;
g                2859 src/ftfont.c   	  int from = g->g.from;
g                2863 src/ftfont.c   	      g = (MFLTGlyphFT *) (gstring.glyphs) + i;
g                2864 src/ftfont.c   	      g->g.from = from;
g                2865 src/ftfont.c   	      g->g.to = len - 1;
g                2872 src/ftfont.c         MFLTGlyphFT *g = (MFLTGlyphFT *) (gstring.glyphs) + i;
g                2873 src/ftfont.c         g->g.from = LGLYPH_FROM (LGSTRING_GLYPH (lgstring, g->g.from));
g                2874 src/ftfont.c         g->g.to = LGLYPH_TO (LGSTRING_GLYPH (lgstring, g->g.to));
g                2880 src/ftfont.c         MFLTGlyphFT *g = (MFLTGlyphFT *) (gstring.glyphs) + i;
g                2887 src/ftfont.c         LGLYPH_SET_FROM (lglyph, g->g.from);
g                2888 src/ftfont.c         LGLYPH_SET_TO (lglyph, g->g.to);
g                2889 src/ftfont.c         LGLYPH_SET_CHAR (lglyph, g->g.c);
g                2890 src/ftfont.c         LGLYPH_SET_CODE (lglyph, g->g.code);
g                2891 src/ftfont.c         LGLYPH_SET_WIDTH (lglyph, g->g.xadv >> 6);
g                2892 src/ftfont.c         LGLYPH_SET_LBEARING (lglyph, g->g.lbearing >> 6);
g                2893 src/ftfont.c         LGLYPH_SET_RBEARING (lglyph, g->g.rbearing >> 6);
g                2894 src/ftfont.c         LGLYPH_SET_ASCENT (lglyph, g->g.ascent >> 6);
g                2895 src/ftfont.c         LGLYPH_SET_DESCENT (lglyph, g->g.descent >> 6);
g                2896 src/ftfont.c         if (g->g.adjusted)
g                2898 src/ftfont.c   					      make_fixnum (g->g.xoff >> 6),
g                2899 src/ftfont.c   					      make_fixnum (g->g.yoff >> 6),
g                2900 src/ftfont.c   					      make_fixnum (g->g.xadv >> 6)));
g                 748 src/gtkutil.c    unsigned short r, g, b;
g                 787 src/gtkutil.c    g = col.green * 65535;
g                 790 src/gtkutil.c    sprintf (buf, "rgb:%04x/%04x/%04x", r, g, b);
g                 793 src/gtkutil.c    sprintf (buf, "#%04x%04x%04x", r, g, b);
g                  53 src/haiku.c      struct passwd *g;
g                  67 src/haiku.c      g = getpwuid (info.uid);
g                  69 src/haiku.c      if (g && g->pw_name)
g                  70 src/haiku.c        lval = Fcons (Fcons (Quser, build_string (g->pw_name)), lval);
g                  31 src/haiku_draw_support.cc #define RGB_TO_UINT32(r, g, b) ((255 << 24) | ((r) << 16) | ((g) << 8) | (b))
g                  44 src/haikufns.c #define RGB_TO_ULONG(r, g, b) \
g                  45 src/haikufns.c   (((r) << 16) | ((g) << 8) | (b));
g                 745 src/haikufont.c   unsigned short g;
g                 752 src/haikufont.c   g = font_info->glyphs[high][low];
g                 753 src/haikufont.c   return g == 0xFFFF ? FONT_INVALID_CODE : g;
g                 978 src/haikuterm.c 	struct glyph *g = s->first_glyph;
g                 979 src/haikuterm.c 	for (last_glyph = g++;
g                 980 src/haikuterm.c 	     g < end && g->u.cmp.automatic && g->u.cmp.id == s->cmp_id
g                 981 src/haikuterm.c 	       && g->slice.cmp.to < s->cmp_to;
g                 982 src/haikuterm.c 	     last_glyph = g++)
g                1191 src/haikuterm.c 	  struct glyph *g = s->first_glyph + i;
g                1194 src/haikuterm.c 	  BView_StrokeRectangle (view, x, s->y, g->pixel_width,
g                1196 src/haikuterm.c 	  x += g->pixel_width;
g                 422 src/hbfont.c         Lisp_Object g = LGSTRING_GLYPH (lgstring, i);
g                 425 src/hbfont.c         if (NILP (g))
g                 427 src/hbfont.c         c = LGLYPH_CHAR (g);
g                  84 src/image.c    #define RGB_TO_ULONG(r, g, b) (((r) << 16) | ((g) << 8) | (b))
g                  86 src/image.c    #define ARGB_TO_ULONG(a, r, g, b) (((a) << 24) | ((r) << 16) | ((g) << 8) | (b))
g                 168 src/image.c    #define RGB_TO_ULONG(r, g, b) (((r) << 16) | ((g) << 8) | (b))
g                 193 src/image.c    #define RGB_TO_ULONG(r, g, b) (((r) << 16) | ((g) << 8) | (b))
g                 208 src/image.c    static unsigned long lookup_rgb_color (struct frame *f, int r, int g, int b);
g                 293 src/image.c    	    int r, g, b;
g                 298 src/image.c    	    g = (GREEN_FROM_ULONG (color) * alpha + 0x7f) / 0xff;
g                 300 src/image.c    	    PUT_PIXEL (pimg, x, y, ARGB_TO_ULONG (alpha, r, g, b));
g                6410 src/image.c      int r, g, b;
g                6424 src/image.c    ct_hash_rgb (unsigned r, unsigned g, unsigned b)
g                6426 src/image.c      return (r << 16) ^ (g << 8) ^ b;
g                6480 src/image.c    lookup_rgb_color (struct frame *f, int r, int g, int b)
g                6482 src/image.c      unsigned hash = ct_hash_rgb (r, g, b);
g                6498 src/image.c    	  color.red = r, color.green = g, color.blue = b;
g                6500 src/image.c    	  r = color.red, g = color.green, b = color.blue;
g                6503 src/image.c          return x_make_truecolor_pixel (dpyinfo, r, g, b);
g                6507 src/image.c        if (p->r == r && p->g == g && p->b == b)
g                6526 src/image.c          color.green = g;
g                6536 src/image.c    	  p->g = g;
g                6547 src/image.c          color = PALETTERGB (r, g, b);
g                6549 src/image.c          color = RGB_TO_ULONG (r, g, b);
g                6554 src/image.c          p->g = g;
g                6609 src/image.c    	  p->g = color.green;
g                6653 src/image.c    lookup_rgb_color (struct frame *f, int r, int g, int b)
g                6656 src/image.c      return PALETTERGB (r >> 8, g >> 8, b >> 8);
g                6659 src/image.c      return RGB_TO_ULONG (r >> 8, g >> 8, b >> 8);
g                6895 src/image.c    	  int r, g, b, yy, xx;
g                6897 src/image.c    	  r = g = b = i = 0;
g                6904 src/image.c    		  g += matrix[i] * t->green;
g                6909 src/image.c    	  g = (g / sum + color_adjust) & 0xffff;
g                6911 src/image.c    	  p->red = p->green = p->blue = COLOR_INTENSITY (r, g, b);
g                7492 src/image.c          int g;
g                7537 src/image.c    		g = c & 0x80;
g                7548 src/image.c    		  g = c - '0';
g                7550 src/image.c    		  g = 0;
g                7553 src/image.c    	    PUT_PIXEL (ximg, x, y, g ? fg : bg);
g                7576 src/image.c    	    int r, g, b;
g                7579 src/image.c    	      r = g = b = pbm_scan_index (&p, two_byte);
g                7581 src/image.c    	      r = g = b = pbm_scan_number (&p, end);
g                7585 src/image.c    		g = pbm_scan_index (&p, two_byte);
g                7591 src/image.c    		g = pbm_scan_number (&p, end);
g                7595 src/image.c    	    if (r < 0 || g < 0 || b < 0)
g                7605 src/image.c    	    g = (double) g * 65535 / max_color_idx;
g                7607 src/image.c    	    PUT_PIXEL (ximg, x, y, lookup_rgb_color (f, r, g, b));
g                8297 src/image.c    	  int r, g, b;
g                8300 src/image.c    	  g = *p++ << 8;
g                8302 src/image.c    	  PUT_PIXEL (ximg, x, y, lookup_rgb_color (f, r, g, b));
g                8905 src/image.c    	int g = mgr->cinfo.colormap[ig][i] << 8;
g                8907 src/image.c    	colors[i] = lookup_rgb_color (f, r, g, b);
g                9361 src/image.c    	  int g = TIFFGetG (abgr) << 8;
g                9363 src/image.c    	  PUT_PIXEL (ximg, x, height - 1 - y, lookup_rgb_color (f, r, g, b));
g                9988 src/image.c    		int g = gif_color_map->Colors[i].Green << 8;
g                9990 src/image.c    		pixel_colors[i] = lookup_rgb_color (f, r, g, b);
g                10484 src/image.c    	  int g = *p++ << 8;
g                10486 src/image.c    	  PUT_PIXEL (ximg, x, y, lookup_rgb_color (f, r, g, b));
g                1418 src/itree.c    itree_iterator_narrow (struct itree_iterator *g,
g                1421 src/itree.c      eassert (g);
g                1422 src/itree.c      eassert (begin >= g->begin);
g                1423 src/itree.c      eassert (end <= g->end);
g                1424 src/itree.c      g->begin = max (begin, g->begin);
g                1425 src/itree.c      g->end = min (end, g->end);
g                 687 src/nsterm.h                  green: (unsigned char)g blue: (unsigned char)b
g                1252 src/nsterm.h                                          float r, float g, float b, float a);
g                1336 src/pgtkterm.c   double g = ((face->background >> 8) & 0xff) / 255.0;
g                1338 src/pgtkterm.c   cairo_set_source_rgb (cr, r, g, b);
g                1347 src/pgtkterm.c       double g = ((face->foreground >> 8) & 0xff) / 255.0;
g                1349 src/pgtkterm.c       cairo_set_source_rgb (cr, r, g, b);
g                1435 src/pgtkterm.c 	  struct glyph *g = s->first_glyph + i;
g                1438 src/pgtkterm.c 			       g->pixel_width - 1, s->height - 1,
g                1440 src/pgtkterm.c 	  x += g->pixel_width;
g                  60 src/pgtkterm.h #define RGB_TO_ULONG(r, g, b) (((r) << 16) | ((g) << 8) | (b))
g                  61 src/pgtkterm.h #define ARGB_TO_ULONG(a, r, g, b) (((a) << 24) | ((r) << 16) | ((g) << 8) | (b))
g                3755 src/sfnt.c       struct sfnt_point g, h;
g                3757 src/sfnt.c       g.x = control1.x - control0.x;
g                3758 src/sfnt.c       g.y = control1.y - control0.y;
g                3764 src/sfnt.c       return (abs (sfnt_mul_fixed (g.x, h.y)
g                3765 src/sfnt.c     	       - sfnt_mul_fixed (g.y, h.x))
g                 214 src/sfntfont-android.c   uint8x8_t b, g, r, a, v2, v5;
g                 244 src/sfntfont-android.c   g = vqadd_u8 (v2, vshrn_n_u16 (v3, 8));
g                 265 src/sfntfont-android.c   _dst.val[1] = g;
g                 596 src/term.c     		Lisp_Object g = LGSTRING_GLYPH (gstring, i);
g                 597 src/term.c     		int c = LGLYPH_CHAR (g);
g                 632 src/term.c     	  GLYPH g;
g                 637 src/term.c     	  SET_GLYPH_FROM_CHAR_GLYPH (g, src[0]);
g                 639 src/term.c     	  if (GLYPH_INVALID_P (g) || GLYPH_SIMPLE_P (tbase, tlen, g))
g                 648 src/term.c     	      GLYPH_FOLLOW_ALIASES (tbase, tlen, g);
g                 650 src/term.c     	      if (GLYPH_SIMPLE_P (tbase, tlen, g))
g                 653 src/term.c     		c = GLYPH_CHAR (g);
g                 656 src/term.c     		string = tbase[GLYPH_CHAR (g)];
g                1517 src/term.c           struct glyph *g;
g                1523 src/term.c           for (g = glyph - 1; g >= it->glyph_row->glyphs[it->area]; g--)
g                1524 src/term.c     	g[move_by] = *g;
g                1732 src/term.c     	  struct glyph *g;
g                1735 src/term.c     	  for (g = glyph - 1; g >= it->glyph_row->glyphs[it->area]; g--)
g                1736 src/term.c     	    g[1] = *g;
g                1826 src/term.c           struct glyph *g;
g                1832 src/term.c           for (g = glyph - 1; g >= it->glyph_row->glyphs[it->area]; g--)
g                1833 src/term.c     	g[move_by] = *g;
g                1121 src/timefns.c        mpz_t *g = &mpz[3];
g                1122 src/timefns.c        mpz_gcd (*g, *da, *db);
g                1126 src/timefns.c        mpz_divexact (*fa, *da, *g);
g                1127 src/timefns.c        mpz_divexact (*fb, *db, *g);
g                 862 src/w32fns.c   	  unsigned r, g, b;
g                 863 src/w32fns.c   	  if (sscanf (color_buffer, " %u %u %u", &r, &g, &b) == 3)
g                 865 src/w32fns.c   					   make_fixnum (RGB (r, g, b))),
g                 886 src/w32fns.c     unsigned short r, g, b;
g                 887 src/w32fns.c     if (parse_color_spec (colorname, &r, &g, &b))
g                 891 src/w32fns.c         return make_fixnum ((b & 0xff00) << 8 | (g & 0xff00) | r >> 8);
g                1324 src/w32term.c            struct glyph *g = s->first_glyph + i;
g                1326 src/w32term.c            w32_draw_rectangle (s->hdc, s->gc, x, s->y, g->pixel_width - 1,
g                1328 src/w32term.c            x += g->pixel_width;
g                1842 src/w32term.c  	struct glyph *g = s->first_glyph;
g                1843 src/w32term.c  	for (last_glyph = g++;
g                1844 src/w32term.c  	     g < end && g->u.cmp.automatic && g->u.cmp.id == s->cmp_id
g                1845 src/w32term.c  	       && g->slice.cmp.to < s->cmp_to;
g                1846 src/w32term.c  	     last_glyph = g++)
g                2843 src/xdisp.c    	  struct glyph *g = gr->glyphs[area];
g                2844 src/xdisp.c    	  struct glyph *end = g + gr->used[area];
g                2847 src/xdisp.c    	  for (gx = gr->x; g < end; gx += g->pixel_width, ++g)
g                2848 src/xdisp.c    	    if (gx + g->pixel_width > x)
g                2851 src/xdisp.c    	  if (g < end)
g                2853 src/xdisp.c    	      if (g->type == IMAGE_GLYPH)
g                2860 src/xdisp.c    	      width = g->pixel_width;
g                8221 src/xdisp.c    		  int g;
g                8223 src/xdisp.c    		  g = '^';	     /* default glyph for Control */
g                8228 src/xdisp.c    		      g = GLYPH_CODE_CHAR (gc);
g                8236 src/xdisp.c    		  XSETINT (it->ctl_chars[0], g);
g                15987 src/xdisp.c    	      struct glyph *g;
g                15990 src/xdisp.c    		  for (g = cursor_row->glyphs[TEXT_AREA];
g                15991 src/xdisp.c    		       g < cursor_row->glyphs[TEXT_AREA]
g                15993 src/xdisp.c    		       g++)
g                15995 src/xdisp.c    		      if (!(NILP (g->object) && g->charpos < 0))
g                15997 src/xdisp.c    		      x_offset += g->pixel_width;
g                16002 src/xdisp.c    		  for (g = cursor_row->glyphs[TEXT_AREA]
g                16004 src/xdisp.c    		       g > cursor_row->glyphs[TEXT_AREA];
g                16005 src/xdisp.c    		       g--)
g                16007 src/xdisp.c    		      if (!(NILP ((g - 1)->object) && (g - 1)->charpos < 0))
g                16009 src/xdisp.c    		      x_offset += (g - 1)->pixel_width;
g                17977 src/xdisp.c    	  struct glyph *g;
g                17992 src/xdisp.c    	  for (x = 0, g = end + 1; g < glyph; g++)
g                17993 src/xdisp.c    	    x += g->pixel_width;
g                18420 src/xdisp.c          struct glyph *g;
g                18423 src/xdisp.c          for (g = row->glyphs[TEXT_AREA], x = row->x; g < glyph; g++)
g                18425 src/xdisp.c    	  if (g >= row->glyphs[TEXT_AREA] + row->used[TEXT_AREA])
g                18427 src/xdisp.c    	  x += g->pixel_width;
g                19460 src/xdisp.c    			  struct glyph *g =
g                19465 src/xdisp.c    			    (BUFFERP (g->object) && g->charpos == PT)
g                19466 src/xdisp.c    			    || (NILP (g->object)
g                19467 src/xdisp.c    				&& (g->charpos == PT
g                19468 src/xdisp.c    				    || (g->charpos == 0 && endpos - 1 == PT)));
g                21749 src/xdisp.c    	  struct glyph *g;
g                21758 src/xdisp.c    	  for (g = row->glyphs[TEXT_AREA];
g                21759 src/xdisp.c    	       g < row->glyphs[TEXT_AREA] + row->used[TEXT_AREA];
g                21760 src/xdisp.c    	       g++)
g                21762 src/xdisp.c    	      if (!STRINGP (g->object))
g                21764 src/xdisp.c    		  if (g->charpos > 0 && eabs (g->charpos - charpos) < mindif)
g                21766 src/xdisp.c    		      mindif = eabs (g->charpos - charpos);
g                23134 src/xdisp.c    	  struct glyph *g = to;
g                23143 src/xdisp.c    	  while (g < toend && w < it->truncation_pixel_width)
g                23145 src/xdisp.c    	      w += g->pixel_width;
g                23146 src/xdisp.c    	      ++g;
g                23148 src/xdisp.c    	  if (g - to - tused > 0)
g                23150 src/xdisp.c    	      memmove (to + tused, g, (toend - g) * sizeof(*g));
g                23151 src/xdisp.c    	      it->glyph_row->used[TEXT_AREA] -= g - to - tused;
g                23195 src/xdisp.c    	  struct glyph *g = to;
g                23197 src/xdisp.c    	  while (g >= toend && w < it->truncation_pixel_width)
g                23199 src/xdisp.c    	      w += g->pixel_width;
g                23200 src/xdisp.c    	      --g;
g                23202 src/xdisp.c    	  if (to - g - tused > 0)
g                23203 src/xdisp.c    	    to = g + tused;
g                23233 src/xdisp.c    	  struct glyph *g = g0 + it->glyph_row->used[TEXT_AREA] - 1;
g                23235 src/xdisp.c    	  for ( ; g >= g0; g--)
g                23236 src/xdisp.c    	    g[move_by] = *g;
g                23475 src/xdisp.c    	  struct glyph *g = it->glyph_row->glyphs[TEXT_AREA] + n;
g                23548 src/xdisp.c    	  g->ascent = it->max_ascent;
g                23549 src/xdisp.c    	  g->descent = it->max_descent;
g                23788 src/xdisp.c    	  struct glyph *g;
g                23794 src/xdisp.c    	  for (row_width = 0, g = row_start; g < row_end; g++)
g                23795 src/xdisp.c    	    row_width += g->pixel_width;
g                23863 src/xdisp.c    	  struct glyph *g = it->glyph_row->glyphs[LEFT_MARGIN_AREA];
g                23864 src/xdisp.c    	  struct glyph *e = g + it->glyph_row->used[LEFT_MARGIN_AREA];
g                23866 src/xdisp.c    	  for (it->current_x = 0; g < e; g++)
g                23867 src/xdisp.c    	    it->current_x += g->pixel_width;
g                23873 src/xdisp.c    		 && g < it->glyph_row->glyphs[TEXT_AREA])
g                23879 src/xdisp.c    	      g++;
g                23934 src/xdisp.c    	  struct glyph *g = it->glyph_row->glyphs[RIGHT_MARGIN_AREA];
g                23935 src/xdisp.c    	  struct glyph *e = g + it->glyph_row->used[RIGHT_MARGIN_AREA];
g                23937 src/xdisp.c    	  for ( ; g < e; g++)
g                23938 src/xdisp.c    	    it->current_x += g->pixel_width;
g                23944 src/xdisp.c    		 && g < it->glyph_row->glyphs[LAST_AREA])
g                23948 src/xdisp.c    	      g++;
g                24787 src/xdisp.c      struct glyph *g = scratch_glyph_row.glyphs[TEXT_AREA];
g                24788 src/xdisp.c      struct glyph *e = g + scratch_glyph_row.used[TEXT_AREA];
g                24794 src/xdisp.c      for ( ; g < e; g++)
g                24796 src/xdisp.c          it->current_x += g->pixel_width;
g                24804 src/xdisp.c    	  *p++ = *g;
g                24882 src/xdisp.c          for (struct glyph *g = row->glyphs[TEXT_AREA];
g                24883 src/xdisp.c    	   g < row->glyphs[TEXT_AREA] + row->used[TEXT_AREA];
g                24884 src/xdisp.c    	   g++)
g                24885 src/xdisp.c    	if (!NILP (g->object) || g->charpos > 0)
g                24890 src/xdisp.c          for (struct glyph *g = row->glyphs[TEXT_AREA] + row->used[TEXT_AREA] - 1;
g                24891 src/xdisp.c    	   g > row->glyphs[TEXT_AREA];
g                24892 src/xdisp.c    	   g--)
g                24893 src/xdisp.c    	if (!NILP ((g - 1)->object) || (g - 1)->charpos > 0)
g                26157 src/xdisp.c          struct glyph *g = row->glyphs[TEXT_AREA];
g                26158 src/xdisp.c          struct glyph *e = dir > 0 ? g + row->used[TEXT_AREA] : g - 1;
g                26159 src/xdisp.c          struct glyph *gpt = g + w->cursor.hpos;
g                26161 src/xdisp.c          for (g = gpt + dir; (dir > 0 ? g < e : g > e); g += dir)
g                26163 src/xdisp.c    	  if (BUFFERP (g->object) && g->charpos != PT)
g                26165 src/xdisp.c    	      SET_PT (g->charpos);
g                26169 src/xdisp.c    	  else if (!NILP (g->object) && !EQ (g->object, gpt->object))
g                26186 src/xdisp.c    	      else if (BUFFERP (g->object))
g                26187 src/xdisp.c    		new_pos = g->charpos;
g                26194 src/xdisp.c    	  else if (ROW_GLYPH_NEWLINE_P (row, g))
g                26199 src/xdisp.c    	      if (g->charpos > 0)
g                26200 src/xdisp.c    		SET_PT (g->charpos);
g                26211 src/xdisp.c          if (g == e || NILP (g->object))
g                26231 src/xdisp.c    	      g = row->glyphs[TEXT_AREA];
g                26232 src/xdisp.c    	      e = g + row->used[TEXT_AREA];
g                26233 src/xdisp.c    	      for ( ; g < e; g++)
g                26235 src/xdisp.c    		  if (BUFFERP (g->object)
g                26239 src/xdisp.c    		      || ROW_GLYPH_NEWLINE_P (row, g)
g                26244 src/xdisp.c    			  && NILP (g->object)
g                26245 src/xdisp.c    			  && g->type == CHAR_GLYPH
g                26246 src/xdisp.c    			  && g->u.ch == ' '))
g                26248 src/xdisp.c    		      if (g->charpos > 0)
g                26249 src/xdisp.c    			SET_PT (g->charpos);
g                26270 src/xdisp.c    	      g = e + row->used[TEXT_AREA] - 1;
g                26271 src/xdisp.c    	      for ( ; g >= e; g--)
g                26273 src/xdisp.c    		  if (BUFFERP (g->object)
g                26274 src/xdisp.c    		      || (ROW_GLYPH_NEWLINE_P (row, g)
g                26275 src/xdisp.c    			  && g->charpos > 0)
g                26279 src/xdisp.c    		      || g->type == STRETCH_GLYPH
g                26282 src/xdisp.c    			  && NILP (g->object)
g                26283 src/xdisp.c    			  && g->type == CHAR_GLYPH
g                26284 src/xdisp.c    			  && g->u.ch == ' '))
g                26286 src/xdisp.c    		      if (g->charpos > 0)
g                26287 src/xdisp.c    			SET_PT (g->charpos);
g                26622 src/xdisp.c          struct glyph *g, *e, *g1;
g                26628 src/xdisp.c    	  g = g1 = row->glyphs[TEXT_AREA];
g                26629 src/xdisp.c    	  e = g + row->used[TEXT_AREA];
g                26633 src/xdisp.c    	  while (g < e
g                26634 src/xdisp.c    		 && NILP (g->object)
g                26635 src/xdisp.c    		 && g->charpos < 0)
g                26636 src/xdisp.c    	    g++;
g                26637 src/xdisp.c    	  g1 = g;
g                26640 src/xdisp.c    	  for (nglyphs = 0; g < e && !NILP (g->object); g++)
g                26645 src/xdisp.c    	  for (i = 0; g1 < g; i++, g1++)
g                26650 src/xdisp.c    	  g = row->glyphs[TEXT_AREA] + row->used[TEXT_AREA] - 1;
g                26652 src/xdisp.c    	  while (g > e
g                26653 src/xdisp.c    		 && NILP (g->object)
g                26654 src/xdisp.c    		 && g->charpos < 0)
g                26655 src/xdisp.c    	    g--;
g                26656 src/xdisp.c    	  g1 = g;
g                26657 src/xdisp.c    	  for (nglyphs = 0; g > e && !NILP (g->object); g--)
g                26660 src/xdisp.c    	  for (i = 0; g1 > g; i++, g1--)
g                30356 src/xdisp.c    	  struct glyph *g = s->first_glyph;
g                30357 src/xdisp.c    	  struct face *regular_face = FACE_FROM_ID (s->f, g->face_id);
g                30359 src/xdisp.c    	    adjust_glyph_width_for_mouse_face (g, s->row, s->w,
g                30956 src/xdisp.c      struct glyph *g0 = s->row->glyphs[s->area], *g;
g                30958 src/xdisp.c      for (g = s->first_glyph - 1; g >= g0; g--)
g                30960 src/xdisp.c          struct face *prev_face = FACE_FROM_ID (s->f, g->face_id);
g                30966 src/xdisp.c      if (g == s->first_glyph - 1)
g                30972 src/xdisp.c          return FACE_FROM_ID (s->f, g[1].face_id)->font;
g                31009 src/xdisp.c    	  struct glyph *g;
g                31012 src/xdisp.c    	  for (g = glyph - 1; g >= it->glyph_row->glyphs[area]; g--)
g                31013 src/xdisp.c    	    g[1] = *g;
g                31091 src/xdisp.c    	  struct glyph *g;
g                31094 src/xdisp.c    	  for (g = glyph - 1; g >= it->glyph_row->glyphs[it->area]; g--)
g                31095 src/xdisp.c    	    g[1] = *g;
g                31302 src/xdisp.c    	  struct glyph *g;
g                31305 src/xdisp.c    	  for (g = glyph - 1; g >= it->glyph_row->glyphs[it->area]; g--)
g                31306 src/xdisp.c    	    g[1] = *g;
g                31408 src/xdisp.c    	  struct glyph *g;
g                31411 src/xdisp.c    	  for (g = glyph - 1; g >= it->glyph_row->glyphs[it->area]; g--)
g                31412 src/xdisp.c    	    g[1] = *g;
g                31478 src/xdisp.c    	  struct glyph *g;
g                31481 src/xdisp.c    	  for (g = glyph - 1; g >= it->glyph_row->glyphs[area]; g--)
g                31482 src/xdisp.c    	    g[1] = *g;
g                32025 src/xdisp.c    	  struct glyph *g;
g                32028 src/xdisp.c    	  for (g = glyph - 1; g >= it->glyph_row->glyphs[area]; g--)
g                32029 src/xdisp.c    	    g[1] = *g;
g                34225 src/xdisp.c    	  struct glyph *g = row->glyphs[TEXT_AREA];
g                34226 src/xdisp.c    	  struct glyph *e = g + row->used[TEXT_AREA];
g                34228 src/xdisp.c    	  while (g < e)
g                34230 src/xdisp.c    	      if (((BUFFERP (g->object) || NILP (g->object))
g                34231 src/xdisp.c    		   && start_charpos <= g->charpos && g->charpos < end_charpos)
g                34234 src/xdisp.c    		  || EQ (g->object, disp_string))
g                34236 src/xdisp.c    	      g++;
g                34279 src/xdisp.c    	  struct glyph *g = next->glyphs[TEXT_AREA];
g                34280 src/xdisp.c    	  struct glyph *s = g;
g                34281 src/xdisp.c    	  struct glyph *e = g + next->used[TEXT_AREA];
g                34283 src/xdisp.c    	  while (g < e)
g                34285 src/xdisp.c    	      if (((BUFFERP (g->object) || NILP (g->object))
g                34286 src/xdisp.c    		   && ((start_charpos <= g->charpos && g->charpos < end_charpos)
g                34292 src/xdisp.c    		       || (((!next->reversed_p && g == s)
g                34293 src/xdisp.c    			    || (next->reversed_p && g == e - 1))
g                34294 src/xdisp.c    			   && (g->charpos == end_charpos
g                34297 src/xdisp.c    			       || (g->charpos == -1
g                34302 src/xdisp.c    		  || EQ (g->object, disp_string))
g                34304 src/xdisp.c    	      g++;
g                34306 src/xdisp.c    	  if (g == e)
g                34474 src/xdisp.c          struct glyph *g;
g                34518 src/xdisp.c          for (g = r1->glyphs[TEXT_AREA], x = r1->x; g < glyph; g++)
g                34519 src/xdisp.c    	x += g->pixel_width;
g                34689 src/xdisp.c          struct glyph *g = r->glyphs[TEXT_AREA];
g                34690 src/xdisp.c          struct glyph *e = g + r->used[TEXT_AREA];
g                34693 src/xdisp.c          for (gx = r->x; g < e; gx += g->pixel_width, ++g)
g                34694 src/xdisp.c    	if (EQ (g->object, object))
g                34696 src/xdisp.c    	    if (g->charpos == pos)
g                34698 src/xdisp.c    		best_glyph = g;
g                34704 src/xdisp.c    		     || ((eabs (g->charpos - pos)
g                34707 src/xdisp.c    			     ? g->charpos < pos
g                34708 src/xdisp.c    			     : g->charpos > pos)))
g                34710 src/xdisp.c    		best_glyph = g;
g                34750 src/xdisp.c      struct glyph *g, *e;
g                34763 src/xdisp.c    	  g = r->glyphs[TEXT_AREA];
g                34764 src/xdisp.c    	  e = g + r->used[TEXT_AREA];
g                34765 src/xdisp.c    	  for (gx = r->x; g < e; gx += g->pixel_width, ++g)
g                34766 src/xdisp.c    	    if (EQ (g->object, object)
g                34767 src/xdisp.c    		&& startpos <= g->charpos && g->charpos < endpos)
g                34771 src/xdisp.c    		hlinfo->mouse_face_beg_col = g - r->glyphs[TEXT_AREA];
g                34782 src/xdisp.c    	  g = e + r->used[TEXT_AREA];
g                34783 src/xdisp.c    	  for ( ; g > e; --g)
g                34784 src/xdisp.c    	    if (EQ ((g-1)->object, object)
g                34785 src/xdisp.c    		&& startpos <= (g-1)->charpos && (g-1)->charpos < endpos)
g                34789 src/xdisp.c    		hlinfo->mouse_face_beg_col = g - r->glyphs[TEXT_AREA];
g                34790 src/xdisp.c    		for (gx = r->x, g1 = r->glyphs[TEXT_AREA]; g1 < g; ++g1)
g                34808 src/xdisp.c          g = r->glyphs[TEXT_AREA];
g                34809 src/xdisp.c          e = g + r->used[TEXT_AREA];
g                34811 src/xdisp.c          for ( ; g < e; ++g)
g                34812 src/xdisp.c    	if (EQ (g->object, object)
g                34813 src/xdisp.c    	    && startpos <= g->charpos && g->charpos < endpos)
g                34832 src/xdisp.c          g = r->glyphs[TEXT_AREA];
g                34833 src/xdisp.c          e = g + r->used[TEXT_AREA];
g                34834 src/xdisp.c          for ( ; e > g; --e)
g                34838 src/xdisp.c          hlinfo->mouse_face_end_col = e - g;
g                34840 src/xdisp.c          for (gx = r->x; g < e; ++g)
g                34841 src/xdisp.c    	gx += g->pixel_width;
g                34847 src/xdisp.c          g = e + r->used[TEXT_AREA];
g                34848 src/xdisp.c          for (gx = r->x ; e < g; ++e)
g                37969 src/xdisp.c    adjust_glyph_width_for_mouse_face (struct glyph *g, struct glyph_row *row,
g                37976 src/xdisp.c      bool do_left_box_p = g->left_box_line_p;
g                37977 src/xdisp.c      bool do_right_box_p = g->right_box_line_p;
g                37981 src/xdisp.c      if (g->type == IMAGE_GLYPH)
g                37986 src/xdisp.c    					     g->u.img_id);
g                37987 src/xdisp.c    	  do_left_box_p = g->left_box_line_p &&
g                37988 src/xdisp.c    	    g->slice.img.x == 0;
g                37989 src/xdisp.c    	  do_right_box_p = g->right_box_line_p &&
g                37990 src/xdisp.c    	    g->slice.img.x + g->slice.img.width == img->width;
g                37995 src/xdisp.c    					     g->u.img_id);
g                37996 src/xdisp.c    	  do_left_box_p = g->left_box_line_p &&
g                37997 src/xdisp.c    	    g->slice.img.x + g->slice.img.width == img->width;
g                37998 src/xdisp.c    	  do_right_box_p = g->right_box_line_p &&
g                37999 src/xdisp.c    	    g->slice.img.x == 0;
g                38011 src/xdisp.c      if (g->left_box_line_p)
g                38013 src/xdisp.c      if (g->right_box_line_p)
g                 956 src/xfaces.c                     unsigned short *r, unsigned short *g, unsigned short *b)
g                 967 src/xfaces.c   					   spec + 1 + 2 * n, g)
g                 978 src/xfaces.c                 && parse_hex_color_comp (sep1 + 1, sep2, g)
g                 992 src/xfaces.c             *g = lrint (green * 65535);
g                1018 src/xfaces.c     unsigned short r, g, b;
g                1019 src/xfaces.c     return (parse_color_spec (SSDATA (spec), &r, &g, &b)
g                1020 src/xfaces.c             ? list3i (r, g, b)
g                4632 src/xfaces.c     long long g = x->green - y->green;
g                4637 src/xfaces.c              + 4 * g * g
g                8523 src/xterm.c    	  struct glyph *g = s->first_glyph + i;
g                8525 src/xterm.c    			  s->gc, x, s->y, g->pixel_width - 1,
g                8527 src/xterm.c    	  x += g->pixel_width;
g                8585 src/xterm.c    	      struct glyph *g = s->first_glyph + i;
g                8587 src/xterm.c    				s->gc, x, s->y, g->pixel_width - 1,
g                8589 src/xterm.c    	      x += g->pixel_width;
g                9065 src/xterm.c    	  unsigned int r, g, b;
g                9069 src/xterm.c    	  g = (pixel >> dpyinfo->green_offset) & gmask;
g                9073 src/xterm.c    	  colors[i].green = (g * gmult) >> 16;
g                9157 src/xterm.c      unsigned short r, g, b;
g                9171 src/xterm.c      if (parse_color_spec (color_name, &r, &g, &b))
g                9174 src/xterm.c          color->green = g;
g                9960 src/xterm.c    	struct glyph *g = s->first_glyph;
g                9961 src/xterm.c    	for (last_glyph = g++;
g                9962 src/xterm.c    	     g < end && g->u.cmp.automatic && g->u.cmp.id == s->cmp_id
g                9963 src/xterm.c    	       && g->slice.cmp.to < s->cmp_to;
g                9964 src/xterm.c    	     last_glyph = g++)
g                1865 src/xterm.h    x_make_truecolor_pixel (struct x_display_info *dpyinfo, int r, int g, int b)
g                1873 src/xterm.h      pg = (g >> (16 - dpyinfo->green_bits)) << dpyinfo->green_offset;
g                 136 test/lisp/cedet/semantic-utest-ia-resources/testusing.cpp   aStruct g;	// This however is morestuff::aStruct !
g                 137 test/lisp/cedet/semantic-utest-ia-resources/testusing.cpp   g. //-8-
g                 164 test/lisp/cedet/semantic-utest-ia-resources/testusing.cpp   AnotherStruct g;
g                 167 test/lisp/cedet/semantic-utest-ia-resources/testusing.cpp   g.//-10-
g                 153 test/manual/etags/c-src/c.c caccacacca (a,b,c,d,e,f,g)
g                3201 test/manual/etags/c-src/emacs/src/lisp.h #define GCPRO7(a, b, c, d, e, f, g) (GCPRO6 (a, b, c, d, e, f), (void) gcpro7)
g                3247 test/manual/etags/c-src/emacs/src/lisp.h #define GCPRO7(a, b, c, d, e, f, g)					\
g                3254 test/manual/etags/c-src/emacs/src/lisp.h     gcpro7.next = &gcpro6; gcpro7.var = &(g); gcpro7.nvars = 1;		\
g                3334 test/manual/etags/c-src/emacs/src/lisp.h #define GCPRO7(a, b, c, d, e, f, g)					\
g                3348 test/manual/etags/c-src/emacs/src/lisp.h     gcpro7.next = &gcpro6; gcpro7.var = &(g); gcpro7.nvars = 1;		\
g                 751 test/manual/noverlay/itree-tests.c   struct itree_iterator it, *g;
g                 755 test/manual/noverlay/itree-tests.c   g = itree_iterator_start (&it, &tree, 0, 30, ITREE_ASCENDING);
g                 756 test/manual/noverlay/itree-tests.c   n = itree_iterator_next (g);
g                 760 test/manual/noverlay/itree-tests.c   ck_assert_ptr_null (itree_iterator_next (g));
g                 761 test/manual/noverlay/itree-tests.c   ck_assert_ptr_null (itree_iterator_next (g));
g                 762 test/manual/noverlay/itree-tests.c   ck_assert_ptr_null (itree_iterator_next (g));
g                 764 test/manual/noverlay/itree-tests.c   g = itree_iterator_start (&it, &tree, 30, 50, ITREE_ASCENDING);
g                 765 test/manual/noverlay/itree-tests.c   ck_assert_ptr_null (itree_iterator_next (g));
g                 766 test/manual/noverlay/itree-tests.c   ck_assert_ptr_null (itree_iterator_next (g));
g                 767 test/manual/noverlay/itree-tests.c   ck_assert_ptr_null (itree_iterator_next (g));
g                 777 test/manual/noverlay/itree-tests.c   struct itree_iterator it, *g =
g                 783 test/manual/noverlay/itree-tests.c       struct itree_node *node = itree_iterator_next (g);
g                 788 test/manual/noverlay/itree-tests.c   ck_assert_ptr_null (itree_iterator_next (g));
g                 789 test/manual/noverlay/itree-tests.c   ck_assert_ptr_null (itree_iterator_next (g));
g                 861 test/manual/noverlay/itree-tests.c   struct itree_iterator it, *g =
g                 865 test/manual/noverlay/itree-tests.c       struct itree_node *n = itree_iterator_next (g);
g                 886 test/manual/noverlay/itree-tests.c   struct itree_iterator it, *g =
g                 890 test/manual/noverlay/itree-tests.c       struct itree_node *n = itree_iterator_next (g);
g                 911 test/manual/noverlay/itree-tests.c   struct itree_iterator it, *g =
g                 915 test/manual/noverlay/itree-tests.c       struct itree_node *n = itree_iterator_next (g);
g                 934 test/manual/noverlay/itree-tests.c   struct itree_iterator it, *g =
g                 936 test/manual/noverlay/itree-tests.c   struct itree_node *n = itree_iterator_next (g);
g                 938 test/manual/noverlay/itree-tests.c   itree_iterator_narrow (g, 50, 60);
g                 939 test/manual/noverlay/itree-tests.c   n = itree_iterator_next (g);
g                 950 test/manual/noverlay/itree-tests.c   struct itree_iterator it, *g =
g                 952 test/manual/noverlay/itree-tests.c   struct itree_node *n = itree_iterator_next (g);
g                 954 test/manual/noverlay/itree-tests.c   itree_iterator_narrow (g, 25, 30);
g                 955 test/manual/noverlay/itree-tests.c   n = itree_iterator_next (g);