BVAR             6240 src/alloc.c          if (!EQ (BVAR (nextb, undo_list), Qt))
BVAR             6241 src/alloc.c    	bset_undo_list (nextb, compact_undo_list (BVAR (nextb, undo_list)));
BVAR             6244 src/alloc.c          mark_object (BVAR (nextb, undo_list));
BVAR             6556 src/alloc.c          mark_object (BVAR (buffer, undo_list));
BVAR             7446 src/alloc.c        = Ffind_file_name_handler (BVAR (current_buffer, directory),
BVAR             1463 src/bidi.c       if (STRINGP (BVAR (current_buffer, bidi_paragraph_separate_re)))
BVAR             1464 src/bidi.c         sep_re = BVAR (current_buffer, bidi_paragraph_separate_re);
BVAR             1467 src/bidi.c       if (STRINGP (BVAR (current_buffer, bidi_paragraph_start_re)))
BVAR             1468 src/bidi.c         start_re = BVAR (current_buffer, bidi_paragraph_start_re);
BVAR             1512 src/bidi.c       if (NILP (BVAR (current_buffer, cache_long_scans)))
BVAR             1515 src/bidi.c     	  || NILP (BVAR (cache_buffer, cache_long_scans)))
BVAR             1528 src/bidi.c     	  || !NILP (BVAR (cache_buffer, cache_long_scans)))
BVAR             1551 src/bidi.c         STRINGP (BVAR (current_buffer, bidi_paragraph_start_re))
BVAR             1552 src/bidi.c         ? BVAR (current_buffer, bidi_paragraph_start_re)
BVAR              507 src/buffer.c         if (!STRINGP (BVAR (XBUFFER (buf), filename))) continue;
BVAR              508 src/buffer.c         if (!NILP (Fstring_equal (BVAR (XBUFFER (buf), filename), filename)))
BVAR              521 src/buffer.c         if (!STRINGP (BVAR (XBUFFER (buf), file_truename))) continue;
BVAR              522 src/buffer.c         if (!NILP (Fstring_equal (BVAR (XBUFFER (buf), file_truename), filename)))
BVAR              730 src/buffer.c     if (! NILP (BVAR (b, pt_marker)))
BVAR              734 src/buffer.c         eassert (!NILP (BVAR (b, begv_marker)));
BVAR              735 src/buffer.c         eassert (!NILP (BVAR (b, zv_marker)));
BVAR              738 src/buffer.c         set_marker_both (BVAR (b, pt_marker), buffer, b->pt, b->pt_byte);
BVAR              739 src/buffer.c         set_marker_both (BVAR (b, begv_marker), buffer, b->begv, b->begv_byte);
BVAR              740 src/buffer.c         set_marker_both (BVAR (b, zv_marker), buffer, b->zv, b->zv_byte);
BVAR              751 src/buffer.c     if (! NILP (BVAR (b, pt_marker)))
BVAR              755 src/buffer.c         eassert (!NILP (BVAR (b, begv_marker)));
BVAR              756 src/buffer.c         eassert (!NILP (BVAR (b, zv_marker)));
BVAR              758 src/buffer.c         m = BVAR (b, pt_marker);
BVAR              761 src/buffer.c         m = BVAR (b, begv_marker);
BVAR              764 src/buffer.c         m = BVAR (b, zv_marker);
BVAR              843 src/buffer.c     bset_undo_list (b, BVAR (b->base_buffer, undo_list));
BVAR              856 src/buffer.c       (b, BVAR (b->base_buffer, enable_multibyte_characters));
BVAR              859 src/buffer.c     if (NILP (BVAR (b->base_buffer, pt_marker)))
BVAR              861 src/buffer.c         eassert (NILP (BVAR (b->base_buffer, begv_marker)));
BVAR              862 src/buffer.c         eassert (NILP (BVAR (b->base_buffer, zv_marker)));
BVAR              876 src/buffer.c         XMARKER (BVAR (b->base_buffer, zv_marker))->insertion_type = 1;
BVAR              885 src/buffer.c         XMARKER (BVAR (b, zv_marker))->insertion_type = 1;
BVAR             1040 src/buffer.c     bset_directory (b, current_buffer ? BVAR (current_buffer, directory) : Qnil);
BVAR             1043 src/buffer.c     XSETFASTINT (BVAR (b, save_length), 0);
BVAR             1064 src/buffer.c       (b, BVAR (&buffer_defaults, enable_multibyte_characters));
BVAR             1065 src/buffer.c     bset_cursor_type (b, BVAR (&buffer_defaults, cursor_type));
BVAR             1066 src/buffer.c     bset_extra_line_spacing (b, BVAR (&buffer_defaults, extra_line_spacing));
BVAR             1117 src/buffer.c         for (tmp = BVAR (b, local_var_alist); CONSP (tmp); tmp = XCDR (tmp))
BVAR             1254 src/buffer.c     return BVAR (decode_buffer (buffer), name);
BVAR             1262 src/buffer.c     return BVAR (decode_buffer (buffer), filename);
BVAR             1316 src/buffer.c   	result = assq_no_quit (variable, BVAR (buf, local_var_alist));
BVAR             1364 src/buffer.c     for (tail = BVAR (buf, local_var_alist); CONSP (tail); tail = XCDR (tail))
BVAR             1536 src/buffer.c         Lisp_Object fn = BVAR (b, file_truename);
BVAR             1538 src/buffer.c         if (!NILP (fn) && ! NILP (BVAR (b, filename)))
BVAR             1642 src/buffer.c   	return BVAR (current_buffer, name);
BVAR             1645 src/buffer.c   	                                     BVAR (current_buffer, name));
BVAR             1658 src/buffer.c     if (NILP (BVAR (current_buffer, filename))
BVAR             1659 src/buffer.c         && !NILP (BVAR (current_buffer, auto_save_file_name)))
BVAR             1668 src/buffer.c     return BVAR (current_buffer, name);
BVAR             1782 src/buffer.c     if (EQ (BVAR (XBUFFER (real_buffer), undo_list), Qt))
BVAR             1805 src/buffer.c         if (!EQ (BVAR(buffer, undo_list), Qt))
BVAR             1884 src/buffer.c       modified = !NILP (BVAR (b, filename))
BVAR             1903 src/buffer.c   	&& STRINGP (BVAR (b, auto_save_file_name))
BVAR             1904 src/buffer.c   	&& !NILP (Ffile_exists_p (BVAR (b, auto_save_file_name)))
BVAR             1907 src/buffer.c   	&& NILP (Fstring_equal (BVAR (b, auto_save_file_name),
BVAR             1908 src/buffer.c   				BVAR (b, filename))))
BVAR             2197 src/buffer.c     if (strcmp (SSDATA (BVAR (XBUFFER (buffer), name)), "*scratch*") == 0)
BVAR             2201 src/buffer.c         function = BVAR (&buffer_defaults, major_mode);
BVAR             2203 src/buffer.c   	  && NILP (Fget (BVAR (current_buffer, major_mode), Qmode_class)))
BVAR             2204 src/buffer.c   	function = BVAR (current_buffer, major_mode);
BVAR             2270 src/buffer.c   	bset_undo_list (old_buf->base_buffer, BVAR (old_buf, undo_list));
BVAR             2280 src/buffer.c       bset_undo_list (b, BVAR (b->base_buffer, undo_list));
BVAR             2291 src/buffer.c         for (tail = BVAR (b, local_var_alist); CONSP (tail); tail = XCDR (tail))
BVAR             2376 src/buffer.c     if (!NILP (BVAR (current_buffer, read_only))
BVAR             2398 src/buffer.c     XSETFASTINT (BVAR (current_buffer, save_length), 0);
BVAR             2512 src/buffer.c       type tmp##field = BVAR (other_buffer, field);		\
BVAR             2513 src/buffer.c       bset_##field (other_buffer, BVAR (current_buffer, field));	\
BVAR             2653 src/buffer.c     Lisp_Object old_undo = BVAR (current_buffer, undo_list);
BVAR             2659 src/buffer.c     if (NILP (flag) == NILP (BVAR (current_buffer, enable_multibyte_characters)))
BVAR             2901 src/buffer.c   	  BVAR (o, enable_multibyte_characters)
BVAR             2902 src/buffer.c   	    = BVAR (current_buffer, enable_multibyte_characters);
BVAR             3330 src/buffer.c     if (NILP (BVAR (current_buffer, enable_multibyte_characters)))
BVAR             3344 src/buffer.c         if (NILP (BVAR (current_buffer, enable_multibyte_characters)))
BVAR             3374 src/buffer.c     bool multibyte = ! NILP (BVAR (current_buffer, enable_multibyte_characters));
BVAR             4665 src/buffer.c     XSETFASTINT (BVAR (&buffer_local_flags, mode_line_format), idx); ++idx;
BVAR             4666 src/buffer.c     XSETFASTINT (BVAR (&buffer_local_flags, abbrev_mode), idx); ++idx;
BVAR             4667 src/buffer.c     XSETFASTINT (BVAR (&buffer_local_flags, overwrite_mode), idx); ++idx;
BVAR             4668 src/buffer.c     XSETFASTINT (BVAR (&buffer_local_flags, case_fold_search), idx); ++idx;
BVAR             4669 src/buffer.c     XSETFASTINT (BVAR (&buffer_local_flags, auto_fill_function), idx); ++idx;
BVAR             4670 src/buffer.c     XSETFASTINT (BVAR (&buffer_local_flags, selective_display), idx); ++idx;
BVAR             4671 src/buffer.c     XSETFASTINT (BVAR (&buffer_local_flags, selective_display_ellipses), idx); ++idx;
BVAR             4672 src/buffer.c     XSETFASTINT (BVAR (&buffer_local_flags, tab_width), idx); ++idx;
BVAR             4673 src/buffer.c     XSETFASTINT (BVAR (&buffer_local_flags, truncate_lines), idx);
BVAR             4676 src/buffer.c     XSETFASTINT (BVAR (&buffer_local_flags, word_wrap), idx); ++idx;
BVAR             4677 src/buffer.c     XSETFASTINT (BVAR (&buffer_local_flags, ctl_arrow), idx); ++idx;
BVAR             4678 src/buffer.c     XSETFASTINT (BVAR (&buffer_local_flags, fill_column), idx); ++idx;
BVAR             4679 src/buffer.c     XSETFASTINT (BVAR (&buffer_local_flags, left_margin), idx); ++idx;
BVAR             4680 src/buffer.c     XSETFASTINT (BVAR (&buffer_local_flags, abbrev_table), idx); ++idx;
BVAR             4681 src/buffer.c     XSETFASTINT (BVAR (&buffer_local_flags, display_table), idx); ++idx;
BVAR             4682 src/buffer.c     XSETFASTINT (BVAR (&buffer_local_flags, syntax_table), idx); ++idx;
BVAR             4683 src/buffer.c     XSETFASTINT (BVAR (&buffer_local_flags, cache_long_scans), idx); ++idx;
BVAR             4684 src/buffer.c     XSETFASTINT (BVAR (&buffer_local_flags, category_table), idx); ++idx;
BVAR             4685 src/buffer.c     XSETFASTINT (BVAR (&buffer_local_flags, bidi_display_reordering), idx); ++idx;
BVAR             4686 src/buffer.c     XSETFASTINT (BVAR (&buffer_local_flags, bidi_paragraph_direction), idx); ++idx;
BVAR             4687 src/buffer.c     XSETFASTINT (BVAR (&buffer_local_flags, bidi_paragraph_separate_re), idx); ++idx;
BVAR             4688 src/buffer.c     XSETFASTINT (BVAR (&buffer_local_flags, bidi_paragraph_start_re), idx); ++idx;
BVAR             4689 src/buffer.c     XSETFASTINT (BVAR (&buffer_local_flags, buffer_file_coding_system), idx);
BVAR             4692 src/buffer.c     XSETFASTINT (BVAR (&buffer_local_flags, left_margin_cols), idx); ++idx;
BVAR             4693 src/buffer.c     XSETFASTINT (BVAR (&buffer_local_flags, right_margin_cols), idx); ++idx;
BVAR             4694 src/buffer.c     XSETFASTINT (BVAR (&buffer_local_flags, left_fringe_width), idx); ++idx;
BVAR             4695 src/buffer.c     XSETFASTINT (BVAR (&buffer_local_flags, right_fringe_width), idx); ++idx;
BVAR             4696 src/buffer.c     XSETFASTINT (BVAR (&buffer_local_flags, fringes_outside_margins), idx); ++idx;
BVAR             4697 src/buffer.c     XSETFASTINT (BVAR (&buffer_local_flags, scroll_bar_width), idx); ++idx;
BVAR             4698 src/buffer.c     XSETFASTINT (BVAR (&buffer_local_flags, scroll_bar_height), idx); ++idx;
BVAR             4699 src/buffer.c     XSETFASTINT (BVAR (&buffer_local_flags, vertical_scroll_bar_type), idx); ++idx;
BVAR             4700 src/buffer.c     XSETFASTINT (BVAR (&buffer_local_flags, horizontal_scroll_bar_type), idx); ++idx;
BVAR             4701 src/buffer.c     XSETFASTINT (BVAR (&buffer_local_flags, indicate_empty_lines), idx); ++idx;
BVAR             4702 src/buffer.c     XSETFASTINT (BVAR (&buffer_local_flags, indicate_buffer_boundaries), idx); ++idx;
BVAR             4703 src/buffer.c     XSETFASTINT (BVAR (&buffer_local_flags, fringe_indicator_alist), idx); ++idx;
BVAR             4704 src/buffer.c     XSETFASTINT (BVAR (&buffer_local_flags, fringe_cursor_alist), idx); ++idx;
BVAR             4705 src/buffer.c     XSETFASTINT (BVAR (&buffer_local_flags, scroll_up_aggressively), idx); ++idx;
BVAR             4706 src/buffer.c     XSETFASTINT (BVAR (&buffer_local_flags, scroll_down_aggressively), idx); ++idx;
BVAR             4707 src/buffer.c     XSETFASTINT (BVAR (&buffer_local_flags, header_line_format), idx); ++idx;
BVAR             4708 src/buffer.c     XSETFASTINT (BVAR (&buffer_local_flags, tab_line_format), idx); ++idx;
BVAR             4709 src/buffer.c     XSETFASTINT (BVAR (&buffer_local_flags, cursor_type), idx); ++idx;
BVAR             4710 src/buffer.c     XSETFASTINT (BVAR (&buffer_local_flags, extra_line_spacing), idx); ++idx;
BVAR             4712 src/buffer.c     XSETFASTINT (BVAR (&buffer_local_flags, ts_parser_list), idx); ++idx;
BVAR             4714 src/buffer.c     XSETFASTINT (BVAR (&buffer_local_flags, cursor_in_non_selected_windows), idx); ++idx;
BVAR             4729 src/buffer.c     eassert (NILP (BVAR (&buffer_defaults, name)));
BVAR             4731 src/buffer.c     eassert (NILP (BVAR (&buffer_local_symbols, name)));
BVAR             4772 src/buffer.c     XSETFASTINT (BVAR (&buffer_defaults, tab_width), 8);
BVAR             4789 src/buffer.c     XSETFASTINT (BVAR (&buffer_defaults, fill_column), 70);
BVAR             4790 src/buffer.c     XSETFASTINT (BVAR (&buffer_defaults, left_margin), 0);
BVAR             4793 src/buffer.c     XSETFASTINT (BVAR (&buffer_defaults, display_count), 0);
BVAR             4794 src/buffer.c     XSETFASTINT (BVAR (&buffer_defaults, left_margin_cols), 0);
BVAR             4795 src/buffer.c     XSETFASTINT (BVAR (&buffer_defaults, right_margin_cols), 0);
BVAR             4893 src/buffer.c     if (NILP (BVAR (&buffer_defaults, enable_multibyte_characters)))
BVAR             4921 src/buffer.c         temp = Ffind_file_name_handler (BVAR (current_buffer, directory), Qt);
BVAR             4927 src/buffer.c             && strcmp ("/", SSDATA (BVAR (current_buffer, directory))))
BVAR             4932 src/buffer.c                                      BVAR (current_buffer, directory)));
BVAR             4937 src/buffer.c     bset_directory (XBUFFER (temp), BVAR (current_buffer, directory));
BVAR             5072 src/buffer.c   		     &BVAR (current_buffer, tab_line_format),
BVAR             5079 src/buffer.c   		     &BVAR (current_buffer, header_line_format),
BVAR             5088 src/buffer.c     DEFVAR_PER_BUFFER ("mode-line-format", &BVAR (current_buffer, mode_line_format),
BVAR             5159 src/buffer.c     DEFVAR_PER_BUFFER ("major-mode", &BVAR (current_buffer, major_mode),
BVAR             5167 src/buffer.c   		     &BVAR (current_buffer, local_minor_modes),
BVAR             5172 src/buffer.c     DEFVAR_PER_BUFFER ("mode-name", &BVAR (current_buffer, mode_name),
BVAR             5179 src/buffer.c     DEFVAR_PER_BUFFER ("local-abbrev-table", &BVAR (current_buffer, abbrev_table), Qnil,
BVAR             5182 src/buffer.c     DEFVAR_PER_BUFFER ("abbrev-mode", &BVAR (current_buffer, abbrev_mode), Qnil,
BVAR             5186 src/buffer.c     DEFVAR_PER_BUFFER ("case-fold-search", &BVAR (current_buffer, case_fold_search),
BVAR             5190 src/buffer.c     DEFVAR_PER_BUFFER ("fill-column", &BVAR (current_buffer, fill_column),
BVAR             5198 src/buffer.c     DEFVAR_PER_BUFFER ("left-margin", &BVAR (current_buffer, left_margin),
BVAR             5203 src/buffer.c     DEFVAR_PER_BUFFER ("tab-width", &BVAR (current_buffer, tab_width),
BVAR             5213 src/buffer.c     DEFVAR_PER_BUFFER ("ctl-arrow", &BVAR (current_buffer, ctl_arrow), Qnil,
BVAR             5220 src/buffer.c   		     &BVAR (current_buffer, enable_multibyte_characters),
BVAR             5234 src/buffer.c   		     &BVAR (current_buffer, buffer_file_coding_system), Qnil,
BVAR             5252 src/buffer.c   		     &BVAR (current_buffer, bidi_display_reordering), Qnil,
BVAR             5260 src/buffer.c   		     &BVAR (current_buffer, bidi_paragraph_start_re), Qnil,
BVAR             5282 src/buffer.c   		     &BVAR (current_buffer, bidi_paragraph_separate_re), Qnil,
BVAR             5303 src/buffer.c   		     &BVAR (current_buffer, bidi_paragraph_direction), Qnil,
BVAR             5314 src/buffer.c    DEFVAR_PER_BUFFER ("truncate-lines", &BVAR (current_buffer, truncate_lines), Qnil,
BVAR             5327 src/buffer.c     DEFVAR_PER_BUFFER ("word-wrap", &BVAR (current_buffer, word_wrap), Qnil,
BVAR             5345 src/buffer.c     DEFVAR_PER_BUFFER ("default-directory", &BVAR (current_buffer, directory),
BVAR             5352 src/buffer.c     DEFVAR_PER_BUFFER ("auto-fill-function", &BVAR (current_buffer, auto_fill_function),
BVAR             5360 src/buffer.c     DEFVAR_PER_BUFFER ("buffer-file-name", &BVAR (current_buffer, filename),
BVAR             5365 src/buffer.c     DEFVAR_PER_BUFFER ("buffer-file-truename", &BVAR (current_buffer, file_truename),
BVAR             5372 src/buffer.c   		     &BVAR (current_buffer, auto_save_file_name),
BVAR             5377 src/buffer.c     DEFVAR_PER_BUFFER ("buffer-read-only", &BVAR (current_buffer, read_only), Qnil,
BVAR             5380 src/buffer.c     DEFVAR_PER_BUFFER ("buffer-backed-up", &BVAR (current_buffer, backed_up), Qnil,
BVAR             5384 src/buffer.c     DEFVAR_PER_BUFFER ("buffer-saved-size", &BVAR (current_buffer, save_length),
BVAR             5394 src/buffer.c     DEFVAR_PER_BUFFER ("selective-display", &BVAR (current_buffer, selective_display),
BVAR             5407 src/buffer.c   		     &BVAR (current_buffer, selective_display_ellipses),
BVAR             5411 src/buffer.c     DEFVAR_PER_BUFFER ("overwrite-mode", &BVAR (current_buffer, overwrite_mode),
BVAR             5421 src/buffer.c     DEFVAR_PER_BUFFER ("buffer-display-table", &BVAR (current_buffer, display_table),
BVAR             5458 src/buffer.c     DEFVAR_PER_BUFFER ("left-margin-width", &BVAR (current_buffer, left_margin_cols),
BVAR             5466 src/buffer.c     DEFVAR_PER_BUFFER ("right-margin-width", &BVAR (current_buffer, right_margin_cols),
BVAR             5474 src/buffer.c     DEFVAR_PER_BUFFER ("left-fringe-width", &BVAR (current_buffer, left_fringe_width),
BVAR             5483 src/buffer.c     DEFVAR_PER_BUFFER ("right-fringe-width", &BVAR (current_buffer, right_fringe_width),
BVAR             5492 src/buffer.c     DEFVAR_PER_BUFFER ("fringes-outside-margins", &BVAR (current_buffer, fringes_outside_margins),
BVAR             5500 src/buffer.c     DEFVAR_PER_BUFFER ("scroll-bar-width", &BVAR (current_buffer, scroll_bar_width),
BVAR             5505 src/buffer.c     DEFVAR_PER_BUFFER ("scroll-bar-height", &BVAR (current_buffer, scroll_bar_height),
BVAR             5510 src/buffer.c     DEFVAR_PER_BUFFER ("vertical-scroll-bar", &BVAR (current_buffer, vertical_scroll_bar_type),
BVAR             5520 src/buffer.c     DEFVAR_PER_BUFFER ("horizontal-scroll-bar", &BVAR (current_buffer, horizontal_scroll_bar_type),
BVAR             5532 src/buffer.c   		     &BVAR (current_buffer, indicate_empty_lines), Qnil,
BVAR             5539 src/buffer.c   		     &BVAR (current_buffer, indicate_buffer_boundaries), Qnil,
BVAR             5564 src/buffer.c   		     &BVAR (current_buffer, fringe_indicator_alist), Qnil,
BVAR             5583 src/buffer.c   		     &BVAR (current_buffer, fringe_cursor_alist), Qnil,
BVAR             5598 src/buffer.c   		     &BVAR (current_buffer, scroll_up_aggressively), Qfraction,
BVAR             5611 src/buffer.c   		     &BVAR (current_buffer, scroll_down_aggressively), Qfraction,
BVAR             5662 src/buffer.c     DEFVAR_PER_BUFFER ("buffer-undo-list", &BVAR (current_buffer, undo_list), Qnil,
BVAR             5708 src/buffer.c     DEFVAR_PER_BUFFER ("mark-active", &BVAR (current_buffer, mark_active), Qnil,
BVAR             5711 src/buffer.c     DEFVAR_PER_BUFFER ("cache-long-scans", &BVAR (current_buffer, cache_long_scans), Qnil,
BVAR             5747 src/buffer.c     DEFVAR_PER_BUFFER ("point-before-scroll", &BVAR (current_buffer, point_before_scroll), Qnil,
BVAR             5750 src/buffer.c     DEFVAR_PER_BUFFER ("buffer-file-format", &BVAR (current_buffer, file_format), Qnil,
BVAR             5756 src/buffer.c   		     &BVAR (current_buffer, auto_save_file_format), Qnil,
BVAR             5763 src/buffer.c   		     &BVAR (current_buffer, invisibility_spec), Qnil,
BVAR             5777 src/buffer.c   		     &BVAR (current_buffer, display_count), Qintegerp,
BVAR             5782 src/buffer.c   		     &BVAR (current_buffer, display_time), Qnil,
BVAR             5818 src/buffer.c     DEFVAR_PER_BUFFER ("cursor-type", &BVAR (current_buffer, cursor_type), Qnil,
BVAR             5842 src/buffer.c   		     &BVAR (current_buffer, extra_line_spacing), Qnumberp,
BVAR             5850 src/buffer.c   		     &BVAR (current_buffer, cursor_in_non_selected_windows), Qnil,
BVAR              870 src/buffer.h   	  : NILP (BVAR (buf, begv_marker)) ? buf->begv
BVAR              871 src/buffer.h   	  : marker_position (BVAR (buf, begv_marker)));
BVAR              878 src/buffer.h   	  : NILP (BVAR (buf, begv_marker)) ? buf->begv_byte
BVAR              879 src/buffer.h   	  : marker_byte_position (BVAR (buf, begv_marker)));
BVAR              887 src/buffer.h   	  : NILP (BVAR (buf, pt_marker)) ? buf->pt
BVAR              888 src/buffer.h   	  : marker_position (BVAR (buf, pt_marker)));
BVAR              895 src/buffer.h   	  : NILP (BVAR (buf, pt_marker)) ? buf->pt_byte
BVAR              896 src/buffer.h   	  : marker_byte_position (BVAR (buf, pt_marker)));
BVAR              904 src/buffer.h   	  : NILP (BVAR (buf, zv_marker)) ? buf->zv
BVAR              905 src/buffer.h   	  : marker_position (BVAR (buf, zv_marker)));
BVAR              912 src/buffer.h   	  : NILP (BVAR (buf, zv_marker)) ? buf->zv_byte
BVAR              913 src/buffer.h   	  : marker_byte_position (BVAR (buf, zv_marker)));
BVAR             1095 src/buffer.h     return !NILP (BVAR (b, name));
BVAR             1104 src/buffer.h     return SREF (BVAR (b, name), 0) == ' ';
BVAR             1308 src/buffer.h     return (!NILP (BVAR (current_buffer, enable_multibyte_characters))
BVAR             1319 src/buffer.h     return (!NILP (BVAR (current_buffer, enable_multibyte_characters))
BVAR             1370 src/buffer.h     return (! NILP (BVAR (buf, enable_multibyte_characters))
BVAR             1564 src/buffer.h     Lisp_Object downcase_table = BVAR (current_buffer, downcase_table);
BVAR             1573 src/buffer.h     Lisp_Object upcase_table = BVAR (current_buffer, upcase_table);
BVAR             1604 src/buffer.h     return sanitize_tab_width (BVAR (buf, tab_width));
BVAR             1628 src/buffer.h   	  : !NILP (BVAR (current_buffer, ctl_arrow)) ? 2 : 4);
BVAR             1642 src/buffer.h     if (!NILP (BVAR (current_buffer, enable_multibyte_characters)))
BVAR             1718 src/buffer.h     (*bytepos) += (!NILP (BVAR (current_buffer, enable_multibyte_characters))
BVAR             1728 src/buffer.h     (*bytepos) -= (!NILP (BVAR (current_buffer, enable_multibyte_characters))
BVAR              157 src/callint.c    tem = Fmarker_buffer (BVAR (current_buffer, mark));
BVAR              162 src/callint.c        && NILP (BVAR (current_buffer, mark_active)))
BVAR              373 src/callint.c  	  if (!NILP (BVAR (current_buffer, read_only)))
BVAR              510 src/callint.c  	  args[i] = read_file_name (BVAR (current_buffer, directory), Qlambda,
BVAR              624 src/callint.c  	  args[i] = BVAR (current_buffer, mark);
BVAR              660 src/callint.c  	    ptrdiff_t mark = marker_position (BVAR (current_buffer, mark));
BVAR              662 src/callint.c  	    args[i] = PT < mark ? point_marker : BVAR (current_buffer, mark);
BVAR              664 src/callint.c  	    args[++i] = PT > mark ? point_marker : BVAR (current_buffer, mark);
BVAR              152 src/callproc.c   Lisp_Object curdir = BVAR (current_buffer, directory);
BVAR              455 src/callproc.c 					   BVAR (current_buffer, directory));
BVAR              735 src/callproc.c       if (NILP (BVAR (current_buffer, enable_multibyte_characters))
BVAR              740 src/callproc.c 	= ! NILP (BVAR (current_buffer, enable_multibyte_characters));
BVAR              816 src/callproc.c 	  else if (NILP (BVAR (current_buffer, enable_multibyte_characters))
BVAR             1003 src/callproc.c   else if (NILP (BVAR (current_buffer, enable_multibyte_characters)))
BVAR               88 src/casefiddle.c   if (NILP (XCHAR_TABLE (BVAR (current_buffer, downcase_table))->extras[1]))
BVAR               89 src/casefiddle.c     Fset_case_table (BVAR (current_buffer, downcase_table));
BVAR              261 src/casefiddle.c 		    || !NILP (BVAR (current_buffer,
BVAR              544 src/casefiddle.c   if (NILP (BVAR (current_buffer, enable_multibyte_characters)))
BVAR               69 src/casetab.c    return BVAR (current_buffer, downcase_table);
BVAR              183 src/category.c     return BVAR (current_buffer, category_table);
BVAR              193 src/category.c   return BVAR (current_buffer, category_table);
BVAR              284 src/category.c   return CHAR_TABLE_REF (BVAR (current_buffer, category_table), c);
BVAR               97 src/category.h #define Vstandard_category_table BVAR (&buffer_defaults, category_table)
BVAR              507 src/character.c       || NILP (BVAR (current_buffer, enable_multibyte_characters)))
BVAR              925 src/character.c       if (NILP (BVAR (current_buffer, enable_multibyte_characters)))
BVAR             1536 src/charset.c    bool multibyte = ! NILP (BVAR (current_buffer, enable_multibyte_characters));
BVAR              323 src/cmds.c       overwrite = BVAR (current_buffer, overwrite_mode);
BVAR              328 src/cmds.c       if (!NILP (BVAR (current_buffer, enable_multibyte_characters)))
BVAR              409 src/cmds.c       if (!NILP (BVAR (current_buffer, abbrev_mode))
BVAR              411 src/cmds.c           && NILP (BVAR (current_buffer, read_only))
BVAR              413 src/cmds.c           && (SYNTAX (!NILP (BVAR (current_buffer, enable_multibyte_characters))
BVAR              442 src/cmds.c           int mc = ((NILP (BVAR (current_buffer, enable_multibyte_characters))
BVAR              477 src/cmds.c           && !NILP (BVAR (current_buffer, auto_fill_function)))
BVAR             7369 src/coding.c         undo_list = BVAR (current_buffer, undo_list);
BVAR             7773 src/coding.c   	= ! NILP (BVAR (current_buffer, enable_multibyte_characters));
BVAR             7914 src/coding.c              == !NILP (BVAR (current_buffer, enable_multibyte_characters)));
BVAR             8010 src/coding.c         Lisp_Object undo_list = BVAR (current_buffer, undo_list);
BVAR             8140 src/coding.c   	= ! NILP (BVAR (XBUFFER (dst_object), enable_multibyte_characters));
BVAR             8161 src/coding.c         Lisp_Object undo_list = BVAR (current_buffer, undo_list);
BVAR             8206 src/coding.c         else if (! NILP (BVAR (current_buffer, enable_multibyte_characters)))
BVAR             8230 src/coding.c   		      = (NILP (BVAR (current_buffer, enable_multibyte_characters))
BVAR             8398 src/coding.c   	= ! NILP (BVAR (XBUFFER (dst_object), enable_multibyte_characters));
BVAR             8445 src/coding.c         else if (! NILP (BVAR (current_buffer, enable_multibyte_characters)))
BVAR             8469 src/coding.c   		      = (NILP (BVAR (current_buffer, enable_multibyte_characters))
BVAR             8971 src/coding.c   			       !NILP (BVAR (current_buffer
BVAR             9054 src/coding.c         if (NILP (BVAR (current_buffer, enable_multibyte_characters)))
BVAR             9187 src/coding.c         if (NILP (BVAR (current_buffer, enable_multibyte_characters))
BVAR             9308 src/coding.c         if (NILP (BVAR (current_buffer, enable_multibyte_characters)))
BVAR             10260 src/coding.c   	  || ! NILP (BVAR (XBUFFER (buffer), enable_multibyte_characters))))
BVAR             10316 src/coding.c   	  || NILP (BVAR (XBUFFER (buffer), enable_multibyte_characters))))
BVAR             1097 src/composite.c        && NILP (BVAR (current_buffer, enable_multibyte_characters)))
BVAR             1854 src/composite.c   if (NILP (BVAR (current_buffer, enable_multibyte_characters))
BVAR             1938 src/composite.c       if (NILP (BVAR (current_buffer, enable_multibyte_characters)))
BVAR             2057 src/composite.c 	    && !NILP (BVAR (current_buffer, enable_multibyte_characters)))
BVAR             1542 src/data.c     	tem1 = assq_no_quit (var, BVAR (current_buffer, local_var_alist));
BVAR             1693 src/data.c     			      BVAR (XBUFFER (where), local_var_alist));
BVAR             1723 src/data.c     		       Fcons (tem1, BVAR (XBUFFER (where), local_var_alist)));
BVAR             2256 src/data.c       tem = assq_no_quit (variable, BVAR (current_buffer, local_var_alist));
BVAR             2274 src/data.c     		BVAR (current_buffer, local_var_alist)));
BVAR             2336 src/data.c       tem = assq_no_quit (variable, BVAR (current_buffer, local_var_alist));
BVAR             2340 src/data.c            Fdelq (tem, BVAR (current_buffer, local_var_alist)));
BVAR             2385 src/data.c     	  return NILP (assq_no_quit (variable, BVAR (buf, local_var_alist)))
BVAR              248 src/decompress.c   if (! NILP (BVAR (current_buffer, enable_multibyte_characters)))
BVAR              239 src/dired.c      case_table = BVAR (&buffer_defaults, case_canon_table);
BVAR              182 src/dispnew.c  	      && STRINGP (BVAR (XBUFFER (w->contents), name)))
BVAR              183 src/dispnew.c  	     ? SSDATA (BVAR (XBUFFER (w->contents), name))
BVAR             6359 src/dispnew.c        if (SREF (BVAR (XBUFFER (buf), name), 0) == ' ')
BVAR             6367 src/dispnew.c        if (!EQ (AREF (state, idx++), BVAR (XBUFFER (buf), read_only)))
BVAR             6415 src/dispnew.c        if (SREF (BVAR (XBUFFER (buf), name), 0) == ' ')
BVAR             6419 src/dispnew.c        ASET (state, idx, BVAR (XBUFFER (buf), read_only));
BVAR              234 src/editfns.c        && NILP (BVAR (current_buffer, mark_active)))
BVAR              237 src/editfns.c    m = Fmarker_position (BVAR (current_buffer, mark));
BVAR              267 src/editfns.c    return BVAR (current_buffer, mark);
BVAR             1010 src/editfns.c    else if (!NILP (BVAR (current_buffer, enable_multibyte_characters)))
BVAR             1124 src/editfns.c    if (!NILP (BVAR (current_buffer, enable_multibyte_characters)))
BVAR             1345 src/editfns.c  	  if (!NILP (BVAR (current_buffer, enable_multibyte_characters)))
BVAR             1501 src/editfns.c    if (!NILP (BVAR (current_buffer, enable_multibyte_characters)))
BVAR             1546 src/editfns.c        && ! NILP (BVAR (current_buffer, enable_multibyte_characters)))
BVAR             1615 src/editfns.c    if (! NILP (BVAR (current_buffer, enable_multibyte_characters)))
BVAR             1779 src/editfns.c      = (!NILP (BVAR (current_buffer, case_fold_search))
BVAR             1780 src/editfns.c         ? BVAR (current_buffer, case_canon_table) : Qnil);
BVAR             1845 src/editfns.c        if (! NILP (BVAR (bp1, enable_multibyte_characters)))
BVAR             1857 src/editfns.c        if (! NILP (BVAR (bp2, enable_multibyte_characters)))
BVAR             2146 src/editfns.c  	  && STRINGP (BVAR (a, file_truename)))
BVAR             2147 src/editfns.c  	Funlock_file (BVAR (a, file_truename));
BVAR             2260 src/editfns.c      = !NILP (BVAR (current_buffer, enable_multibyte_characters));
BVAR             2307 src/editfns.c  			     BVAR (current_buffer, undo_list));
BVAR             2311 src/editfns.c  			     BVAR (current_buffer, filename));
BVAR             2374 src/editfns.c  	      tem = BVAR (current_buffer, undo_list);
BVAR             2503 src/editfns.c    bool multibyte = !NILP (BVAR (current_buffer, enable_multibyte_characters));
BVAR             3049 src/editfns.c    if (buf && buf != current_buffer && !NILP (BVAR (buf, pt_marker)))
BVAR             4361 src/editfns.c    if (NILP (BVAR (current_buffer, case_fold_search)))
BVAR             4373 src/editfns.c    if (NILP (BVAR (current_buffer, enable_multibyte_characters)))
BVAR              986 src/fileio.c         Lisp_Object dir = BVAR (current_buffer, directory);
BVAR             3332 src/fileio.c     absname = Fexpand_file_name (filename, BVAR (current_buffer, directory));
BVAR             3458 src/fileio.c     absname = Fexpand_file_name (filename, BVAR (current_buffer, directory));
BVAR             3538 src/fileio.c   					   BVAR (current_buffer, directory));
BVAR             3612 src/fileio.c       absname = Fexpand_file_name (filename, BVAR (current_buffer, directory)),
BVAR             3939 src/fileio.c       = (!NILP (visit) && NILP (BVAR (current_buffer, undo_list))
BVAR             3956 src/fileio.c     if (!NILP (BVAR (current_buffer, read_only)))
BVAR             4161 src/fileio.c   		  bset_directory (buf, BVAR (current_buffer, directory));
BVAR             4204 src/fileio.c         if (NILP (BVAR (current_buffer, enable_multibyte_characters)))
BVAR             4340 src/fileio.c   		  && ! NILP (BVAR (current_buffer, enable_multibyte_characters))
BVAR             4359 src/fileio.c   	  if (! NILP (BVAR (current_buffer, enable_multibyte_characters)))
BVAR             4366 src/fileio.c   	  if (! NILP (BVAR (current_buffer, enable_multibyte_characters)))
BVAR             4426 src/fileio.c   	= ! NILP (BVAR (current_buffer, enable_multibyte_characters));
BVAR             4509 src/fileio.c         if (! NILP (BVAR (current_buffer, enable_multibyte_characters)))
BVAR             4526 src/fileio.c         if (! NILP (BVAR (current_buffer, enable_multibyte_characters)))
BVAR             4592 src/fileio.c         if (!NILP (BVAR (current_buffer, file_truename))
BVAR             4594 src/fileio.c   	  && !NILP (BVAR (current_buffer, filename))
BVAR             4694 src/fileio.c   	Funlock_file (BVAR (current_buffer, file_truename));
BVAR             4727 src/fileio.c               = BVAR (current_buffer, enable_multibyte_characters);
BVAR             4730 src/fileio.c                        Fcons (BVAR (current_buffer, undo_list),
BVAR             4767 src/fileio.c         if (NILP (BVAR (current_buffer, enable_multibyte_characters)))
BVAR             4796 src/fileio.c       = !NILP (BVAR (current_buffer, enable_multibyte_characters));
BVAR             4811 src/fileio.c         eassert (NILP (BVAR (current_buffer, enable_multibyte_characters)));
BVAR             4852 src/fileio.c         XSETFASTINT (BVAR (current_buffer, save_length), Z - BEG);
BVAR             4855 src/fileio.c   	  if (!NILP (BVAR (current_buffer, file_truename)))
BVAR             4856 src/fileio.c   	    Funlock_file (BVAR (current_buffer, file_truename));
BVAR             4889 src/fileio.c         old_undo = BVAR (current_buffer, undo_list);
BVAR             5047 src/fileio.c         && NILP (Fstring_equal (BVAR (current_buffer, filename),
BVAR             5048 src/fileio.c   			      BVAR (current_buffer, auto_save_file_name))))
BVAR             5077 src/fileio.c         val = BVAR (current_buffer, buffer_file_coding_system);
BVAR             5082 src/fileio.c   	  if (NILP (BVAR (current_buffer, enable_multibyte_characters)))
BVAR             5100 src/fileio.c   	  val = BVAR (current_buffer, buffer_file_coding_system);
BVAR             5132 src/fileio.c   	  Lisp_Object dflt = BVAR (&buffer_defaults, buffer_file_coding_system);
BVAR             5147 src/fileio.c     if (!STRINGP (start) && EQ (Qt, BVAR (current_buffer, selective_display)))
BVAR             5266 src/fileio.c   	  XSETFASTINT (BVAR (current_buffer, save_length), Z - BEG);
BVAR             5517 src/fileio.c       && ! NILP (Fstring_equal (BVAR (current_buffer, filename),
BVAR             5518 src/fileio.c   			      BVAR (current_buffer, auto_save_file_name)));
BVAR             5522 src/fileio.c         XSETFASTINT (BVAR (current_buffer, save_length), Z - BEG);
BVAR             5613 src/fileio.c     if (auto_saving && (!EQ (BVAR (current_buffer, auto_save_file_format), Qt)))
BVAR             5614 src/fileio.c       p = BVAR (current_buffer, auto_save_file_format);
BVAR             5616 src/fileio.c       p = BVAR (current_buffer, file_format);
BVAR             5815 src/fileio.c     if (!STRINGP (BVAR (b, filename))) return Qt;
BVAR             5820 src/fileio.c     handler = Ffind_file_name_handler (BVAR (b, filename),
BVAR             5825 src/fileio.c     filename = ENCODE_FILE (BVAR (b, filename));
BVAR             5890 src/fileio.c         filename = Fexpand_file_name (BVAR (current_buffer, filename), Qnil);
BVAR             5920 src/fileio.c     Lisp_Object msg = CALLN (Fformat, format, BVAR (current_buffer, name),
BVAR             5937 src/fileio.c     if (! NILP (BVAR (current_buffer, filename)))
BVAR             5939 src/fileio.c         if (emacs_fstatat (AT_FDCWD, SSDATA (BVAR (current_buffer, filename)),
BVAR             5944 src/fileio.c         else if (modes = Ffile_modes (BVAR (current_buffer, filename), Qnil),
BVAR             5951 src/fileio.c       Fwrite_region (Qnil, Qnil, BVAR (current_buffer, auto_save_file_name), Qnil,
BVAR             6086 src/fileio.c   	if (STRINGP (BVAR (b, auto_save_file_name))
BVAR             6090 src/fileio.c   	    if (!NILP (BVAR (b, filename)))
BVAR             6091 src/fileio.c   	      fwrite (SDATA (BVAR (b, filename)), 1,
BVAR             6092 src/fileio.c   		      SBYTES (BVAR (b, filename)), stream);
BVAR             6094 src/fileio.c   	    fwrite (SDATA (BVAR (b, auto_save_file_name)), 1,
BVAR             6095 src/fileio.c   		    SBYTES (BVAR (b, auto_save_file_name)), stream);
BVAR             6112 src/fileio.c   	if (STRINGP (BVAR (b, auto_save_file_name))
BVAR             6116 src/fileio.c   	    && FIXNUMP (BVAR (b, save_length))
BVAR             6117 src/fileio.c   	    && XFIXNUM (BVAR (b, save_length)) >= 0
BVAR             6119 src/fileio.c   		|| NILP (Ffind_file_name_handler (BVAR (b, auto_save_file_name),
BVAR             6135 src/fileio.c   		&& FIXNUMP (BVAR (b, save_length))
BVAR             6138 src/fileio.c   		&& XFIXNUM (BVAR (b, save_length)) > 5000
BVAR             6140 src/fileio.c   		    < (growth_factor - 1) * XFIXNUM (BVAR (b, save_length)))
BVAR             6142 src/fileio.c   		&& !NILP (BVAR (b, filename))
BVAR             6148 src/fileio.c   				     BVAR (b, name), 1);
BVAR             6152 src/fileio.c   		XSETINT (BVAR (b, save_length), -1);
BVAR             6161 src/fileio.c   	    XSETFASTINT (BVAR (current_buffer, save_length), Z - BEG);
BVAR             6207 src/fileio.c     XSETFASTINT (BVAR (current_buffer, save_length), Z - BEG);
BVAR              768 src/filelock.c       if (STRINGP (BVAR (b, file_truename))
BVAR              770 src/filelock.c 	Funlock_file (BVAR (b, file_truename));
BVAR              829 src/filelock.c     file = BVAR (current_buffer, file_truename);
BVAR              849 src/filelock.c       && STRINGP (BVAR (current_buffer, file_truename)))
BVAR              850 src/filelock.c     Funlock_file (BVAR (current_buffer, file_truename));
BVAR              860 src/filelock.c       && STRINGP (BVAR (buffer, file_truename)))
BVAR              861 src/filelock.c     Funlock_file (BVAR (buffer, file_truename));
BVAR             3746 src/fns.c      				    !NILP (BVAR (current_buffer, enable_multibyte_characters)));
BVAR             3965 src/fns.c        bool multibyte = !NILP (BVAR (current_buffer, enable_multibyte_characters));
BVAR             5648 src/fns.c      	      coding_system = BVAR (XBUFFER (object), buffer_file_coding_system);
BVAR             5653 src/fns.c      		  if (NILP (BVAR (current_buffer, enable_multibyte_characters)))
BVAR             5669 src/fns.c      		  && !NILP (BVAR (XBUFFER (object), buffer_file_coding_system)))
BVAR             5673 src/fns.c      		  coding_system = BVAR (XBUFFER (object), buffer_file_coding_system);
BVAR             3570 src/font.c     	       ? ! NILP (BVAR (current_buffer, enable_multibyte_characters))
BVAR              719 src/fringe.c     if ((cmap = BVAR (XBUFFER (w->contents), fringe_cursor_alist)), !NILP (cmap))
BVAR              729 src/fringe.c     if (EQ (cmap, BVAR (&buffer_defaults, fringe_cursor_alist)))
BVAR              731 src/fringe.c     bm = Fassq (cursor, BVAR (&buffer_defaults, fringe_cursor_alist));
BVAR              756 src/fringe.c     if ((cmap = BVAR (XBUFFER (w->contents), fringe_indicator_alist)), !NILP (cmap))
BVAR              790 src/fringe.c     if (!EQ (cmap, BVAR (&buffer_defaults, fringe_indicator_alist))
BVAR              791 src/fringe.c         && !NILP (BVAR (&buffer_defaults, fringe_indicator_alist)))
BVAR              793 src/fringe.c         bm2 = Fassq (bitmap, BVAR (&buffer_defaults, fringe_indicator_alist));
BVAR             1000 src/fringe.c         && (ind = BVAR (XBUFFER (w->contents), indicate_buffer_boundaries), !NILP (ind)))
BVAR             1061 src/fringe.c     empty_pos = BVAR (XBUFFER (w->contents), indicate_empty_lines);
BVAR              446 src/hbfont.c         && !NILP (BVAR (current_buffer, bidi_display_reordering)))
BVAR             11117 src/image.c            base_uri = BVAR (current_buffer, filename);
BVAR               63 src/indent.c     thisbuf = BVAR (current_buffer, display_table);
BVAR              132 src/indent.c     if (!VECTORP (BVAR (buf, width_table)))
BVAR              134 src/indent.c     widthtab = XVECTOR (BVAR (buf, width_table));
BVAR              156 src/indent.c     if (NILP (BVAR (current_buffer, cache_long_scans))
BVAR              159 src/indent.c         || !NILP (BVAR (current_buffer, enable_multibyte_characters)))
BVAR              162 src/indent.c   	  || NILP (BVAR (cache_buffer, cache_long_scans))
BVAR              163 src/indent.c   	  || !NILP (BVAR (cache_buffer, enable_multibyte_characters)))
BVAR              178 src/indent.c   	  || (!NILP (BVAR (cache_buffer, cache_long_scans))
BVAR              179 src/indent.c   	      && NILP (BVAR (cache_buffer, enable_multibyte_characters))))
BVAR              337 src/indent.c     bool ctl_arrow = !NILP (BVAR (current_buffer, ctl_arrow));
BVAR              427 src/indent.c   		       && EQ (BVAR (current_buffer, selective_display), Qt)))
BVAR              526 src/indent.c   	      && !NILP (BVAR (current_buffer, enable_multibyte_characters)))
BVAR              553 src/indent.c     bool ctl_arrow = !NILP (BVAR (current_buffer, ctl_arrow));
BVAR              555 src/indent.c     bool multibyte = !NILP (BVAR (current_buffer, enable_multibyte_characters));
BVAR              575 src/indent.c         if (!NILP (BVAR (current_buffer, truncate_lines)))
BVAR              722 src/indent.c   	      if (c == '\r' && EQ (BVAR (current_buffer, selective_display), Qt))
BVAR              740 src/indent.c   	  if (c == '\r' && EQ (BVAR (current_buffer, selective_display), Qt))
BVAR             1004 src/indent.c   	  if (! NILP (BVAR (current_buffer, enable_multibyte_characters)))
BVAR             1015 src/indent.c   	      || NILP (BVAR (current_buffer, enable_multibyte_characters)))
BVAR             1208 src/indent.c     bool ctl_arrow = !NILP (BVAR (current_buffer, ctl_arrow));
BVAR             1211 src/indent.c       = (FIXNUMP (BVAR (current_buffer, selective_display))
BVAR             1212 src/indent.c          ? XFIXNUM (BVAR (current_buffer, selective_display))
BVAR             1213 src/indent.c          : !NILP (BVAR (current_buffer, selective_display)) ? -1 : 0);
BVAR             1234 src/indent.c     bool multibyte = !NILP (BVAR (current_buffer, enable_multibyte_characters));
BVAR             1256 src/indent.c         width_table = (VECTORP (BVAR (current_buffer, width_table))
BVAR             1257 src/indent.c   		     ? XVECTOR (BVAR (current_buffer, width_table))->contents
BVAR             1432 src/indent.c   	      || !NILP (BVAR (current_buffer, truncate_lines)))
BVAR             1917 src/indent.c       = (FIXNUMP (BVAR (current_buffer, selective_display))
BVAR             1918 src/indent.c          ? clip_to_bounds (-1, XFIXNUM (BVAR (current_buffer, selective_display)),
BVAR             1920 src/indent.c          : !NILP (BVAR (current_buffer, selective_display)) ? -1 : 0);
BVAR               69 src/insdel.c     bool multibyte = ! NILP (BVAR (current_buffer, enable_multibyte_characters));
BVAR              709 src/insdel.c     if (! NILP (BVAR (current_buffer, enable_multibyte_characters)))
BVAR              891 src/insdel.c     if (NILP (BVAR (current_buffer, enable_multibyte_characters)))
BVAR             1013 src/insdel.c     if (NILP (BVAR (current_buffer, enable_multibyte_characters)))
BVAR             1034 src/insdel.c   	     ! NILP (BVAR (current_buffer, enable_multibyte_characters)));
BVAR             1101 src/insdel.c     eassert (NILP (BVAR (current_buffer, enable_multibyte_characters))
BVAR             1139 src/insdel.c     if (NILP (BVAR (current_buffer, enable_multibyte_characters)))
BVAR             1218 src/insdel.c     if (NILP (BVAR (current_buffer, enable_multibyte_characters)))
BVAR             1220 src/insdel.c     else if (NILP (BVAR (buf, enable_multibyte_characters)))
BVAR             1266 src/insdel.c   		     ! NILP (BVAR (buf, enable_multibyte_characters)),
BVAR             1267 src/insdel.c   		     ! NILP (BVAR (current_buffer, enable_multibyte_characters)));
BVAR             1275 src/insdel.c   	       ! NILP (BVAR (buf, enable_multibyte_characters)),
BVAR             1276 src/insdel.c   	       ! NILP (BVAR (current_buffer, enable_multibyte_characters)));
BVAR             1463 src/insdel.c     if (NILP (BVAR (current_buffer, enable_multibyte_characters)))
BVAR             1478 src/insdel.c     if (! EQ (BVAR (current_buffer, undo_list), Qt))
BVAR             1504 src/insdel.c   	     ! NILP (BVAR (current_buffer, enable_multibyte_characters)));
BVAR             1866 src/insdel.c     if (ret_string || ! EQ (BVAR (current_buffer, undo_list), Qt))
BVAR             1945 src/insdel.c     if (EQ (BVAR (current_buffer, undo_list), Qt))
BVAR             1974 src/insdel.c     if (!NILP (BVAR (current_buffer, read_only)))
BVAR             2012 src/insdel.c     if (!NILP (BVAR (base_buffer, file_truename))
BVAR             2014 src/insdel.c         && !NILP (BVAR (base_buffer, filename))
BVAR             2016 src/insdel.c       Flock_file (BVAR (base_buffer, file_truename));
BVAR             2020 src/insdel.c     if (!NILP (BVAR (current_buffer, mark_active))
BVAR             2021 src/insdel.c         && XMARKER (BVAR (current_buffer, mark))->buffer
BVAR             2221 src/intervals.c     return BVAR (buffer, keymap);
BVAR              234 src/intervals.h   (EQ (BVAR (current_buffer, invisibility_spec), Qt)			\
BVAR              236 src/intervals.h    : invisible_prop (prop, BVAR (current_buffer, invisibility_spec)))
BVAR              762 src/json.c     	!NILP (BVAR (current_buffer, enable_multibyte_characters));
BVAR              775 src/json.c               eassert (NILP (BVAR (current_buffer, enable_multibyte_characters)));
BVAR             1552 src/keyboard.c       if (!NILP (BVAR (current_buffer, mark_active))
BVAR             1580 src/keyboard.c 		  && XMARKER (BVAR (current_buffer, mark))->buffer
BVAR             10695 src/keyboard.c 			  < XCHAR_TABLE (BVAR (current_buffer,
BVAR             1912 src/keymap.c     return BVAR (current_buffer, keymap);
BVAR             2982 src/keymap.c   	  if (EQ (start1, BVAR (XBUFFER (buffer), keymap)))
BVAR              219 src/lread.c          if (! NILP (BVAR (inbuffer, enable_multibyte_characters)))
BVAR              249 src/lread.c          if (! NILP (BVAR (inbuffer, enable_multibyte_characters)))
BVAR              427 src/lread.c          if (! NILP (BVAR (b, enable_multibyte_characters)))
BVAR              440 src/lread.c          if (! NILP (BVAR (b, enable_multibyte_characters)))
BVAR             1865 src/lread.c    	filename = Fexpand_file_name (filename, BVAR (current_buffer, directory));
BVAR             2413 src/lread.c        filename = BVAR (XBUFFER (buf), filename);
BVAR             2455 src/lread.c      readevalloop (cbuf, 0, BVAR (XBUFFER (cbuf), filename),
BVAR               49 src/marker.c     if (NILP (BVAR (b, enable_multibyte_characters)))
BVAR              630 src/minibuf.c    ambient_dir = BVAR (current_buffer, directory);
BVAR              776 src/minibuf.c        enable_multibyte = BVAR (current_buffer, enable_multibyte_characters);
BVAR              803 src/minibuf.c  	if (STRINGP (BVAR (XBUFFER (buf), directory)))
BVAR              806 src/minibuf.c  			    BVAR (XBUFFER (buf), directory));
BVAR             1500 src/minibuf.c      def = BVAR (XBUFFER (def), name);
BVAR             1558 src/minibuf.c  	 (ignore_case ? BVAR (current_buffer, case_canon_table) : Qnil));
BVAR             1324 src/msdos.c          if (EQ (BVAR (b,cursor_type), Qt))
BVAR             1326 src/msdos.c          else if (NILP (BVAR (b, cursor_type))) /* nil means no cursor */
BVAR             1329 src/msdos.c    	new_cursor = BVAR (b, cursor_type);
BVAR              141 src/print.c      bool multibyte = !NILP (BVAR (current_buffer, enable_multibyte_characters));
BVAR              171 src/print.c          if (NILP (BVAR (current_buffer, enable_multibyte_characters))
BVAR              174 src/print.c          if (! NILP (BVAR (current_buffer, enable_multibyte_characters))
BVAR              206 src/print.c    	  && NILP (BVAR (current_buffer, enable_multibyte_characters)))
BVAR              339 src/print.c    	    = !NILP (BVAR (current_buffer, enable_multibyte_characters));
BVAR              416 src/print.c    	= !NILP (BVAR (current_buffer, enable_multibyte_characters));
BVAR              484 src/print.c    		   ? ! NILP (BVAR (&buffer_defaults, enable_multibyte_characters))
BVAR              485 src/print.c    		   : ! NILP (BVAR (current_buffer, enable_multibyte_characters))))
BVAR              596 src/print.c      bset_directory (current_buffer, BVAR (old, directory));
BVAR              602 src/print.c        (current_buffer, BVAR (&buffer_defaults, enable_multibyte_characters));
BVAR             1718 src/print.c    	  print_string (BVAR (XMARKER (obj)->buffer, name), printcharfun);
BVAR             1757 src/print.c    	  print_string (BVAR (OVERLAY_BUFFER (obj), name),
BVAR             1843 src/print.c    	    print_string (BVAR (XBUFFER (XWINDOW (obj)->contents), name),
BVAR             1870 src/print.c    	  print_string (BVAR (XBUFFER (obj), name), printcharfun);
BVAR             1874 src/print.c    	print_string (BVAR (XBUFFER (obj), name), printcharfun);
BVAR             1037 src/process.c        if (NILP (BVAR (XBUFFER (obj), name)))
BVAR             1041 src/process.c          error ("Buffer %s has no process", SDATA (BVAR (XBUFFER (obj), name)));
BVAR             1811 src/process.c          = Ffind_file_name_handler (BVAR (current_buffer, directory),
BVAR             2491 src/process.c      else if ((!NILP (buffer) && NILP (BVAR (XBUFFER (buffer), enable_multibyte_characters)))
BVAR             2492 src/process.c  	     || (NILP (buffer) && NILP (BVAR (&buffer_defaults, enable_multibyte_characters))))
BVAR             2517 src/process.c      else if (NILP (BVAR (current_buffer, enable_multibyte_characters)))
BVAR             3216 src/process.c    else if ((!NILP (buffer) && NILP (BVAR (XBUFFER (buffer), enable_multibyte_characters)))
BVAR             3217 src/process.c  	   || (NILP (buffer) && NILP (BVAR (&buffer_defaults, enable_multibyte_characters))))
BVAR             3230 src/process.c    else if ((!NILP (buffer) && NILP (BVAR (XBUFFER (buffer), enable_multibyte_characters)))
BVAR             3231 src/process.c  	   || (NILP (buffer) && NILP (BVAR (&buffer_defaults, enable_multibyte_characters))))
BVAR             3273 src/process.c  	    && NILP (BVAR (XBUFFER (p->buffer), enable_multibyte_characters)))
BVAR             3275 src/process.c  	       && NILP (BVAR (&buffer_defaults, enable_multibyte_characters))))
BVAR             3306 src/process.c    else if (NILP (BVAR (current_buffer, enable_multibyte_characters)))
BVAR             6226 src/process.c    okeymap = BVAR (current_buffer, keymap);
BVAR             6333 src/process.c        old_read_only = BVAR (current_buffer, read_only);
BVAR             6354 src/process.c        if (NILP (BVAR (current_buffer, enable_multibyte_characters))
BVAR             6508 src/process.c  	  && !NILP (BVAR (XBUFFER (object), enable_multibyte_characters)))
BVAR             7543 src/process.c    okeymap = BVAR (current_buffer, keymap);
BVAR             7703 src/process.c        if (NILP (BVAR (current_buffer, enable_multibyte_characters)))
BVAR             7720 src/process.c        tem = BVAR (current_buffer, read_only);
BVAR             8126 src/process.c        if (NILP (BVAR (XBUFFER (p->buffer), enable_multibyte_characters)))
BVAR             8251 src/process.c      = Ffind_file_name_handler (BVAR (current_buffer, directory),
BVAR             8315 src/process.c      = Ffind_file_name_handler (BVAR (current_buffer, directory),
BVAR              126 src/search.c     cp->syntax_table = cp->buf.used_syntax ? BVAR (current_buffer, syntax_table) : Qt;
BVAR              220 src/search.c   	      || EQ (cp->syntax_table, BVAR (current_buffer, syntax_table)))
BVAR              272 src/search.c     set_char_table_extras (BVAR (current_buffer, case_canon_table), 2,
BVAR              273 src/search.c   			 BVAR (current_buffer, case_eqv_table));
BVAR              283 src/search.c       (!NILP (BVAR (current_buffer, case_fold_search))
BVAR              284 src/search.c        ? BVAR (current_buffer, case_canon_table) : Qnil),
BVAR              286 src/search.c       !NILP (BVAR (current_buffer, enable_multibyte_characters)));
BVAR              397 src/search.c     set_char_table_extras (BVAR (current_buffer, case_canon_table), 2,
BVAR              398 src/search.c   			 BVAR (current_buffer, case_eqv_table));
BVAR              404 src/search.c   		       (!NILP (BVAR (current_buffer, case_fold_search))
BVAR              405 src/search.c   			? BVAR (current_buffer, case_canon_table)
BVAR              574 src/search.c         multibyte = ! NILP (BVAR (current_buffer, enable_multibyte_characters));
BVAR              614 src/search.c     if (NILP (BVAR (buf, cache_long_scans)))
BVAR              617 src/search.c   	  || NILP (BVAR (base_buf, cache_long_scans)))
BVAR              631 src/search.c   	  || !NILP (BVAR (base_buf, cache_long_scans)))
BVAR             1066 src/search.c     set_char_table_extras (BVAR (current_buffer, case_canon_table), 2,
BVAR             1067 src/search.c   			 BVAR (current_buffer, case_eqv_table));
BVAR             1070 src/search.c   		      (!NILP (BVAR (current_buffer, case_fold_search))
BVAR             1071 src/search.c   		       ? BVAR (current_buffer, case_canon_table)
BVAR             1073 src/search.c   		      (!NILP (BVAR (current_buffer, case_fold_search))
BVAR             1074 src/search.c   		       ? BVAR (current_buffer, case_eqv_table)
BVAR             1185 src/search.c                        !NILP (BVAR (current_buffer, enable_multibyte_characters)));
BVAR             1318 src/search.c     bool multibyte = !NILP (BVAR (current_buffer, enable_multibyte_characters));
BVAR             1554 src/search.c     bool multibyte = ! NILP (BVAR (current_buffer, enable_multibyte_characters));
BVAR             1770 src/search.c     bool multibyte = ! NILP (BVAR (current_buffer, enable_multibyte_characters));
BVAR             2632 src/search.c         bool buf_multibyte = !NILP (BVAR (current_buffer, enable_multibyte_characters));
BVAR             3321 src/search.c     if (NILP (BVAR (buf, cache_long_scans))
BVAR              419 src/syntax.c   	  gl_state.current_syntax_table = BVAR (current_buffer, syntax_table);
BVAR              560 src/syntax.c   	  - (!NILP (BVAR (current_buffer, enable_multibyte_characters))
BVAR             1001 src/syntax.c     return BVAR (current_buffer, syntax_table);
BVAR             1108 src/syntax.c     if (NILP (BVAR (current_buffer, enable_multibyte_characters)))
BVAR             1275 src/syntax.c       syntax_table = BVAR (current_buffer, syntax_table);
BVAR             1690 src/syntax.c     multibyte = (!NILP (BVAR (current_buffer, enable_multibyte_characters))
BVAR             2132 src/syntax.c     multibyte = (!NILP (BVAR (current_buffer, enable_multibyte_characters))
BVAR               34 src/syntax.h   #define Vstandard_syntax_table BVAR (&buffer_defaults, syntax_table)
BVAR              106 src/syntax.h     return CHAR_TABLE_REF (BVAR (current_buffer, syntax_table), c);
BVAR              211 src/syntax.h     gl_state.current_syntax_table = BVAR (current_buffer, syntax_table);
BVAR             2337 src/textprop.c 	      && (!NILP (BVAR (current_buffer, read_only))
BVAR              781 src/treesit.c    Lisp_Object parser_list = BVAR (base_buffer, ts_parser_list);
BVAR             1398 src/treesit.c        Lisp_Object tail = BVAR (buf, ts_parser_list);
BVAR             1425 src/treesit.c    BVAR (buf, ts_parser_list) = Fcons (lisp_parser, BVAR (buf, ts_parser_list));
BVAR             1442 src/treesit.c    BVAR (buf, ts_parser_list)
BVAR             1443 src/treesit.c      = Fdelete (parser, BVAR (buf, ts_parser_list));
BVAR             1475 src/treesit.c    tail = BVAR (buf, ts_parser_list);
BVAR               60 src/undo.c       at_boundary = ! CONSP (BVAR (current_buffer, undo_list))
BVAR               61 src/undo.c                     || NILP (XCAR (BVAR (current_buffer, undo_list)));
BVAR               78 src/undo.c     			   BVAR (current_buffer, undo_list)));
BVAR               91 src/undo.c       if (EQ (BVAR (current_buffer, undo_list), Qt))
BVAR              100 src/undo.c       if (CONSP (BVAR (current_buffer, undo_list)))
BVAR              103 src/undo.c           elt = XCAR (BVAR (current_buffer, undo_list));
BVAR              117 src/undo.c     		  Fcons (Fcons (lbeg, lend), BVAR (current_buffer, undo_list)));
BVAR              153 src/undo.c                             BVAR (current_buffer, undo_list)));
BVAR              167 src/undo.c       if (EQ (BVAR (current_buffer, undo_list), Qt))
BVAR              191 src/undo.c          Fcons (Fcons (string, sbeg), BVAR (current_buffer, undo_list)));
BVAR              214 src/undo.c       if (EQ (BVAR (current_buffer, undo_list), Qt))
BVAR              222 src/undo.c     			 BVAR (current_buffer, undo_list)));
BVAR              236 src/undo.c       if (EQ (BVAR (buf, undo_list), Qt))
BVAR              248 src/undo.c     		  Fcons (entry, BVAR (current_buffer, undo_list)));
BVAR              258 src/undo.c       if (EQ (BVAR (current_buffer, undo_list), Qt))
BVAR              260 src/undo.c       tem = Fcar (BVAR (current_buffer, undo_list));
BVAR              268 src/undo.c     	  XSETCDR (pending_boundary, BVAR (current_buffer, undo_list));
BVAR              274 src/undo.c     			Fcons (Qnil, BVAR (current_buffer, undo_list)));
BVAR              306 src/undo.c       list = BVAR (b, undo_list);
BVAR             8289 src/w32fns.c     Lisp_Object current_dir = BVAR (current_buffer, directory);;
BVAR             2416 src/window.c         if (DISP_TABLE_P (BVAR (b, display_table)))
BVAR             2417 src/window.c   	dp = XCHAR_TABLE (BVAR (b, display_table));
BVAR             2467 src/window.c         && !(WINDOWP (BVAR (b, last_selected_window))
BVAR             2468 src/window.c   	   && w != XWINDOW (BVAR (b, last_selected_window))
BVAR             2469 src/window.c   	   && EQ (buf, XWINDOW (BVAR (b, last_selected_window))->contents)))
BVAR             2478 src/window.c     if (WINDOWP (BVAR (b, last_selected_window))
BVAR             2479 src/window.c         && w == XWINDOW (BVAR (b, last_selected_window)))
BVAR             3797 src/window.c     else if (!NILP (Fassoc (symbol, BVAR (XBUFFER (buffer), local_var_alist),
BVAR             4097 src/window.c     if (INTEGERP (BVAR (b, display_count)))
BVAR             4098 src/window.c       bset_display_count (b, Fadd1 (BVAR (b, display_count)));
BVAR             4138 src/window.c   	set_window_fringes (w, BVAR (b, left_fringe_width),
BVAR             4139 src/window.c   			    BVAR (b, right_fringe_width),
BVAR             4140 src/window.c   			    BVAR (b, fringes_outside_margins), Qnil);
BVAR             4142 src/window.c   	set_window_scroll_bars (w, BVAR (b, scroll_bar_width),
BVAR             4143 src/window.c   				BVAR (b, vertical_scroll_bar_type),
BVAR             4144 src/window.c   				BVAR (b, scroll_bar_height),
BVAR             4145 src/window.c   				BVAR (b, horizontal_scroll_bar_type), Qnil);
BVAR             4147 src/window.c         set_window_margins (w, BVAR (b, left_margin_cols),
BVAR             4148 src/window.c   			  BVAR (b, right_margin_cols));
BVAR             4205 src/window.c   	    error ("Window is dedicated to `%s'", SDATA (BVAR (XBUFFER (tem), name)));
BVAR             4279 src/window.c     bset_directory (XBUFFER (buf), BVAR (current_buffer, directory));
BVAR             5454 src/window.c   	      || !NILP (BVAR (XBUFFER (WINDOW_BUFFER (w)), mode_line_format)))
BVAR             5484 src/window.c   	      || !NILP (BVAR (XBUFFER (WINDOW_BUFFER (w)), header_line_format)))
BVAR             5518 src/window.c   	      || !NILP (BVAR (XBUFFER (WINDOW_BUFFER (w)), tab_line_format)))
BVAR             5565 src/window.c       b->long_line_optimizations_p && !NILP (BVAR (b, truncate_lines));
BVAR             7349 src/window.c         BVAR (XBUFFER (XWINDOW (selected_window)->contents),
BVAR              632 src/xdisp.c    			 ? BVAR (current_buffer, fill_column)
BVAR             1592 src/xdisp.c          Lisp_Object val = BVAR (b, extra_line_spacing);
BVAR             1595 src/xdisp.c    	val = BVAR (&buffer_defaults, extra_line_spacing);
BVAR             1733 src/xdisp.c    			     ? BVAR (current_buffer, mode_line_format)
BVAR             1745 src/xdisp.c    			     ? BVAR (current_buffer, tab_line_format)
BVAR             1757 src/xdisp.c    			     ? BVAR (current_buffer, header_line_format)
BVAR             3277 src/xdisp.c          if (FIXNATP (BVAR (current_buffer, extra_line_spacing)))
BVAR             3278 src/xdisp.c    	it->extra_line_spacing = XFIXNAT (BVAR (current_buffer, extra_line_spacing));
BVAR             3279 src/xdisp.c          else if (FLOATP (BVAR (current_buffer, extra_line_spacing)))
BVAR             3280 src/xdisp.c    	it->extra_line_spacing = (XFLOAT_DATA (BVAR (current_buffer, extra_line_spacing))
BVAR             3298 src/xdisp.c      it->ctl_arrow_p = !NILP (BVAR (current_buffer, ctl_arrow));
BVAR             3303 src/xdisp.c      it->selective = (FIXNUMP (BVAR (current_buffer, selective_display))
BVAR             3305 src/xdisp.c    		      (-1, XFIXNUM (BVAR (current_buffer, selective_display)),
BVAR             3307 src/xdisp.c    		   : (!NILP (BVAR (current_buffer, selective_display))
BVAR             3310 src/xdisp.c        = !NILP (BVAR (current_buffer, selective_display_ellipses));
BVAR             3316 src/xdisp.c      it->multibyte_p = !NILP (BVAR (current_buffer, enable_multibyte_characters));
BVAR             3331 src/xdisp.c          && NILP (BVAR (current_buffer, truncate_lines)))
BVAR             3332 src/xdisp.c        it->line_wrap = NILP (BVAR (current_buffer, word_wrap))
BVAR             3483 src/xdisp.c    	&& !NILP (BVAR (current_buffer, bidi_display_reordering))
BVAR             3505 src/xdisp.c    	  if (EQ (BVAR (current_buffer, bidi_paragraph_direction),
BVAR             3508 src/xdisp.c    	  else if (EQ (BVAR (current_buffer, bidi_paragraph_direction),
BVAR             4247 src/xdisp.c          if (!NILP (BVAR (current_buffer, enable_multibyte_characters))
BVAR             4264 src/xdisp.c    	  && !NILP (BVAR (current_buffer, enable_multibyte_characters))
BVAR             7707 src/xdisp.c      it->multibyte_p = !NILP (BVAR (current_buffer, enable_multibyte_characters));
BVAR             7782 src/xdisp.c        && !NILP (BVAR (&buffer_defaults, bidi_display_reordering));
BVAR             9542 src/xdisp.c    	  && !NILP (BVAR (current_buffer, enable_multibyte_characters))
BVAR             11531 src/xdisp.c    				 ? BVAR (current_buffer, tab_line_format)
BVAR             11543 src/xdisp.c    				 ? BVAR (current_buffer, header_line_format)
BVAR             11555 src/xdisp.c    				 ? BVAR (current_buffer, mode_line_format)
BVAR             11867 src/xdisp.c    	  && NILP (BVAR (current_buffer, enable_multibyte_characters)))
BVAR             11880 src/xdisp.c    	       && ! NILP (BVAR (current_buffer, enable_multibyte_characters)))
BVAR             12561 src/xdisp.c    	  && !NILP (BVAR (current_buffer, enable_multibyte_characters)))
BVAR             12563 src/xdisp.c          else if (NILP (BVAR (current_buffer, enable_multibyte_characters)))
BVAR             13043 src/xdisp.c          && !NILP (BVAR (current_buffer, enable_multibyte_characters)))
BVAR             13045 src/xdisp.c      else if (NILP (BVAR (current_buffer, enable_multibyte_characters)))
BVAR             13049 src/xdisp.c      if (!NILP (BVAR (current_buffer, bidi_display_reordering)))
BVAR             16142 src/xdisp.c    	       && STRINGP (BVAR (XBUFFER (w->contents), name)))
BVAR             16143 src/xdisp.c    	      ? SSDATA (BVAR (XBUFFER (w->contents), name))
BVAR             16178 src/xdisp.c    	  && FIXNUMP (BVAR (current_buffer, selective_display))
BVAR             16179 src/xdisp.c    	  && XFIXNUM (BVAR (current_buffer, selective_display)) > 0
BVAR             16207 src/xdisp.c          if (!NILP (BVAR (XBUFFER (w->contents), bidi_display_reordering))
BVAR             16208 src/xdisp.c    	  && NILP (BVAR (XBUFFER (w->contents), bidi_paragraph_direction)))
BVAR             17687 src/xdisp.c    	? SSDATA (BVAR (current_buffer, name))
BVAR             17689 src/xdisp.c    	   ? SSDATA (BVAR (XBUFFER (contents), name))
BVAR             18518 src/xdisp.c      else if (NUMBERP (BVAR (current_buffer, scroll_down_aggressively))
BVAR             18519 src/xdisp.c    	   || NUMBERP (BVAR (current_buffer, scroll_up_aggressively)))
BVAR             18617 src/xdisp.c    	  aggressive = BVAR (current_buffer, scroll_up_aggressively);
BVAR             18734 src/xdisp.c    	      aggressive = BVAR (current_buffer, scroll_down_aggressively);
BVAR             19153 src/xdisp.c    		   && !NILP (BVAR (XBUFFER (w->contents), bidi_display_reordering)))
BVAR             19217 src/xdisp.c    		   && !NILP (BVAR (XBUFFER (w->contents), bidi_display_reordering)))
BVAR             19721 src/xdisp.c    	  (disptab, XVECTOR (BVAR (current_buffer, width_table))))
BVAR             20188 src/xdisp.c           || NUMBERP (BVAR (current_buffer, scroll_up_aggressively))
BVAR             20189 src/xdisp.c           || NUMBERP (BVAR (current_buffer, scroll_down_aggressively)))
BVAR             20263 src/xdisp.c    	? BVAR (current_buffer, scroll_up_aggressively)
BVAR             20264 src/xdisp.c    	: BVAR (current_buffer, scroll_down_aggressively);
BVAR             21234 src/xdisp.c    	      if (!NILP (BVAR (XBUFFER (w->contents), bidi_display_reordering)))
BVAR             21553 src/xdisp.c    	  if (NILP (BVAR (XBUFFER (w->contents), bidi_display_reordering))
BVAR             21723 src/xdisp.c      if (!NILP (BVAR (XBUFFER (w->contents), word_wrap)))
BVAR             21734 src/xdisp.c      if (!NILP (BVAR (XBUFFER (w->contents), bidi_display_reordering))
BVAR             21735 src/xdisp.c          && NILP (BVAR (XBUFFER (w->contents), bidi_paragraph_direction)))
BVAR             21740 src/xdisp.c      if (!NILP (BVAR (XBUFFER (w->contents), extra_line_spacing)))
BVAR             22850 src/xdisp.c      multibyte_p = !NILP (BVAR (buffer, enable_multibyte_characters));
BVAR             24917 src/xdisp.c    	      if (!NILP (BVAR (XBUFFER (it->w->contents), indicate_empty_lines))
BVAR             25691 src/xdisp.c      if (NILP (BVAR (buf, bidi_display_reordering))
BVAR             25692 src/xdisp.c          || NILP (BVAR (buf, enable_multibyte_characters))
BVAR             25697 src/xdisp.c      else if (!NILP (BVAR (buf, bidi_paragraph_direction)))
BVAR             25698 src/xdisp.c        return BVAR (buf, bidi_paragraph_direction);
BVAR             25857 src/xdisp.c          if (NILP (BVAR (buf, bidi_display_reordering))
BVAR             25858 src/xdisp.c    	  || NILP (BVAR (buf, enable_multibyte_characters))
BVAR             26823 src/xdisp.c    			 ? BVAR (current_buffer, mode_line_format)
BVAR             26835 src/xdisp.c    			 ? BVAR (current_buffer, tab_line_format)
BVAR             26847 src/xdisp.c    			 ? BVAR (current_buffer, header_line_format)
BVAR             27879 src/xdisp.c      bool multibyte = !NILP (BVAR (current_buffer, enable_multibyte_characters));
BVAR             27991 src/xdisp.c          if (!NILP (BVAR (b, read_only)))
BVAR             28001 src/xdisp.c          if (!NILP (BVAR (b, read_only)))
BVAR             28063 src/xdisp.c          obj = BVAR (b, name);
BVAR             28105 src/xdisp.c          obj = BVAR (b, filename);
BVAR             28259 src/xdisp.c          obj = BVAR (b, mode_name);
BVAR             28362 src/xdisp.c    	Lisp_Object curdir = BVAR (current_buffer, directory);
BVAR             28395 src/xdisp.c    	p = decode_mode_spec_coding (BVAR (b, buffer_file_coding_system),
BVAR             28459 src/xdisp.c        = (!NILP (BVAR (current_buffer, selective_display))
BVAR             28460 src/xdisp.c           && !FIXNUMP (BVAR (current_buffer, selective_display)));
BVAR             32969 src/xdisp.c    	  if (EQ (BVAR (b, cursor_type), Qt) || NILP (BVAR (b, cursor_type)))
BVAR             32975 src/xdisp.c    	    return get_specified_cursor_type (BVAR (b, cursor_type), width);
BVAR             32997 src/xdisp.c      if (NILP (BVAR (b, cursor_type)))
BVAR             33001 src/xdisp.c      if (EQ (BVAR (b, cursor_type), Qt))
BVAR             33007 src/xdisp.c        cursor_type = get_specified_cursor_type (BVAR (b, cursor_type), width);
BVAR             33013 src/xdisp.c          alt_cursor = BVAR (b, cursor_in_non_selected_windows);
BVAR             33047 src/xdisp.c    		      || (CONSP (BVAR (b, cursor_type))
BVAR             33067 src/xdisp.c      if ((alt_cursor = Fassoc (BVAR (b, cursor_type), Vblink_cursor_alist, Qnil), !NILP (alt_cursor)))
BVAR             35546 src/xdisp.c    		    = NILP (BVAR (XBUFFER (buffer), bidi_display_reordering))
BVAR             35550 src/xdisp.c    		    = NILP (BVAR (XBUFFER (buffer), bidi_display_reordering))
BVAR             6536 src/xfaces.c     if (NILP (BVAR (current_buffer, enable_multibyte_characters)))
BVAR             1515 test/manual/etags/c-src/emacs/src/keyboard.c 		Lisp_Object undo = BVAR (current_buffer, undo_list);
BVAR             1518 test/manual/etags/c-src/emacs/src/keyboard.c 		  = (EQ (undo, BVAR (current_buffer, undo_list))
BVAR             1519 test/manual/etags/c-src/emacs/src/keyboard.c 		     ? Qnil : BVAR (current_buffer, undo_list));
BVAR             1574 test/manual/etags/c-src/emacs/src/keyboard.c       if (!NILP (BVAR (current_buffer, mark_active))
BVAR             1596 test/manual/etags/c-src/emacs/src/keyboard.c 		  && XMARKER (BVAR (current_buffer, mark))->buffer
BVAR             9750 test/manual/etags/c-src/emacs/src/keyboard.c 		      < XCHAR_TABLE (BVAR (current_buffer, downcase_table))->header.size)
BVAR             2893 test/manual/etags/c-src/emacs/src/lisp.h     defvar_lisp_nopro (&o_fwd, lname, &BVAR (&buffer_defaults, vname));	\