e                2003 lib-src/emacsclient.c       for (char *const *e = environ; *e; e++)
e                2006 lib-src/emacsclient.c           quote_argument (emacs_socket, *e);
e                 149 lib-src/etags.c   char *e = mempcpy (dest, src, len);
e                 150 lib-src/etags.c   *e = '\0';
e                  25 lib/intprops-internal.h #define _GL_INT_CONVERT(e, v) ((1 ? 0 : (e)) + (v))
e                  29 lib/intprops-internal.h #define _GL_INT_NEGATE_CONVERT(e, v) ((1 ? 0 : (e)) - (v))
e                  39 lib/intprops-internal.h #define _GL_EXPR_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0)
e                  51 lib/intprops-internal.h #define _GL_INT_MINIMUM(e)                                              \
e                  52 lib/intprops-internal.h   (_GL_EXPR_SIGNED (e)                                                  \
e                  53 lib/intprops-internal.h    ? ~ _GL_SIGNED_INT_MAXIMUM (e)                                       \
e                  54 lib/intprops-internal.h    : _GL_INT_CONVERT (e, 0))
e                  55 lib/intprops-internal.h #define _GL_INT_MAXIMUM(e)                                              \
e                  56 lib/intprops-internal.h   (_GL_EXPR_SIGNED (e)                                                  \
e                  57 lib/intprops-internal.h    ? _GL_SIGNED_INT_MAXIMUM (e)                                         \
e                  58 lib/intprops-internal.h    : _GL_INT_NEGATE_CONVERT (e, 1))
e                  59 lib/intprops-internal.h #define _GL_SIGNED_INT_MAXIMUM(e)                                       \
e                  60 lib/intprops-internal.h   (((_GL_INT_CONVERT (e, 1) << (_GL_TYPE_WIDTH (+ (e)) - 2)) - 1) * 2 + 1)
e                  35 lib/intprops.h #define EXPR_SIGNED(e) _GL_EXPR_SIGNED (e)
e                3054 lib/mini-gmp.c mpz_pow_ui (mpz_t r, const mpz_t b, unsigned long e)
e                3064 lib/mini-gmp.c       if (e & bit)
e                3075 lib/mini-gmp.c mpz_ui_pow_ui (mpz_t r, unsigned long blimb, unsigned long e)
e                3080 lib/mini-gmp.c   mpz_pow_ui (r, b, e);
e                3085 lib/mini-gmp.c mpz_powm (mpz_t r, const mpz_t b, const mpz_t e, const mpz_t m)
e                3095 lib/mini-gmp.c   en = GMP_ABS (e->_mp_size);
e                3123 lib/mini-gmp.c   if (e->_mp_size < 0)
e                3155 lib/mini-gmp.c       mp_limb_t w = e->_mp_d[en];
e                3192 lib/mini-gmp.c   mpz_t e;
e                3194 lib/mini-gmp.c   mpz_init_set_ui (e, elimb);
e                3195 lib/mini-gmp.c   mpz_powm (r, b, e, m);
e                3196 lib/mini-gmp.c   mpz_clear (e);
e                 233 lib/sha1.c       uint32_t e = ctx->E;
e                 265 lib/sha1.c           R( a, b, c, d, e, F1, K1, x[ 0] );
e                 266 lib/sha1.c           R( e, a, b, c, d, F1, K1, x[ 1] );
e                 267 lib/sha1.c           R( d, e, a, b, c, F1, K1, x[ 2] );
e                 268 lib/sha1.c           R( c, d, e, a, b, F1, K1, x[ 3] );
e                 269 lib/sha1.c           R( b, c, d, e, a, F1, K1, x[ 4] );
e                 270 lib/sha1.c           R( a, b, c, d, e, F1, K1, x[ 5] );
e                 271 lib/sha1.c           R( e, a, b, c, d, F1, K1, x[ 6] );
e                 272 lib/sha1.c           R( d, e, a, b, c, F1, K1, x[ 7] );
e                 273 lib/sha1.c           R( c, d, e, a, b, F1, K1, x[ 8] );
e                 274 lib/sha1.c           R( b, c, d, e, a, F1, K1, x[ 9] );
e                 275 lib/sha1.c           R( a, b, c, d, e, F1, K1, x[10] );
e                 276 lib/sha1.c           R( e, a, b, c, d, F1, K1, x[11] );
e                 277 lib/sha1.c           R( d, e, a, b, c, F1, K1, x[12] );
e                 278 lib/sha1.c           R( c, d, e, a, b, F1, K1, x[13] );
e                 279 lib/sha1.c           R( b, c, d, e, a, F1, K1, x[14] );
e                 280 lib/sha1.c           R( a, b, c, d, e, F1, K1, x[15] );
e                 281 lib/sha1.c           R( e, a, b, c, d, F1, K1, M(16) );
e                 282 lib/sha1.c           R( d, e, a, b, c, F1, K1, M(17) );
e                 283 lib/sha1.c           R( c, d, e, a, b, F1, K1, M(18) );
e                 284 lib/sha1.c           R( b, c, d, e, a, F1, K1, M(19) );
e                 285 lib/sha1.c           R( a, b, c, d, e, F2, K2, M(20) );
e                 286 lib/sha1.c           R( e, a, b, c, d, F2, K2, M(21) );
e                 287 lib/sha1.c           R( d, e, a, b, c, F2, K2, M(22) );
e                 288 lib/sha1.c           R( c, d, e, a, b, F2, K2, M(23) );
e                 289 lib/sha1.c           R( b, c, d, e, a, F2, K2, M(24) );
e                 290 lib/sha1.c           R( a, b, c, d, e, F2, K2, M(25) );
e                 291 lib/sha1.c           R( e, a, b, c, d, F2, K2, M(26) );
e                 292 lib/sha1.c           R( d, e, a, b, c, F2, K2, M(27) );
e                 293 lib/sha1.c           R( c, d, e, a, b, F2, K2, M(28) );
e                 294 lib/sha1.c           R( b, c, d, e, a, F2, K2, M(29) );
e                 295 lib/sha1.c           R( a, b, c, d, e, F2, K2, M(30) );
e                 296 lib/sha1.c           R( e, a, b, c, d, F2, K2, M(31) );
e                 297 lib/sha1.c           R( d, e, a, b, c, F2, K2, M(32) );
e                 298 lib/sha1.c           R( c, d, e, a, b, F2, K2, M(33) );
e                 299 lib/sha1.c           R( b, c, d, e, a, F2, K2, M(34) );
e                 300 lib/sha1.c           R( a, b, c, d, e, F2, K2, M(35) );
e                 301 lib/sha1.c           R( e, a, b, c, d, F2, K2, M(36) );
e                 302 lib/sha1.c           R( d, e, a, b, c, F2, K2, M(37) );
e                 303 lib/sha1.c           R( c, d, e, a, b, F2, K2, M(38) );
e                 304 lib/sha1.c           R( b, c, d, e, a, F2, K2, M(39) );
e                 305 lib/sha1.c           R( a, b, c, d, e, F3, K3, M(40) );
e                 306 lib/sha1.c           R( e, a, b, c, d, F3, K3, M(41) );
e                 307 lib/sha1.c           R( d, e, a, b, c, F3, K3, M(42) );
e                 308 lib/sha1.c           R( c, d, e, a, b, F3, K3, M(43) );
e                 309 lib/sha1.c           R( b, c, d, e, a, F3, K3, M(44) );
e                 310 lib/sha1.c           R( a, b, c, d, e, F3, K3, M(45) );
e                 311 lib/sha1.c           R( e, a, b, c, d, F3, K3, M(46) );
e                 312 lib/sha1.c           R( d, e, a, b, c, F3, K3, M(47) );
e                 313 lib/sha1.c           R( c, d, e, a, b, F3, K3, M(48) );
e                 314 lib/sha1.c           R( b, c, d, e, a, F3, K3, M(49) );
e                 315 lib/sha1.c           R( a, b, c, d, e, F3, K3, M(50) );
e                 316 lib/sha1.c           R( e, a, b, c, d, F3, K3, M(51) );
e                 317 lib/sha1.c           R( d, e, a, b, c, F3, K3, M(52) );
e                 318 lib/sha1.c           R( c, d, e, a, b, F3, K3, M(53) );
e                 319 lib/sha1.c           R( b, c, d, e, a, F3, K3, M(54) );
e                 320 lib/sha1.c           R( a, b, c, d, e, F3, K3, M(55) );
e                 321 lib/sha1.c           R( e, a, b, c, d, F3, K3, M(56) );
e                 322 lib/sha1.c           R( d, e, a, b, c, F3, K3, M(57) );
e                 323 lib/sha1.c           R( c, d, e, a, b, F3, K3, M(58) );
e                 324 lib/sha1.c           R( b, c, d, e, a, F3, K3, M(59) );
e                 325 lib/sha1.c           R( a, b, c, d, e, F4, K4, M(60) );
e                 326 lib/sha1.c           R( e, a, b, c, d, F4, K4, M(61) );
e                 327 lib/sha1.c           R( d, e, a, b, c, F4, K4, M(62) );
e                 328 lib/sha1.c           R( c, d, e, a, b, F4, K4, M(63) );
e                 329 lib/sha1.c           R( b, c, d, e, a, F4, K4, M(64) );
e                 330 lib/sha1.c           R( a, b, c, d, e, F4, K4, M(65) );
e                 331 lib/sha1.c           R( e, a, b, c, d, F4, K4, M(66) );
e                 332 lib/sha1.c           R( d, e, a, b, c, F4, K4, M(67) );
e                 333 lib/sha1.c           R( c, d, e, a, b, F4, K4, M(68) );
e                 334 lib/sha1.c           R( b, c, d, e, a, F4, K4, M(69) );
e                 335 lib/sha1.c           R( a, b, c, d, e, F4, K4, M(70) );
e                 336 lib/sha1.c           R( e, a, b, c, d, F4, K4, M(71) );
e                 337 lib/sha1.c           R( d, e, a, b, c, F4, K4, M(72) );
e                 338 lib/sha1.c           R( c, d, e, a, b, F4, K4, M(73) );
e                 339 lib/sha1.c           R( b, c, d, e, a, F4, K4, M(74) );
e                 340 lib/sha1.c           R( a, b, c, d, e, F4, K4, M(75) );
e                 341 lib/sha1.c           R( e, a, b, c, d, F4, K4, M(76) );
e                 342 lib/sha1.c           R( d, e, a, b, c, F4, K4, M(77) );
e                 343 lib/sha1.c           R( c, d, e, a, b, F4, K4, M(78) );
e                 344 lib/sha1.c           R( b, c, d, e, a, F4, K4, M(79) );
e                 350 lib/sha1.c           e = ctx->E += e;
e                 307 lib/sha256.c     uint32_t e = ctx->state[4];
e                 349 lib/sha256.c         R( a, b, c, d, e, f, g, h, K( 0), x[ 0] );
e                 350 lib/sha256.c         R( h, a, b, c, d, e, f, g, K( 1), x[ 1] );
e                 351 lib/sha256.c         R( g, h, a, b, c, d, e, f, K( 2), x[ 2] );
e                 352 lib/sha256.c         R( f, g, h, a, b, c, d, e, K( 3), x[ 3] );
e                 353 lib/sha256.c         R( e, f, g, h, a, b, c, d, K( 4), x[ 4] );
e                 354 lib/sha256.c         R( d, e, f, g, h, a, b, c, K( 5), x[ 5] );
e                 355 lib/sha256.c         R( c, d, e, f, g, h, a, b, K( 6), x[ 6] );
e                 356 lib/sha256.c         R( b, c, d, e, f, g, h, a, K( 7), x[ 7] );
e                 357 lib/sha256.c         R( a, b, c, d, e, f, g, h, K( 8), x[ 8] );
e                 358 lib/sha256.c         R( h, a, b, c, d, e, f, g, K( 9), x[ 9] );
e                 359 lib/sha256.c         R( g, h, a, b, c, d, e, f, K(10), x[10] );
e                 360 lib/sha256.c         R( f, g, h, a, b, c, d, e, K(11), x[11] );
e                 361 lib/sha256.c         R( e, f, g, h, a, b, c, d, K(12), x[12] );
e                 362 lib/sha256.c         R( d, e, f, g, h, a, b, c, K(13), x[13] );
e                 363 lib/sha256.c         R( c, d, e, f, g, h, a, b, K(14), x[14] );
e                 364 lib/sha256.c         R( b, c, d, e, f, g, h, a, K(15), x[15] );
e                 365 lib/sha256.c         R( a, b, c, d, e, f, g, h, K(16), M(16) );
e                 366 lib/sha256.c         R( h, a, b, c, d, e, f, g, K(17), M(17) );
e                 367 lib/sha256.c         R( g, h, a, b, c, d, e, f, K(18), M(18) );
e                 368 lib/sha256.c         R( f, g, h, a, b, c, d, e, K(19), M(19) );
e                 369 lib/sha256.c         R( e, f, g, h, a, b, c, d, K(20), M(20) );
e                 370 lib/sha256.c         R( d, e, f, g, h, a, b, c, K(21), M(21) );
e                 371 lib/sha256.c         R( c, d, e, f, g, h, a, b, K(22), M(22) );
e                 372 lib/sha256.c         R( b, c, d, e, f, g, h, a, K(23), M(23) );
e                 373 lib/sha256.c         R( a, b, c, d, e, f, g, h, K(24), M(24) );
e                 374 lib/sha256.c         R( h, a, b, c, d, e, f, g, K(25), M(25) );
e                 375 lib/sha256.c         R( g, h, a, b, c, d, e, f, K(26), M(26) );
e                 376 lib/sha256.c         R( f, g, h, a, b, c, d, e, K(27), M(27) );
e                 377 lib/sha256.c         R( e, f, g, h, a, b, c, d, K(28), M(28) );
e                 378 lib/sha256.c         R( d, e, f, g, h, a, b, c, K(29), M(29) );
e                 379 lib/sha256.c         R( c, d, e, f, g, h, a, b, K(30), M(30) );
e                 380 lib/sha256.c         R( b, c, d, e, f, g, h, a, K(31), M(31) );
e                 381 lib/sha256.c         R( a, b, c, d, e, f, g, h, K(32), M(32) );
e                 382 lib/sha256.c         R( h, a, b, c, d, e, f, g, K(33), M(33) );
e                 383 lib/sha256.c         R( g, h, a, b, c, d, e, f, K(34), M(34) );
e                 384 lib/sha256.c         R( f, g, h, a, b, c, d, e, K(35), M(35) );
e                 385 lib/sha256.c         R( e, f, g, h, a, b, c, d, K(36), M(36) );
e                 386 lib/sha256.c         R( d, e, f, g, h, a, b, c, K(37), M(37) );
e                 387 lib/sha256.c         R( c, d, e, f, g, h, a, b, K(38), M(38) );
e                 388 lib/sha256.c         R( b, c, d, e, f, g, h, a, K(39), M(39) );
e                 389 lib/sha256.c         R( a, b, c, d, e, f, g, h, K(40), M(40) );
e                 390 lib/sha256.c         R( h, a, b, c, d, e, f, g, K(41), M(41) );
e                 391 lib/sha256.c         R( g, h, a, b, c, d, e, f, K(42), M(42) );
e                 392 lib/sha256.c         R( f, g, h, a, b, c, d, e, K(43), M(43) );
e                 393 lib/sha256.c         R( e, f, g, h, a, b, c, d, K(44), M(44) );
e                 394 lib/sha256.c         R( d, e, f, g, h, a, b, c, K(45), M(45) );
e                 395 lib/sha256.c         R( c, d, e, f, g, h, a, b, K(46), M(46) );
e                 396 lib/sha256.c         R( b, c, d, e, f, g, h, a, K(47), M(47) );
e                 397 lib/sha256.c         R( a, b, c, d, e, f, g, h, K(48), M(48) );
e                 398 lib/sha256.c         R( h, a, b, c, d, e, f, g, K(49), M(49) );
e                 399 lib/sha256.c         R( g, h, a, b, c, d, e, f, K(50), M(50) );
e                 400 lib/sha256.c         R( f, g, h, a, b, c, d, e, K(51), M(51) );
e                 401 lib/sha256.c         R( e, f, g, h, a, b, c, d, K(52), M(52) );
e                 402 lib/sha256.c         R( d, e, f, g, h, a, b, c, K(53), M(53) );
e                 403 lib/sha256.c         R( c, d, e, f, g, h, a, b, K(54), M(54) );
e                 404 lib/sha256.c         R( b, c, d, e, f, g, h, a, K(55), M(55) );
e                 405 lib/sha256.c         R( a, b, c, d, e, f, g, h, K(56), M(56) );
e                 406 lib/sha256.c         R( h, a, b, c, d, e, f, g, K(57), M(57) );
e                 407 lib/sha256.c         R( g, h, a, b, c, d, e, f, K(58), M(58) );
e                 408 lib/sha256.c         R( f, g, h, a, b, c, d, e, K(59), M(59) );
e                 409 lib/sha256.c         R( e, f, g, h, a, b, c, d, K(60), M(60) );
e                 410 lib/sha256.c         R( d, e, f, g, h, a, b, c, K(61), M(61) );
e                 411 lib/sha256.c         R( c, d, e, f, g, h, a, b, K(62), M(62) );
e                 412 lib/sha256.c         R( b, c, d, e, f, g, h, a, K(63), M(63) );
e                 418 lib/sha256.c         e = ctx->state[4] += e;
e                 331 lib/sha512.c     u64 e = ctx->state[4];
e                 378 lib/sha512.c         R( a, b, c, d, e, f, g, h, K( 0), x[ 0] );
e                 379 lib/sha512.c         R( h, a, b, c, d, e, f, g, K( 1), x[ 1] );
e                 380 lib/sha512.c         R( g, h, a, b, c, d, e, f, K( 2), x[ 2] );
e                 381 lib/sha512.c         R( f, g, h, a, b, c, d, e, K( 3), x[ 3] );
e                 382 lib/sha512.c         R( e, f, g, h, a, b, c, d, K( 4), x[ 4] );
e                 383 lib/sha512.c         R( d, e, f, g, h, a, b, c, K( 5), x[ 5] );
e                 384 lib/sha512.c         R( c, d, e, f, g, h, a, b, K( 6), x[ 6] );
e                 385 lib/sha512.c         R( b, c, d, e, f, g, h, a, K( 7), x[ 7] );
e                 386 lib/sha512.c         R( a, b, c, d, e, f, g, h, K( 8), x[ 8] );
e                 387 lib/sha512.c         R( h, a, b, c, d, e, f, g, K( 9), x[ 9] );
e                 388 lib/sha512.c         R( g, h, a, b, c, d, e, f, K(10), x[10] );
e                 389 lib/sha512.c         R( f, g, h, a, b, c, d, e, K(11), x[11] );
e                 390 lib/sha512.c         R( e, f, g, h, a, b, c, d, K(12), x[12] );
e                 391 lib/sha512.c         R( d, e, f, g, h, a, b, c, K(13), x[13] );
e                 392 lib/sha512.c         R( c, d, e, f, g, h, a, b, K(14), x[14] );
e                 393 lib/sha512.c         R( b, c, d, e, f, g, h, a, K(15), x[15] );
e                 394 lib/sha512.c         R( a, b, c, d, e, f, g, h, K(16), M(16) );
e                 395 lib/sha512.c         R( h, a, b, c, d, e, f, g, K(17), M(17) );
e                 396 lib/sha512.c         R( g, h, a, b, c, d, e, f, K(18), M(18) );
e                 397 lib/sha512.c         R( f, g, h, a, b, c, d, e, K(19), M(19) );
e                 398 lib/sha512.c         R( e, f, g, h, a, b, c, d, K(20), M(20) );
e                 399 lib/sha512.c         R( d, e, f, g, h, a, b, c, K(21), M(21) );
e                 400 lib/sha512.c         R( c, d, e, f, g, h, a, b, K(22), M(22) );
e                 401 lib/sha512.c         R( b, c, d, e, f, g, h, a, K(23), M(23) );
e                 402 lib/sha512.c         R( a, b, c, d, e, f, g, h, K(24), M(24) );
e                 403 lib/sha512.c         R( h, a, b, c, d, e, f, g, K(25), M(25) );
e                 404 lib/sha512.c         R( g, h, a, b, c, d, e, f, K(26), M(26) );
e                 405 lib/sha512.c         R( f, g, h, a, b, c, d, e, K(27), M(27) );
e                 406 lib/sha512.c         R( e, f, g, h, a, b, c, d, K(28), M(28) );
e                 407 lib/sha512.c         R( d, e, f, g, h, a, b, c, K(29), M(29) );
e                 408 lib/sha512.c         R( c, d, e, f, g, h, a, b, K(30), M(30) );
e                 409 lib/sha512.c         R( b, c, d, e, f, g, h, a, K(31), M(31) );
e                 410 lib/sha512.c         R( a, b, c, d, e, f, g, h, K(32), M(32) );
e                 411 lib/sha512.c         R( h, a, b, c, d, e, f, g, K(33), M(33) );
e                 412 lib/sha512.c         R( g, h, a, b, c, d, e, f, K(34), M(34) );
e                 413 lib/sha512.c         R( f, g, h, a, b, c, d, e, K(35), M(35) );
e                 414 lib/sha512.c         R( e, f, g, h, a, b, c, d, K(36), M(36) );
e                 415 lib/sha512.c         R( d, e, f, g, h, a, b, c, K(37), M(37) );
e                 416 lib/sha512.c         R( c, d, e, f, g, h, a, b, K(38), M(38) );
e                 417 lib/sha512.c         R( b, c, d, e, f, g, h, a, K(39), M(39) );
e                 418 lib/sha512.c         R( a, b, c, d, e, f, g, h, K(40), M(40) );
e                 419 lib/sha512.c         R( h, a, b, c, d, e, f, g, K(41), M(41) );
e                 420 lib/sha512.c         R( g, h, a, b, c, d, e, f, K(42), M(42) );
e                 421 lib/sha512.c         R( f, g, h, a, b, c, d, e, K(43), M(43) );
e                 422 lib/sha512.c         R( e, f, g, h, a, b, c, d, K(44), M(44) );
e                 423 lib/sha512.c         R( d, e, f, g, h, a, b, c, K(45), M(45) );
e                 424 lib/sha512.c         R( c, d, e, f, g, h, a, b, K(46), M(46) );
e                 425 lib/sha512.c         R( b, c, d, e, f, g, h, a, K(47), M(47) );
e                 426 lib/sha512.c         R( a, b, c, d, e, f, g, h, K(48), M(48) );
e                 427 lib/sha512.c         R( h, a, b, c, d, e, f, g, K(49), M(49) );
e                 428 lib/sha512.c         R( g, h, a, b, c, d, e, f, K(50), M(50) );
e                 429 lib/sha512.c         R( f, g, h, a, b, c, d, e, K(51), M(51) );
e                 430 lib/sha512.c         R( e, f, g, h, a, b, c, d, K(52), M(52) );
e                 431 lib/sha512.c         R( d, e, f, g, h, a, b, c, K(53), M(53) );
e                 432 lib/sha512.c         R( c, d, e, f, g, h, a, b, K(54), M(54) );
e                 433 lib/sha512.c         R( b, c, d, e, f, g, h, a, K(55), M(55) );
e                 434 lib/sha512.c         R( a, b, c, d, e, f, g, h, K(56), M(56) );
e                 435 lib/sha512.c         R( h, a, b, c, d, e, f, g, K(57), M(57) );
e                 436 lib/sha512.c         R( g, h, a, b, c, d, e, f, K(58), M(58) );
e                 437 lib/sha512.c         R( f, g, h, a, b, c, d, e, K(59), M(59) );
e                 438 lib/sha512.c         R( e, f, g, h, a, b, c, d, K(60), M(60) );
e                 439 lib/sha512.c         R( d, e, f, g, h, a, b, c, K(61), M(61) );
e                 440 lib/sha512.c         R( c, d, e, f, g, h, a, b, K(62), M(62) );
e                 441 lib/sha512.c         R( b, c, d, e, f, g, h, a, K(63), M(63) );
e                 442 lib/sha512.c         R( a, b, c, d, e, f, g, h, K(64), M(64) );
e                 443 lib/sha512.c         R( h, a, b, c, d, e, f, g, K(65), M(65) );
e                 444 lib/sha512.c         R( g, h, a, b, c, d, e, f, K(66), M(66) );
e                 445 lib/sha512.c         R( f, g, h, a, b, c, d, e, K(67), M(67) );
e                 446 lib/sha512.c         R( e, f, g, h, a, b, c, d, K(68), M(68) );
e                 447 lib/sha512.c         R( d, e, f, g, h, a, b, c, K(69), M(69) );
e                 448 lib/sha512.c         R( c, d, e, f, g, h, a, b, K(70), M(70) );
e                 449 lib/sha512.c         R( b, c, d, e, f, g, h, a, K(71), M(71) );
e                 450 lib/sha512.c         R( a, b, c, d, e, f, g, h, K(72), M(72) );
e                 451 lib/sha512.c         R( h, a, b, c, d, e, f, g, K(73), M(73) );
e                 452 lib/sha512.c         R( g, h, a, b, c, d, e, f, K(74), M(74) );
e                 453 lib/sha512.c         R( f, g, h, a, b, c, d, e, K(75), M(75) );
e                 454 lib/sha512.c         R( e, f, g, h, a, b, c, d, K(76), M(76) );
e                 455 lib/sha512.c         R( d, e, f, g, h, a, b, c, K(77), M(77) );
e                 456 lib/sha512.c         R( c, d, e, f, g, h, a, b, K(78), M(78) );
e                 457 lib/sha512.c         R( b, c, d, e, f, g, h, a, K(79), M(79) );
e                 463 lib/sha512.c         e = ctx->state[4] = u64plus (ctx->state[4], e);
e                6706 src/alloc.c      struct mark_entry *e = &mark_stk.stack[mark_stk.sp - 1];
e                6707 src/alloc.c      if (e->n == 0)		/* single value */
e                6710 src/alloc.c          return e->u.value;
e                6714 src/alloc.c      e->n--;
e                6715 src/alloc.c      if (e->n == 0)
e                6717 src/alloc.c      return (++e->u.values)[-1];
e                2403 src/buffer.c   validate_region (Lisp_Object *b, Lisp_Object *e)
e                2405 src/buffer.c     EMACS_INT beg = fix_position (*b), end = fix_position (*e);
e                2413 src/buffer.c       args_out_of_range_3 (Fcurrent_buffer (), *b, *e);
e                2416 src/buffer.c     *e = make_fixnum (end);
e                 523 src/casefiddle.c casify_region (enum case_action flag, Lisp_Object b, Lisp_Object e)
e                 528 src/casefiddle.c   validate_region (&b, &e);
e                 530 src/casefiddle.c   ptrdiff_t end = XFIXNAT (e);
e                 328 src/character.h 	      unsigned char e = p[2];
e                 329 src/character.h 	      w += (e & 0xC0) << 4;
e                 343 src/character.h 			w3 = (lw << 24) + (d << 16) + (e << 8) + f;
e                 141 src/cm.c       #define	COST(x,e)	(x ? (cost = 0, tputs (x, 1, e), cost) : BIG)
e                 142 src/cm.c       #define CMCOST(x,e)	((x == 0) ? BIG : (p = tgoto(x, 0, 0), COST(p ,e)))
e                1532 src/coding.c         unsigned char e[256], o[256];
e                1535 src/coding.c         memset (e, 0, 256);
e                1537 src/coding.c         e[c1] = 1;
e                1550 src/coding.c   	  if (! e[c1])
e                1552 src/coding.c   	      e[c1] = 1;
e                9051 src/coding.c         EMACS_INT e = fix_position (end);
e                9052 src/coding.c         if (! (BEG <= s && s <= e && e <= Z))
e                9057 src/coding.c         end_byte = CHAR_TO_BYTE (e);
e                9058 src/coding.c         if (e - s == end_byte - start_byte)
e                9061 src/coding.c         if (s < GPT && GPT < e)
e                9063 src/coding.c   	  if (GPT - s < e - GPT)
e                9066 src/coding.c   	    move_gap_both (e, end_byte);
e                9305 src/coding.c         EMACS_INT e = fix_position (end);
e                9306 src/coding.c         if (! (BEG <= s && s <= e && e <= Z))
e                9311 src/coding.c         end_byte = CHAR_TO_BYTE (e);
e                9312 src/coding.c         if (e - s == end_byte - start_byte)
e                9315 src/coding.c         if (s < GPT && GPT < e)
e                9317 src/coding.c   	  if (GPT - s < e - GPT)
e                9320 src/coding.c   	    move_gap_both (e, end_byte);
e                2067 src/composite.c       ptrdiff_t s, e;
e                2070 src/composite.c 				      &s, &e, &gstring, string)
e                2071 src/composite.c 	  && (e <= fixed_pos ? e > end : s < start))
e                2072 src/composite.c 	return list3 (make_fixnum (s), make_fixnum (e), gstring);
e                1679 src/editfns.c    register ptrdiff_t b, e;
e                1683 src/editfns.c    e = XFIXNUM (end);
e                1685 src/editfns.c    return make_buffer_string (b, e, 1);
e                1695 src/editfns.c    register ptrdiff_t b, e;
e                1699 src/editfns.c    e = XFIXNUM (end);
e                1701 src/editfns.c    return make_buffer_string (b, e, 0);
e                1733 src/editfns.c    register EMACS_INT b, e, temp;
e                1745 src/editfns.c    e = !NILP (end) ? fix_position (end) : BUF_ZV (bp);
e                1746 src/editfns.c    if (b > e)
e                1747 src/editfns.c      temp = b, b = e, e = temp;
e                1749 src/editfns.c    if (!(BUF_BEGV (bp) <= b && e <= BUF_ZV (bp)))
e                1754 src/editfns.c    update_buffer_properties (b, e);
e                1757 src/editfns.c    insert_from_buffer (bp, b, e - b, 0);
e                2943 src/editfns.c    EMACS_INT s = fix_position (start), e = fix_position (end);
e                2945 src/editfns.c    if (e < s)
e                2947 src/editfns.c        EMACS_INT tem = s; s = e; e = tem;
e                2950 src/editfns.c    if (!(BEG <= s && s <= e && e <= Z))
e                2965 src/editfns.c        if (e < begv_charpos) e = begv_charpos;
e                2966 src/editfns.c        if (e > zv_charpos) e = zv_charpos;
e                2969 src/editfns.c    if (BEGV != s || ZV != e)
e                2973 src/editfns.c    SET_BUF_ZV (current_buffer, e);
e                2977 src/editfns.c    if (e < PT)
e                2978 src/editfns.c      SET_PT (e);
e                4065 src/editfns.c  		      char *e = strchr (p, 'e');
e                4066 src/editfns.c  		      if (e)
e                4067 src/editfns.c  			endlen = p + sprintf_bytes - e;
e                2575 src/eval.c     	      Lisp_Object e = XCAR (p);
e                2576 src/eval.c     	      if (SYMBOLP (e))
e                2577 src/eval.c     		dynvars = Fcons(e, dynvars);
e                1836 src/fileio.c     char *e = stpcpy (buf, dir);
e                1837 src/fileio.c     *e = DIRECTORY_SEP;
e                1838 src/fileio.c     e += ! (buf < e && IS_DIRECTORY_SEP (e[-1]));
e                1839 src/fileio.c     return stpcpy (e, file);
e                 205 src/floatfns.c   int e = min (max (INT_MIN, XFIXNUM (exponent)), INT_MAX);
e                 206 src/floatfns.c   return make_float (ldexp (extract_float (sgnfcand), e));
e                3846 src/fns.c        char *e = to;
e                3874 src/fns.c      	      *e++ = '\n';
e                3881 src/fns.c            *e++ = b64_value_to_char[0x3f & c >> 2];
e                3888 src/fns.c      	  *e++ = b64_value_to_char[value];
e                3891 src/fns.c      	      *e++ = '=';
e                3892 src/fns.c      	      *e++ = '=';
e                3909 src/fns.c            *e++ = b64_value_to_char[value | (0x0f & c >> 4)];
e                3916 src/fns.c      	  *e++ = b64_value_to_char[value];
e                3918 src/fns.c      	    *e++ = '=';
e                3934 src/fns.c            *e++ = b64_value_to_char[value | (0x03 & c >> 6)];
e                3935 src/fns.c            *e++ = b64_value_to_char[0x3f & c];
e                3938 src/fns.c        return e - to;
e                4068 src/fns.c        char *e = to;
e                4085 src/fns.c      	      return e - to;
e                4113 src/fns.c      	e += BYTE8_STRING (c, (unsigned char *) e);
e                4115 src/fns.c      	*e++ = c;
e                4127 src/fns.c      	      return e - to;
e                4155 src/fns.c      	e += BYTE8_STRING (c, (unsigned char *) e);
e                4157 src/fns.c      	*e++ = c;
e                4169 src/fns.c      	      return e - to;
e                4185 src/fns.c      	e += BYTE8_STRING (c, (unsigned char *) e);
e                4187 src/fns.c      	*e++ = c;
e                5618 src/fns.c            EMACS_INT b, e;
e                5626 src/fns.c            e = !NILP (end) ? fix_position (end) : ZV;
e                5627 src/fns.c            if (b > e)
e                5630 src/fns.c      	  b = e;
e                5631 src/fns.c      	  e = temp;
e                5634 src/fns.c            if (!(BEGV <= b && e <= ZV))
e                5662 src/fns.c      					   make_fixnum (b), make_fixnum (e),
e                5680 src/fns.c      				       make_fixnum (b), make_fixnum (e),
e                5698 src/fns.c            object = make_buffer_string (b, e, false);
e                 822 src/indent.c     int b, e;
e                 825 src/indent.c       e = SCHARS (string);
e                 829 src/indent.c         e = XFIXNUM (end);
e                 841 src/indent.c     ptr = SDATA (string) + e;
e                2271 src/indent.c   	  const char *e = s + SBYTES (it.string);
e                2282 src/indent.c   	  while (s < e)
e                11043 src/keyboard.c 	  Lisp_Object e = AREF (recent_keys, i);
e                11044 src/keyboard.c 	  if (cmds || !CONSP (e) || !NILP (XCAR (e)))
e                11045 src/keyboard.c 	    es = Fcons (e, es);
e                3631 src/lread.c          struct read_stack_entry *e = &rdstack.stack[i];
e                3632 src/lread.c          switch (e->type)
e                3638 src/lread.c    	  mark_object (e->u.list.head);
e                3639 src/lread.c    	  mark_object (e->u.list.tail);
e                3647 src/lread.c    	  mark_object (e->u.vector.elems);
e                3650 src/lread.c    	  mark_object (e->u.special.symbol);
e                3653 src/lread.c    	  mark_object (e->u.numbered.number);
e                3654 src/lread.c    	  mark_object (e->u.numbered.placeholder);
e                3690 src/lread.c    read_stack_push (struct read_stack_entry e)
e                3694 src/lread.c      rdstack.stack[rdstack.sp++] = e;
e                4261 src/lread.c          struct read_stack_entry *e = read_stack_top ();
e                4262 src/lread.c          switch (e->type)
e                4265 src/lread.c    	  e->type = RE_list;
e                4266 src/lread.c    	  e->u.list.head = e->u.list.tail = Fcons (obj, Qnil);
e                4272 src/lread.c    	    XSETCDR (e->u.list.tail, tl);
e                4273 src/lread.c    	    e->u.list.tail = tl;
e                4283 src/lread.c    	    XSETCDR (e->u.list.tail, obj);
e                4285 src/lread.c    	    obj = e->u.list.head;
e                4304 src/lread.c    	  e->u.vector.elems = Fcons (obj, e->u.vector.elems);
e                4309 src/lread.c    	  obj = list2 (e->u.special.symbol, obj);
e                4315 src/lread.c    	    Lisp_Object placeholder = e->u.numbered.placeholder;
e                4360 src/lread.c    		ptrdiff_t i = hash_lookup (h, e->u.numbered.number, &hash);
e                3329 src/msdos.c      char in_path[4], *p = in_path, e = errno;
e                3349 src/msdos.c      errno = e;
e                 734 src/nsterm.h   - (void) sendScrollEventAtLoc: (float)loc fromEvent: (NSEvent *)e;
e                1374 src/print.c      struct print_pp_entry *e = &ppstack.stack[ppstack.sp - 1];
e                1375 src/print.c      if (e->n == 0)		/* single value */
e                1378 src/print.c          return e->u.value;
e                1382 src/print.c      e->n--;
e                1383 src/print.c      if (e->n == 0)
e                1385 src/print.c      return (++e->u.values)[-1];
e                2169 src/print.c    print_stack_push (struct print_stack_entry e)
e                2173 src/print.c      prstack.stack[prstack.sp++] = e;
e                2643 src/print.c          struct print_stack_entry *e = &prstack.stack[prstack.sp - 1];
e                2644 src/print.c          switch (e->type)
e                2649 src/print.c    	    Lisp_Object next = XCDR (e->u.list.last);
e                2669 src/print.c    			e->type = PE_rbrac;
e                2678 src/print.c    		--e->u.list.maxlen;
e                2679 src/print.c    		if (e->u.list.maxlen <= 0)
e                2687 src/print.c    		e->u.list.last = next;
e                2688 src/print.c    		e->u.list.n--;
e                2689 src/print.c    		if (e->u.list.n == 0)
e                2692 src/print.c    		    e->u.list.tortoise_idx += e->u.list.m;
e                2693 src/print.c    		    e->u.list.m <<= 1;
e                2694 src/print.c    		    e->u.list.n = e->u.list.m;
e                2695 src/print.c    		    e->u.list.tortoise = next;
e                2697 src/print.c    		else if (BASE_EQ (next, e->u.list.tortoise))
e                2702 src/print.c    				       e->u.list.tortoise_idx);
e                2715 src/print.c    		e->type = PE_rbrac;
e                2727 src/print.c    	  if (e->u.vector.idx >= e->u.vector.size)
e                2729 src/print.c    	      if (e->u.vector.truncated)
e                2731 src/print.c    		  if (e->u.vector.idx > 0)
e                2735 src/print.c    	      print_c_string (e->u.vector.end, printcharfun);
e                2740 src/print.c    	  if (e->u.vector.idx > 0)
e                2742 src/print.c    	  obj = AREF (e->u.vector.obj, e->u.vector.idx);
e                2743 src/print.c    	  e->u.vector.idx++;
e                2747 src/print.c    	  if (e->u.hash.printed >= e->u.hash.nobjs)
e                2749 src/print.c    	      if (e->u.hash.truncated)
e                2751 src/print.c    		  if (e->u.hash.printed)
e                2761 src/print.c    	  if (e->u.hash.printed)
e                2764 src/print.c    	  struct Lisp_Hash_Table *h = XHASH_TABLE (e->u.hash.obj);
e                2765 src/print.c    	  if ((e->u.hash.printed & 1) == 0)
e                2768 src/print.c    	      ptrdiff_t idx = e->u.hash.idx;
e                2771 src/print.c    	      e->u.hash.idx = idx;
e                2776 src/print.c    	      obj = HASH_VALUE (h, e->u.hash.idx);
e                2777 src/print.c    	      e->u.hash.idx++;
e                2779 src/print.c    	  e->u.hash.printed++;
e                 444 src/regex-emacs.c # define DEBUG_STATEMENT(e) e
e                 448 src/regex-emacs.c # define DEBUG_PRINT_COMPILED_PATTERN(p, s, e)				\
e                 449 src/regex-emacs.c   if (regex_emacs_debug > 0) print_partial_compiled_pattern (s, e)
e                 789 src/regex-emacs.c # define DEBUG_STATEMENT(e)
e                 791 src/regex-emacs.c # define DEBUG_PRINT_COMPILED_PATTERN(p, s, e)
e                1152 src/regex-emacs.c #define REG_UNSET(e) ((e) == NULL)
e                1020 src/sound.c          snd_mixer_elem_t *e;
e                1028 src/sound.c                for (e = snd_mixer_first_elem (handle);
e                1029 src/sound.c                     e;
e                1030 src/sound.c                     e = snd_mixer_elem_next (e))
e                1032 src/sound.c                    if (snd_mixer_selem_has_playback_volume (e))
e                1035 src/sound.c                        snd_mixer_selem_get_playback_volume_range (e, &pmin, &pmax);
e                1039 src/sound.c                          snd_mixer_selem_set_playback_volume (e, chn, vol);
e                  80 src/textprop.c   ptrdiff_t b = XFIXNUM (start), e = XFIXNUM (end);
e                  85 src/textprop.c   prepare_to_modify_buffer_1 (b, e, NULL);
e                  87 src/textprop.c   BUF_COMPUTE_UNCHANGED (buf, b - 1, e);
e                1832 src/textprop.c   register ptrdiff_t e, pos;
e                1839 src/textprop.c   e = XFIXNUM (end);
e                1843 src/textprop.c       if (i->position >= e)
e                1868 src/textprop.c   register ptrdiff_t s, e;
e                1876 src/textprop.c   e = XFIXNUM (end);
e                1880 src/textprop.c       if (i->position >= e)
e                1985 src/textprop.c   ptrdiff_t s = XFIXNUM (start), e = XFIXNUM (end), p = XFIXNUM (pos);
e                1989 src/textprop.c   while (s < e)
e                1992 src/textprop.c       if (e2 > e)
e                1993 src/textprop.c 	e2 = e;
e                2056 src/textprop.c       ptrdiff_t e = XFIXNUM (end);
e                2058 src/textprop.c       while (s < e)
e                2064 src/textprop.c 	  if (interval_end > e)
e                2065 src/textprop.c 	    interval_end = e;
e                4950 src/w32.c        int rmstatus, e;
e                4962 src/w32.c            e = errno;
e                4970 src/w32.c      	errno = e;
e                4979 src/w32.c            e = errno;
e                4985 src/w32.c      	errno = e;
e                6520 src/w32.c        int e = errno;
e                6526 src/w32.c            errno = e;
e                6545 src/w32.c        int e = errno;
e                6551 src/w32.c            errno = e;
e                6582 src/w32.c            int e = errno;
e                6633 src/w32.c      	errno = e;
e                6652 src/w32.c        int e;
e                6705 src/w32.c        e = errno;
e                6743 src/w32.c      		  errno = e;
e                6765 src/w32.c            errno = e;
e                 702 src/w32heap.c        DWORD e = GetLastError ();
e                 704 src/w32heap.c        if (e == ERROR_NOT_ENOUGH_MEMORY)
e                 708 src/w32heap.c  	  DebPrint (("mmap_alloc: error %ld\n", e));
e                3899 src/xdisp.c          const char *e = s + SBYTES (it->overlay_strings[i]);
e                3901 src/xdisp.c          while (s < e && *s != '\n')
e                3904 src/xdisp.c          if (s < e)
e                23666 src/xdisp.c    	  struct glyph *e = g + it->glyph_row->used[LEFT_MARGIN_AREA];
e                23668 src/xdisp.c    	  for (it->current_x = 0; g < e; g++)
e                23737 src/xdisp.c    	  struct glyph *e = g + it->glyph_row->used[RIGHT_MARGIN_AREA];
e                23739 src/xdisp.c    	  for ( ; g < e; g++)
e                24590 src/xdisp.c      struct glyph *e = g + scratch_glyph_row.used[TEXT_AREA];
e                24596 src/xdisp.c      for ( ; g < e; g++)
e                25960 src/xdisp.c          struct glyph *e = dir > 0 ? g + row->used[TEXT_AREA] : g - 1;
e                25963 src/xdisp.c          for (g = gpt + dir; (dir > 0 ? g < e : g > e); g += dir)
e                26013 src/xdisp.c          if (g == e || NILP (g->object))
e                26034 src/xdisp.c    	      e = g + row->used[TEXT_AREA];
e                26035 src/xdisp.c    	      for ( ; g < e; g++)
e                26071 src/xdisp.c    	      e = row->glyphs[TEXT_AREA];
e                26072 src/xdisp.c    	      g = e + row->used[TEXT_AREA] - 1;
e                26073 src/xdisp.c    	      for ( ; g >= e; g--)
e                26424 src/xdisp.c          struct glyph *g, *e, *g1;
e                26431 src/xdisp.c    	  e = g + row->used[TEXT_AREA];
e                26435 src/xdisp.c    	  while (g < e
e                26442 src/xdisp.c    	  for (nglyphs = 0; g < e && !NILP (g->object); g++)
e                26453 src/xdisp.c    	  e = row->glyphs[TEXT_AREA] - 1;
e                26454 src/xdisp.c    	  while (g > e
e                26459 src/xdisp.c    	  for (nglyphs = 0; g > e && !NILP (g->object); g--)
e                33920 src/xdisp.c    	  struct glyph *e = g + row->used[TEXT_AREA];
e                33922 src/xdisp.c    	  while (g < e)
e                33975 src/xdisp.c    	  struct glyph *e = g + next->used[TEXT_AREA];
e                33977 src/xdisp.c    	  while (g < e)
e                33987 src/xdisp.c    			    || (next->reversed_p && g == e - 1))
e                34000 src/xdisp.c    	  if (g == e)
e                34384 src/xdisp.c          struct glyph *e = g + r->used[TEXT_AREA];
e                34387 src/xdisp.c          for (gx = r->x; g < e; gx += g->pixel_width, ++g)
e                34444 src/xdisp.c      struct glyph *g, *e;
e                34458 src/xdisp.c    	  e = g + r->used[TEXT_AREA];
e                34459 src/xdisp.c    	  for (gx = r->x; g < e; gx += g->pixel_width, ++g)
e                34475 src/xdisp.c    	  e = r->glyphs[TEXT_AREA];
e                34476 src/xdisp.c    	  g = e + r->used[TEXT_AREA];
e                34477 src/xdisp.c    	  for ( ; g > e; --g)
e                34503 src/xdisp.c          e = g + r->used[TEXT_AREA];
e                34505 src/xdisp.c          for ( ; g < e; ++g)
e                34527 src/xdisp.c          e = g + r->used[TEXT_AREA];
e                34528 src/xdisp.c          for ( ; e > g; --e)
e                34529 src/xdisp.c    	if (EQ ((e-1)->object, object)
e                34530 src/xdisp.c    	    && startpos <= (e-1)->charpos && (e-1)->charpos < endpos)
e                34532 src/xdisp.c          hlinfo->mouse_face_end_col = e - g;
e                34534 src/xdisp.c          for (gx = r->x; g < e; ++g)
e                34540 src/xdisp.c          e = r->glyphs[TEXT_AREA];
e                34541 src/xdisp.c          g = e + r->used[TEXT_AREA];
e                34542 src/xdisp.c          for (gx = r->x ; e < g; ++e)
e                34544 src/xdisp.c    	  if (EQ (e->object, object)
e                34545 src/xdisp.c    	      && startpos <= e->charpos && e->charpos < endpos)
e                34547 src/xdisp.c    	  gx += e->pixel_width;
e                34549 src/xdisp.c          hlinfo->mouse_face_end_col = e - r->glyphs[TEXT_AREA];
e                34938 src/xdisp.c    	  Lisp_Object b, e;
e                34956 src/xdisp.c    	  e = Fnext_single_property_change (pos, Qmouse_face, string, Qnil);
e                34957 src/xdisp.c    	  if (NILP (e))
e                34960 src/xdisp.c    	    endpos = XFIXNUM (e);
e                35482 src/xdisp.c    	      Lisp_Object s, e;
e                35487 src/xdisp.c    	      e = Fnext_single_property_change
e                35491 src/xdisp.c    	      if (NILP (e))
e                35492 src/xdisp.c    		e = make_fixnum (SCHARS (object));
e                35494 src/xdisp.c    					  XFIXNUM (s), XFIXNUM (e));
e                 865 src/xfaces.c   parse_hex_color_comp (const char *s, const char *e, unsigned short *dst)
e                 867 src/xfaces.c     int n = e - s;
e                 871 src/xfaces.c     for (; s < e; s++)
e                 893 src/xfaces.c   parse_float_color_comp (const char *s, const char *e)
e                 896 src/xfaces.c     for (const char *p = s; p < e; p++)
e                 902 src/xfaces.c     return (end == e && x >= 0 && x <= 1) ? x : -1;
e                 355 src/xrdb.c     	  char *e = splice_dir_file (p, home, xdefaults);
e                 356 src/xrdb.c     	  *e++ = '-';
e                 357 src/xrdb.c     	  lispstpcpy (e, system_name);
e                 169 test/lisp/cedet/semantic-utest-ia-resources/testdoublens.cpp       e::Foo &foo;
e                 224 test/manual/cedet/tests/test.c   testconst = e;
e                 153 test/manual/etags/c-src/c.c caccacacca (a,b,c,d,e,f,g)
e                10044 test/manual/etags/c-src/emacs/src/keyboard.c 	  Lisp_Object e = AREF (recent_keys, i);
e                10045 test/manual/etags/c-src/emacs/src/keyboard.c 	  if (cmds || !CONSP (e) || !NILP (XCAR (e)))
e                10046 test/manual/etags/c-src/emacs/src/keyboard.c 	    es = Fcons (e, es);
e                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)
e                3230 test/manual/etags/c-src/emacs/src/lisp.h #define GCPRO5(a, b, c, d, e)						\
e                3235 test/manual/etags/c-src/emacs/src/lisp.h     gcpro5.next = &gcpro4; gcpro5.var = &(e); gcpro5.nvars = 1;		\
e                3238 test/manual/etags/c-src/emacs/src/lisp.h #define GCPRO6(a, b, c, d, e, f)					\
e                3243 test/manual/etags/c-src/emacs/src/lisp.h     gcpro5.next = &gcpro4; gcpro5.var = &(e); gcpro5.nvars = 1;		\
e                3247 test/manual/etags/c-src/emacs/src/lisp.h #define GCPRO7(a, b, c, d, e, f, g)					\
e                3252 test/manual/etags/c-src/emacs/src/lisp.h     gcpro5.next = &gcpro4; gcpro5.var = &(e); gcpro5.nvars = 1;		\
e                3302 test/manual/etags/c-src/emacs/src/lisp.h #define GCPRO5(a, b, c, d, e)						\
e                3312 test/manual/etags/c-src/emacs/src/lisp.h     gcpro5.next = &gcpro4; gcpro5.var = &(e); gcpro5.nvars = 1;		\
e                3317 test/manual/etags/c-src/emacs/src/lisp.h #define GCPRO6(a, b, c, d, e, f)					\
e                3327 test/manual/etags/c-src/emacs/src/lisp.h     gcpro5.next = &gcpro4; gcpro5.var = &(e); gcpro5.nvars = 1;		\
e                3334 test/manual/etags/c-src/emacs/src/lisp.h #define GCPRO7(a, b, c, d, e, f, g)					\
e                3344 test/manual/etags/c-src/emacs/src/lisp.h     gcpro5.next = &gcpro4; gcpro5.var = &(e); gcpro5.nvars = 1;		\