e                 251 java/org/gnu/emacs/EmacsDialog.java 	    catch (NotFoundException e)
e                 369 java/org/gnu/emacs/EmacsDocumentsProvider.java     catch (IOException e)
e                 371 java/org/gnu/emacs/EmacsDocumentsProvider.java 	throw new FileNotFoundException (e.toString ());
e                 545 java/org/gnu/emacs/EmacsDocumentsProvider.java     catch (IOException e)
e                 547 java/org/gnu/emacs/EmacsDocumentsProvider.java 	throw new FileNotFoundException ("IOException: " + e);
e                 556 java/org/gnu/emacs/EmacsDocumentsProvider.java 	catch (IOException e)
e                 566 java/org/gnu/emacs/EmacsDocumentsProvider.java 	catch (IOException e)
e                 179 java/org/gnu/emacs/EmacsNoninteractive.java     catch (Exception e)
e                 181 java/org/gnu/emacs/EmacsNoninteractive.java 	System.err.println ("Internal error: " + e);
e                 186 java/org/gnu/emacs/EmacsNoninteractive.java 	e.printStackTrace ();
e                 186 java/org/gnu/emacs/EmacsOpenActivity.java 	catch (IOException e)
e                 245 java/org/gnu/emacs/EmacsSafThread.java       catch (OperationCanceledException e)
e                 247 java/org/gnu/emacs/EmacsSafThread.java 	  throw e;
e                 249 java/org/gnu/emacs/EmacsSafThread.java       catch (Throwable e)
e                 564 java/org/gnu/emacs/EmacsSafThread.java 	catch (Exception e)
e                 566 java/org/gnu/emacs/EmacsSafThread.java 	    e.printStackTrace ();
e                1623 java/org/gnu/emacs/EmacsSafThread.java 	catch (IOException e)
e                1625 java/org/gnu/emacs/EmacsSafThread.java 	    Log.w (TAG, "Leaking unclosed file descriptor " + e);
e                 276 java/org/gnu/emacs/EmacsSdk11Clipboard.java     catch (FileNotFoundException e)
e                 280 java/org/gnu/emacs/EmacsSdk11Clipboard.java     catch (IOException e)
e                 220 java/org/gnu/emacs/EmacsService.java     catch (Exception e)
e                 671 java/org/gnu/emacs/EmacsService.java     catch (Exception e)
e                 673 java/org/gnu/emacs/EmacsService.java 	return e.toString ();
e                 742 java/org/gnu/emacs/EmacsService.java 	    catch (InterruptedException e)
e                1250 java/org/gnu/emacs/EmacsService.java 	      catch (Exception e)
e                1252 java/org/gnu/emacs/EmacsService.java 		  e.printStackTrace ();
e                 443 java/org/gnu/emacs/EmacsWindow.java 		  catch (Exception e)
e                 446 java/org/gnu/emacs/EmacsWindow.java 			     "failed to attach override-redirect window, " + e);
e                2005 lib-src/emacsclient.c       for (char *const *e = environ; *e; e++)
e                2008 lib-src/emacsclient.c           quote_argument (emacs_socket, *e);
e                 150 lib-src/etags.c   char *e = mempcpy (dest, src, len);
e                 151 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                3061 lib/mini-gmp.c mpz_pow_ui (mpz_t r, const mpz_t b, unsigned long e)
e                3071 lib/mini-gmp.c       if (e & bit)
e                3082 lib/mini-gmp.c mpz_ui_pow_ui (mpz_t r, unsigned long blimb, unsigned long e)
e                3087 lib/mini-gmp.c   mpz_pow_ui (r, b, e);
e                3092 lib/mini-gmp.c mpz_powm (mpz_t r, const mpz_t b, const mpz_t e, const mpz_t m)
e                3102 lib/mini-gmp.c   en = GMP_ABS (e->_mp_size);
e                3130 lib/mini-gmp.c   if (e->_mp_size < 0)
e                3162 lib/mini-gmp.c       mp_limb_t w = e->_mp_d[en];
e                3199 lib/mini-gmp.c   mpz_t e;
e                3201 lib/mini-gmp.c   mpz_init_set_ui (e, elimb);
e                3202 lib/mini-gmp.c   mpz_powm (r, b, e, m);
e                3203 lib/mini-gmp.c   mpz_clear (e);
e                 232 lib/sha1.c       uint32_t e = ctx->E;
e                 264 lib/sha1.c           R( a, b, c, d, e, F1, K1, x[ 0] );
e                 265 lib/sha1.c           R( e, a, b, c, d, F1, K1, x[ 1] );
e                 266 lib/sha1.c           R( d, e, a, b, c, F1, K1, x[ 2] );
e                 267 lib/sha1.c           R( c, d, e, a, b, F1, K1, x[ 3] );
e                 268 lib/sha1.c           R( b, c, d, e, a, F1, K1, x[ 4] );
e                 269 lib/sha1.c           R( a, b, c, d, e, F1, K1, x[ 5] );
e                 270 lib/sha1.c           R( e, a, b, c, d, F1, K1, x[ 6] );
e                 271 lib/sha1.c           R( d, e, a, b, c, F1, K1, x[ 7] );
e                 272 lib/sha1.c           R( c, d, e, a, b, F1, K1, x[ 8] );
e                 273 lib/sha1.c           R( b, c, d, e, a, F1, K1, x[ 9] );
e                 274 lib/sha1.c           R( a, b, c, d, e, F1, K1, x[10] );
e                 275 lib/sha1.c           R( e, a, b, c, d, F1, K1, x[11] );
e                 276 lib/sha1.c           R( d, e, a, b, c, F1, K1, x[12] );
e                 277 lib/sha1.c           R( c, d, e, a, b, F1, K1, x[13] );
e                 278 lib/sha1.c           R( b, c, d, e, a, F1, K1, x[14] );
e                 279 lib/sha1.c           R( a, b, c, d, e, F1, K1, x[15] );
e                 280 lib/sha1.c           R( e, a, b, c, d, F1, K1, M(16) );
e                 281 lib/sha1.c           R( d, e, a, b, c, F1, K1, M(17) );
e                 282 lib/sha1.c           R( c, d, e, a, b, F1, K1, M(18) );
e                 283 lib/sha1.c           R( b, c, d, e, a, F1, K1, M(19) );
e                 284 lib/sha1.c           R( a, b, c, d, e, F2, K2, M(20) );
e                 285 lib/sha1.c           R( e, a, b, c, d, F2, K2, M(21) );
e                 286 lib/sha1.c           R( d, e, a, b, c, F2, K2, M(22) );
e                 287 lib/sha1.c           R( c, d, e, a, b, F2, K2, M(23) );
e                 288 lib/sha1.c           R( b, c, d, e, a, F2, K2, M(24) );
e                 289 lib/sha1.c           R( a, b, c, d, e, F2, K2, M(25) );
e                 290 lib/sha1.c           R( e, a, b, c, d, F2, K2, M(26) );
e                 291 lib/sha1.c           R( d, e, a, b, c, F2, K2, M(27) );
e                 292 lib/sha1.c           R( c, d, e, a, b, F2, K2, M(28) );
e                 293 lib/sha1.c           R( b, c, d, e, a, F2, K2, M(29) );
e                 294 lib/sha1.c           R( a, b, c, d, e, F2, K2, M(30) );
e                 295 lib/sha1.c           R( e, a, b, c, d, F2, K2, M(31) );
e                 296 lib/sha1.c           R( d, e, a, b, c, F2, K2, M(32) );
e                 297 lib/sha1.c           R( c, d, e, a, b, F2, K2, M(33) );
e                 298 lib/sha1.c           R( b, c, d, e, a, F2, K2, M(34) );
e                 299 lib/sha1.c           R( a, b, c, d, e, F2, K2, M(35) );
e                 300 lib/sha1.c           R( e, a, b, c, d, F2, K2, M(36) );
e                 301 lib/sha1.c           R( d, e, a, b, c, F2, K2, M(37) );
e                 302 lib/sha1.c           R( c, d, e, a, b, F2, K2, M(38) );
e                 303 lib/sha1.c           R( b, c, d, e, a, F2, K2, M(39) );
e                 304 lib/sha1.c           R( a, b, c, d, e, F3, K3, M(40) );
e                 305 lib/sha1.c           R( e, a, b, c, d, F3, K3, M(41) );
e                 306 lib/sha1.c           R( d, e, a, b, c, F3, K3, M(42) );
e                 307 lib/sha1.c           R( c, d, e, a, b, F3, K3, M(43) );
e                 308 lib/sha1.c           R( b, c, d, e, a, F3, K3, M(44) );
e                 309 lib/sha1.c           R( a, b, c, d, e, F3, K3, M(45) );
e                 310 lib/sha1.c           R( e, a, b, c, d, F3, K3, M(46) );
e                 311 lib/sha1.c           R( d, e, a, b, c, F3, K3, M(47) );
e                 312 lib/sha1.c           R( c, d, e, a, b, F3, K3, M(48) );
e                 313 lib/sha1.c           R( b, c, d, e, a, F3, K3, M(49) );
e                 314 lib/sha1.c           R( a, b, c, d, e, F3, K3, M(50) );
e                 315 lib/sha1.c           R( e, a, b, c, d, F3, K3, M(51) );
e                 316 lib/sha1.c           R( d, e, a, b, c, F3, K3, M(52) );
e                 317 lib/sha1.c           R( c, d, e, a, b, F3, K3, M(53) );
e                 318 lib/sha1.c           R( b, c, d, e, a, F3, K3, M(54) );
e                 319 lib/sha1.c           R( a, b, c, d, e, F3, K3, M(55) );
e                 320 lib/sha1.c           R( e, a, b, c, d, F3, K3, M(56) );
e                 321 lib/sha1.c           R( d, e, a, b, c, F3, K3, M(57) );
e                 322 lib/sha1.c           R( c, d, e, a, b, F3, K3, M(58) );
e                 323 lib/sha1.c           R( b, c, d, e, a, F3, K3, M(59) );
e                 324 lib/sha1.c           R( a, b, c, d, e, F4, K4, M(60) );
e                 325 lib/sha1.c           R( e, a, b, c, d, F4, K4, M(61) );
e                 326 lib/sha1.c           R( d, e, a, b, c, F4, K4, M(62) );
e                 327 lib/sha1.c           R( c, d, e, a, b, F4, K4, M(63) );
e                 328 lib/sha1.c           R( b, c, d, e, a, F4, K4, M(64) );
e                 329 lib/sha1.c           R( a, b, c, d, e, F4, K4, M(65) );
e                 330 lib/sha1.c           R( e, a, b, c, d, F4, K4, M(66) );
e                 331 lib/sha1.c           R( d, e, a, b, c, F4, K4, M(67) );
e                 332 lib/sha1.c           R( c, d, e, a, b, F4, K4, M(68) );
e                 333 lib/sha1.c           R( b, c, d, e, a, F4, K4, M(69) );
e                 334 lib/sha1.c           R( a, b, c, d, e, F4, K4, M(70) );
e                 335 lib/sha1.c           R( e, a, b, c, d, F4, K4, M(71) );
e                 336 lib/sha1.c           R( d, e, a, b, c, F4, K4, M(72) );
e                 337 lib/sha1.c           R( c, d, e, a, b, F4, K4, M(73) );
e                 338 lib/sha1.c           R( b, c, d, e, a, F4, K4, M(74) );
e                 339 lib/sha1.c           R( a, b, c, d, e, F4, K4, M(75) );
e                 340 lib/sha1.c           R( e, a, b, c, d, F4, K4, M(76) );
e                 341 lib/sha1.c           R( d, e, a, b, c, F4, K4, M(77) );
e                 342 lib/sha1.c           R( c, d, e, a, b, F4, K4, M(78) );
e                 343 lib/sha1.c           R( b, c, d, e, a, F4, K4, M(79) );
e                 349 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                7024 src/alloc.c      struct mark_entry *e = &mark_stk.stack[mark_stk.sp - 1];
e                7025 src/alloc.c      if (e->n == 0)		/* single value */
e                7028 src/alloc.c          return e->u.value;
e                7032 src/alloc.c      e->n--;
e                7033 src/alloc.c      if (e->n == 0)
e                7035 src/alloc.c      return (++e->u.values)[-1];
e                2411 src/buffer.c   validate_region (Lisp_Object *b, Lisp_Object *e)
e                2413 src/buffer.c     EMACS_INT beg = fix_position (*b), end = fix_position (*e);
e                2421 src/buffer.c       args_out_of_range_3 (Fcurrent_buffer (), *b, *e);
e                2424 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                1538 src/coding.c         unsigned char e[256], o[256];
e                1541 src/coding.c         memset (e, 0, 256);
e                1543 src/coding.c         e[c1] = 1;
e                1556 src/coding.c   	  if (! e[c1])
e                1558 src/coding.c   	      e[c1] = 1;
e                9077 src/coding.c         EMACS_INT e = fix_position (end);
e                9078 src/coding.c         if (! (BEG <= s && s <= e && e <= Z))
e                9083 src/coding.c         end_byte = CHAR_TO_BYTE (e);
e                9084 src/coding.c         if (e - s == end_byte - start_byte)
e                9087 src/coding.c         if (s < GPT && GPT < e)
e                9089 src/coding.c   	  if (GPT - s < e - GPT)
e                9092 src/coding.c   	    move_gap_both (e, end_byte);
e                9331 src/coding.c         EMACS_INT e = fix_position (end);
e                9332 src/coding.c         if (! (BEG <= s && s <= e && e <= Z))
e                9337 src/coding.c         end_byte = CHAR_TO_BYTE (e);
e                9338 src/coding.c         if (e - s == end_byte - start_byte)
e                9341 src/coding.c         if (s < GPT && GPT < e)
e                9343 src/coding.c   	  if (GPT - s < e - GPT)
e                9346 src/coding.c   	    move_gap_both (e, end_byte);
e                2073 src/composite.c       ptrdiff_t s, e;
e                2076 src/composite.c 				      &s, &e, &gstring, string)
e                2077 src/composite.c 	  && (e <= fixed_pos ? e > end : s < start))
e                2078 src/composite.c 	return list3 (make_fixnum (s), make_fixnum (e), gstring);
e                1687 src/editfns.c    register ptrdiff_t b, e;
e                1691 src/editfns.c    e = XFIXNUM (end);
e                1693 src/editfns.c    return make_buffer_string (b, e, 1);
e                1703 src/editfns.c    register ptrdiff_t b, e;
e                1707 src/editfns.c    e = XFIXNUM (end);
e                1709 src/editfns.c    return make_buffer_string (b, e, 0);
e                1741 src/editfns.c    register EMACS_INT b, e, temp;
e                1753 src/editfns.c    e = !NILP (end) ? fix_position (end) : BUF_ZV (bp);
e                1754 src/editfns.c    if (b > e)
e                1755 src/editfns.c      temp = b, b = e, e = temp;
e                1757 src/editfns.c    if (!(BUF_BEGV (bp) <= b && e <= BUF_ZV (bp)))
e                1762 src/editfns.c    update_buffer_properties (b, e);
e                1765 src/editfns.c    insert_from_buffer (bp, b, e - b, 0);
e                2951 src/editfns.c    EMACS_INT s = fix_position (start), e = fix_position (end);
e                2953 src/editfns.c    if (e < s)
e                2955 src/editfns.c        EMACS_INT tem = s; s = e; e = tem;
e                2958 src/editfns.c    if (!(BEG <= s && s <= e && e <= Z))
e                2973 src/editfns.c        if (e < begv_charpos) e = begv_charpos;
e                2974 src/editfns.c        if (e > zv_charpos) e = zv_charpos;
e                2977 src/editfns.c    if (BEGV != s || ZV != e)
e                2981 src/editfns.c    SET_BUF_ZV (current_buffer, e);
e                2985 src/editfns.c    if (e < PT)
e                2986 src/editfns.c      SET_PT (e);
e                4073 src/editfns.c  		      char *e = strchr (p, 'e');
e                4074 src/editfns.c  		      if (e)
e                4075 src/editfns.c  			endlen = p + sprintf_bytes - e;
e                2588 src/eval.c     	      Lisp_Object e = XCAR (p);
e                2589 src/eval.c     	      if (SYMBOLP (e))
e                2590 src/eval.c     		dynvars = Fcons(e, dynvars);
e                1909 src/fileio.c     char *e = stpcpy (buf, dir);
e                1910 src/fileio.c     *e = DIRECTORY_SEP;
e                1911 src/fileio.c     e += ! (buf < e && IS_DIRECTORY_SEP (e[-1]));
e                1912 src/fileio.c     return stpcpy (e, file);
e                 206 src/floatfns.c   int e = min (max (INT_MIN, XFIXNUM (exponent)), INT_MAX);
e                 207 src/floatfns.c   return make_float (ldexp (extract_float (sgnfcand), e));
e                3882 src/fns.c        char *e = to;
e                3910 src/fns.c      	      *e++ = '\n';
e                3917 src/fns.c            *e++ = b64_value_to_char[0x3f & c >> 2];
e                3924 src/fns.c      	  *e++ = b64_value_to_char[value];
e                3927 src/fns.c      	      *e++ = '=';
e                3928 src/fns.c      	      *e++ = '=';
e                3945 src/fns.c            *e++ = b64_value_to_char[value | (0x0f & c >> 4)];
e                3952 src/fns.c      	  *e++ = b64_value_to_char[value];
e                3954 src/fns.c      	    *e++ = '=';
e                3970 src/fns.c            *e++ = b64_value_to_char[value | (0x03 & c >> 6)];
e                3971 src/fns.c            *e++ = b64_value_to_char[0x3f & c];
e                3974 src/fns.c        return e - to;
e                4104 src/fns.c        char *e = to;
e                4121 src/fns.c      	      return e - to;
e                4149 src/fns.c      	e += BYTE8_STRING (c, (unsigned char *) e);
e                4151 src/fns.c      	*e++ = c;
e                4163 src/fns.c      	      return e - to;
e                4191 src/fns.c      	e += BYTE8_STRING (c, (unsigned char *) e);
e                4193 src/fns.c      	*e++ = c;
e                4205 src/fns.c      	      return e - to;
e                4221 src/fns.c      	e += BYTE8_STRING (c, (unsigned char *) e);
e                4223 src/fns.c      	*e++ = c;
e                5654 src/fns.c            EMACS_INT b, e;
e                5662 src/fns.c            e = !NILP (end) ? fix_position (end) : ZV;
e                5663 src/fns.c            if (b > e)
e                5666 src/fns.c      	  b = e;
e                5667 src/fns.c      	  e = temp;
e                5670 src/fns.c            if (!(BEGV <= b && e <= ZV))
e                5698 src/fns.c      					   make_fixnum (b), make_fixnum (e),
e                5716 src/fns.c      				       make_fixnum (b), make_fixnum (e),
e                5734 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                11582 src/keyboard.c 	  Lisp_Object e = AREF (recent_keys, i);
e                11583 src/keyboard.c 	  if (cmds || !CONSP (e) || !NILP (XCAR (e)))
e                11584 src/keyboard.c 	    es = Fcons (e, es);
e                3881 src/lread.c          struct read_stack_entry *e = &rdstack.stack[i];
e                3882 src/lread.c          switch (e->type)
e                3888 src/lread.c    	  mark_object (e->u.list.head);
e                3889 src/lread.c    	  mark_object (e->u.list.tail);
e                3897 src/lread.c    	  mark_object (e->u.vector.elems);
e                3900 src/lread.c    	  mark_object (e->u.special.symbol);
e                3903 src/lread.c    	  mark_object (e->u.numbered.number);
e                3904 src/lread.c    	  mark_object (e->u.numbered.placeholder);
e                3940 src/lread.c    read_stack_push (struct read_stack_entry e)
e                3944 src/lread.c      rdstack.stack[rdstack.sp++] = e;
e                4511 src/lread.c          struct read_stack_entry *e = read_stack_top ();
e                4512 src/lread.c          switch (e->type)
e                4515 src/lread.c    	  e->type = RE_list;
e                4516 src/lread.c    	  e->u.list.head = e->u.list.tail = Fcons (obj, Qnil);
e                4522 src/lread.c    	    XSETCDR (e->u.list.tail, tl);
e                4523 src/lread.c    	    e->u.list.tail = tl;
e                4533 src/lread.c    	    XSETCDR (e->u.list.tail, obj);
e                4535 src/lread.c    	    obj = e->u.list.head;
e                4554 src/lread.c    	  e->u.vector.elems = Fcons (obj, e->u.vector.elems);
e                4559 src/lread.c    	  obj = list2 (e->u.special.symbol, obj);
e                4565 src/lread.c    	    Lisp_Object placeholder = e->u.numbered.placeholder;
e                4610 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                2174 src/print.c    print_stack_push (struct print_stack_entry e)
e                2178 src/print.c      prstack.stack[prstack.sp++] = e;
e                2648 src/print.c          struct print_stack_entry *e = &prstack.stack[prstack.sp - 1];
e                2649 src/print.c          switch (e->type)
e                2654 src/print.c    	    Lisp_Object next = XCDR (e->u.list.last);
e                2674 src/print.c    			e->type = PE_rbrac;
e                2683 src/print.c    		--e->u.list.maxlen;
e                2684 src/print.c    		if (e->u.list.maxlen <= 0)
e                2692 src/print.c    		e->u.list.last = next;
e                2693 src/print.c    		e->u.list.n--;
e                2694 src/print.c    		if (e->u.list.n == 0)
e                2697 src/print.c    		    e->u.list.tortoise_idx += e->u.list.m;
e                2698 src/print.c    		    e->u.list.m <<= 1;
e                2699 src/print.c    		    e->u.list.n = e->u.list.m;
e                2700 src/print.c    		    e->u.list.tortoise = next;
e                2702 src/print.c    		else if (BASE_EQ (next, e->u.list.tortoise))
e                2707 src/print.c    				       e->u.list.tortoise_idx);
e                2720 src/print.c    		e->type = PE_rbrac;
e                2732 src/print.c    	  if (e->u.vector.idx >= e->u.vector.size)
e                2734 src/print.c    	      if (e->u.vector.truncated)
e                2736 src/print.c    		  if (e->u.vector.idx > 0)
e                2740 src/print.c    	      print_c_string (e->u.vector.end, printcharfun);
e                2745 src/print.c    	  if (e->u.vector.idx > 0)
e                2747 src/print.c    	  obj = AREF (e->u.vector.obj, e->u.vector.idx);
e                2748 src/print.c    	  e->u.vector.idx++;
e                2752 src/print.c    	  if (e->u.hash.printed >= e->u.hash.nobjs)
e                2754 src/print.c    	      if (e->u.hash.truncated)
e                2756 src/print.c    		  if (e->u.hash.printed)
e                2766 src/print.c    	  if (e->u.hash.printed)
e                2769 src/print.c    	  struct Lisp_Hash_Table *h = XHASH_TABLE (e->u.hash.obj);
e                2770 src/print.c    	  if ((e->u.hash.printed & 1) == 0)
e                2773 src/print.c    	      ptrdiff_t idx = e->u.hash.idx;
e                2776 src/print.c    	      e->u.hash.idx = idx;
e                2781 src/print.c    	      obj = HASH_VALUE (h, e->u.hash.idx);
e                2782 src/print.c    	      e->u.hash.idx++;
e                2784 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                4155 src/sfnt.c       size_t e;
e                4170 src/sfnt.c       e = 0;
e                4175 src/sfnt.c           for (; e < size && edges[e].bottom <= y; ++e)
e                4180 src/sfnt.c     	      if (a->x > edges[e].x)
e                4184 src/sfnt.c     	  edges[e].next = *prev;
e                4185 src/sfnt.c     	  *prev = &edges[e];
e                4206 src/sfnt.c           if (!active && e == size)
e                6492 src/sfnt.c         uint32_t e;					\
e                6495 src/sfnt.c         e = POP ();					\
e                6498 src/sfnt.c         if (!e)					\
e                6512 src/sfnt.c         uint32_t e;					\
e                6515 src/sfnt.c         e = POP ();					\
e                6518 src/sfnt.c         if (e)					\
e                7107 src/sfnt.c         uint32_t e;					\
e                7109 src/sfnt.c         e = POP ();					\
e                7111 src/sfnt.c         if (e > 1)					\
e                7114 src/sfnt.c         sfnt_interpret_shz (interpreter, e,		\
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                3912 src/xdisp.c          const char *e = s + SBYTES (it->overlay_strings[i]);
e                3914 src/xdisp.c          while (s < e && *s != '\n')
e                3917 src/xdisp.c          if (s < e)
e                23864 src/xdisp.c    	  struct glyph *e = g + it->glyph_row->used[LEFT_MARGIN_AREA];
e                23866 src/xdisp.c    	  for (it->current_x = 0; g < e; g++)
e                23935 src/xdisp.c    	  struct glyph *e = g + it->glyph_row->used[RIGHT_MARGIN_AREA];
e                23937 src/xdisp.c    	  for ( ; g < e; g++)
e                24788 src/xdisp.c      struct glyph *e = g + scratch_glyph_row.used[TEXT_AREA];
e                24794 src/xdisp.c      for ( ; g < e; g++)
e                26158 src/xdisp.c          struct glyph *e = dir > 0 ? g + row->used[TEXT_AREA] : g - 1;
e                26161 src/xdisp.c          for (g = gpt + dir; (dir > 0 ? g < e : g > e); g += dir)
e                26211 src/xdisp.c          if (g == e || NILP (g->object))
e                26232 src/xdisp.c    	      e = g + row->used[TEXT_AREA];
e                26233 src/xdisp.c    	      for ( ; g < e; g++)
e                26269 src/xdisp.c    	      e = row->glyphs[TEXT_AREA];
e                26270 src/xdisp.c    	      g = e + row->used[TEXT_AREA] - 1;
e                26271 src/xdisp.c    	      for ( ; g >= e; g--)
e                26622 src/xdisp.c          struct glyph *g, *e, *g1;
e                26629 src/xdisp.c    	  e = g + row->used[TEXT_AREA];
e                26633 src/xdisp.c    	  while (g < e
e                26640 src/xdisp.c    	  for (nglyphs = 0; g < e && !NILP (g->object); g++)
e                26651 src/xdisp.c    	  e = row->glyphs[TEXT_AREA] - 1;
e                26652 src/xdisp.c    	  while (g > e
e                26657 src/xdisp.c    	  for (nglyphs = 0; g > e && !NILP (g->object); g--)
e                34226 src/xdisp.c    	  struct glyph *e = g + row->used[TEXT_AREA];
e                34228 src/xdisp.c    	  while (g < e)
e                34281 src/xdisp.c    	  struct glyph *e = g + next->used[TEXT_AREA];
e                34283 src/xdisp.c    	  while (g < e)
e                34293 src/xdisp.c    			    || (next->reversed_p && g == e - 1))
e                34306 src/xdisp.c    	  if (g == e)
e                34690 src/xdisp.c          struct glyph *e = g + r->used[TEXT_AREA];
e                34693 src/xdisp.c          for (gx = r->x; g < e; gx += g->pixel_width, ++g)
e                34750 src/xdisp.c      struct glyph *g, *e;
e                34764 src/xdisp.c    	  e = g + r->used[TEXT_AREA];
e                34765 src/xdisp.c    	  for (gx = r->x; g < e; gx += g->pixel_width, ++g)
e                34781 src/xdisp.c    	  e = r->glyphs[TEXT_AREA];
e                34782 src/xdisp.c    	  g = e + r->used[TEXT_AREA];
e                34783 src/xdisp.c    	  for ( ; g > e; --g)
e                34809 src/xdisp.c          e = g + r->used[TEXT_AREA];
e                34811 src/xdisp.c          for ( ; g < e; ++g)
e                34833 src/xdisp.c          e = g + r->used[TEXT_AREA];
e                34834 src/xdisp.c          for ( ; e > g; --e)
e                34835 src/xdisp.c    	if (EQ ((e-1)->object, object)
e                34836 src/xdisp.c    	    && startpos <= (e-1)->charpos && (e-1)->charpos < endpos)
e                34838 src/xdisp.c          hlinfo->mouse_face_end_col = e - g;
e                34840 src/xdisp.c          for (gx = r->x; g < e; ++g)
e                34846 src/xdisp.c          e = r->glyphs[TEXT_AREA];
e                34847 src/xdisp.c          g = e + r->used[TEXT_AREA];
e                34848 src/xdisp.c          for (gx = r->x ; e < g; ++e)
e                34850 src/xdisp.c    	  if (EQ (e->object, object)
e                34851 src/xdisp.c    	      && startpos <= e->charpos && e->charpos < endpos)
e                34853 src/xdisp.c    	  gx += e->pixel_width;
e                34855 src/xdisp.c          hlinfo->mouse_face_end_col = e - r->glyphs[TEXT_AREA];
e                35244 src/xdisp.c    	  Lisp_Object b, e;
e                35262 src/xdisp.c    	  e = Fnext_single_property_change (pos, Qmouse_face, string, Qnil);
e                35263 src/xdisp.c    	  if (NILP (e))
e                35266 src/xdisp.c    	    endpos = XFIXNUM (e);
e                35789 src/xdisp.c    	      Lisp_Object s, e;
e                35794 src/xdisp.c    	      e = Fnext_single_property_change
e                35798 src/xdisp.c    	      if (NILP (e))
e                35799 src/xdisp.c    		e = make_fixnum (SCHARS (object));
e                35801 src/xdisp.c    					  XFIXNUM (s), XFIXNUM (e));
e                 902 src/xfaces.c   parse_hex_color_comp (const char *s, const char *e, unsigned short *dst)
e                 904 src/xfaces.c     int n = e - s;
e                 908 src/xfaces.c     for (; s < e; s++)
e                 930 src/xfaces.c   parse_float_color_comp (const char *s, const char *e)
e                 933 src/xfaces.c     for (const char *p = s; p < e; p++)
e                 939 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;		\