BVAR 6544 src/alloc.c if (!EQ (BVAR (nextb, undo_list), Qt)) BVAR 6545 src/alloc.c bset_undo_list (nextb, compact_undo_list (BVAR (nextb, undo_list))); BVAR 6548 src/alloc.c mark_object (BVAR (nextb, undo_list)); BVAR 6860 src/alloc.c mark_object (BVAR (buffer, undo_list)); BVAR 7776 src/alloc.c = Ffind_file_name_handler (BVAR (current_buffer, directory), BVAR 5178 src/androidterm.c if (!NILP (BVAR (b, mark_active))) BVAR 5180 src/androidterm.c context->mark = marker_position (BVAR (b, mark)); BVAR 5991 src/androidterm.c mark = ((!NILP (BVAR (b, mark_active)) BVAR 6081 src/androidterm.c ? BVAR (buffer, text_conversion_style) 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 515 src/buffer.c if (!STRINGP (BVAR (XBUFFER (buf), filename))) continue; BVAR 516 src/buffer.c if (!NILP (Fstring_equal (BVAR (XBUFFER (buf), filename), filename))) BVAR 529 src/buffer.c if (!STRINGP (BVAR (XBUFFER (buf), file_truename))) continue; BVAR 530 src/buffer.c if (!NILP (Fstring_equal (BVAR (XBUFFER (buf), file_truename), filename))) BVAR 738 src/buffer.c if (! NILP (BVAR (b, pt_marker))) BVAR 742 src/buffer.c eassert (!NILP (BVAR (b, begv_marker))); BVAR 743 src/buffer.c eassert (!NILP (BVAR (b, zv_marker))); BVAR 746 src/buffer.c set_marker_both (BVAR (b, pt_marker), buffer, b->pt, b->pt_byte); BVAR 747 src/buffer.c set_marker_both (BVAR (b, begv_marker), buffer, b->begv, b->begv_byte); BVAR 748 src/buffer.c set_marker_both (BVAR (b, zv_marker), buffer, b->zv, b->zv_byte); BVAR 759 src/buffer.c if (! NILP (BVAR (b, pt_marker))) BVAR 763 src/buffer.c eassert (!NILP (BVAR (b, begv_marker))); BVAR 764 src/buffer.c eassert (!NILP (BVAR (b, zv_marker))); BVAR 766 src/buffer.c m = BVAR (b, pt_marker); BVAR 769 src/buffer.c m = BVAR (b, begv_marker); BVAR 772 src/buffer.c m = BVAR (b, zv_marker); BVAR 851 src/buffer.c bset_undo_list (b, BVAR (b->base_buffer, undo_list)); BVAR 864 src/buffer.c (b, BVAR (b->base_buffer, enable_multibyte_characters)); BVAR 867 src/buffer.c if (NILP (BVAR (b->base_buffer, pt_marker))) BVAR 869 src/buffer.c eassert (NILP (BVAR (b->base_buffer, begv_marker))); BVAR 870 src/buffer.c eassert (NILP (BVAR (b->base_buffer, zv_marker))); BVAR 884 src/buffer.c XMARKER (BVAR (b->base_buffer, zv_marker))->insertion_type = 1; BVAR 893 src/buffer.c XMARKER (BVAR (b, zv_marker))->insertion_type = 1; BVAR 1048 src/buffer.c bset_directory (b, current_buffer ? BVAR (current_buffer, directory) : Qnil); BVAR 1051 src/buffer.c XSETFASTINT (BVAR (b, save_length), 0); BVAR 1072 src/buffer.c (b, BVAR (&buffer_defaults, enable_multibyte_characters)); BVAR 1073 src/buffer.c bset_cursor_type (b, BVAR (&buffer_defaults, cursor_type)); BVAR 1074 src/buffer.c bset_extra_line_spacing (b, BVAR (&buffer_defaults, extra_line_spacing)); BVAR 1125 src/buffer.c for (tmp = BVAR (b, local_var_alist); CONSP (tmp); tmp = XCDR (tmp)) BVAR 1262 src/buffer.c return BVAR (decode_buffer (buffer), name); BVAR 1270 src/buffer.c return BVAR (decode_buffer (buffer), filename); BVAR 1324 src/buffer.c result = assq_no_quit (variable, BVAR (buf, local_var_alist)); BVAR 1372 src/buffer.c for (tail = BVAR (buf, local_var_alist); CONSP (tail); tail = XCDR (tail)) BVAR 1544 src/buffer.c Lisp_Object fn = BVAR (b, file_truename); BVAR 1546 src/buffer.c if (!NILP (fn) && ! NILP (BVAR (b, filename))) BVAR 1650 src/buffer.c return BVAR (current_buffer, name); BVAR 1653 src/buffer.c BVAR (current_buffer, name)); BVAR 1666 src/buffer.c if (NILP (BVAR (current_buffer, filename)) BVAR 1667 src/buffer.c && !NILP (BVAR (current_buffer, auto_save_file_name))) BVAR 1676 src/buffer.c return BVAR (current_buffer, name); BVAR 1790 src/buffer.c if (EQ (BVAR (XBUFFER (real_buffer), undo_list), Qt)) BVAR 1813 src/buffer.c if (!EQ (BVAR(buffer, undo_list), Qt)) BVAR 1892 src/buffer.c modified = !NILP (BVAR (b, filename)) BVAR 1911 src/buffer.c && STRINGP (BVAR (b, auto_save_file_name)) BVAR 1912 src/buffer.c && !NILP (Ffile_exists_p (BVAR (b, auto_save_file_name))) BVAR 1915 src/buffer.c && NILP (Fstring_equal (BVAR (b, auto_save_file_name), BVAR 1916 src/buffer.c BVAR (b, filename)))) BVAR 2205 src/buffer.c if (strcmp (SSDATA (BVAR (XBUFFER (buffer), name)), "*scratch*") == 0) BVAR 2209 src/buffer.c function = BVAR (&buffer_defaults, major_mode); BVAR 2211 src/buffer.c && NILP (Fget (BVAR (current_buffer, major_mode), Qmode_class))) BVAR 2212 src/buffer.c function = BVAR (current_buffer, major_mode); BVAR 2278 src/buffer.c bset_undo_list (old_buf->base_buffer, BVAR (old_buf, undo_list)); BVAR 2288 src/buffer.c bset_undo_list (b, BVAR (b->base_buffer, undo_list)); BVAR 2299 src/buffer.c for (tail = BVAR (b, local_var_alist); CONSP (tail); tail = XCDR (tail)) BVAR 2384 src/buffer.c if (!NILP (BVAR (current_buffer, read_only)) BVAR 2406 src/buffer.c XSETFASTINT (BVAR (current_buffer, save_length), 0); BVAR 2520 src/buffer.c type tmp##field = BVAR (other_buffer, field); \ BVAR 2521 src/buffer.c bset_##field (other_buffer, BVAR (current_buffer, field)); \ BVAR 2661 src/buffer.c Lisp_Object old_undo = BVAR (current_buffer, undo_list); BVAR 2667 src/buffer.c if (NILP (flag) == NILP (BVAR (current_buffer, enable_multibyte_characters))) BVAR 2909 src/buffer.c BVAR (o, enable_multibyte_characters) BVAR 2910 src/buffer.c = BVAR (current_buffer, enable_multibyte_characters); BVAR 3338 src/buffer.c if (NILP (BVAR (current_buffer, enable_multibyte_characters))) BVAR 3352 src/buffer.c if (NILP (BVAR (current_buffer, enable_multibyte_characters))) BVAR 3382 src/buffer.c bool multibyte = ! NILP (BVAR (current_buffer, enable_multibyte_characters)); BVAR 4673 src/buffer.c XSETFASTINT (BVAR (&buffer_local_flags, mode_line_format), idx); ++idx; BVAR 4674 src/buffer.c XSETFASTINT (BVAR (&buffer_local_flags, abbrev_mode), idx); ++idx; BVAR 4675 src/buffer.c XSETFASTINT (BVAR (&buffer_local_flags, overwrite_mode), idx); ++idx; BVAR 4676 src/buffer.c XSETFASTINT (BVAR (&buffer_local_flags, case_fold_search), idx); ++idx; BVAR 4677 src/buffer.c XSETFASTINT (BVAR (&buffer_local_flags, auto_fill_function), idx); ++idx; BVAR 4678 src/buffer.c XSETFASTINT (BVAR (&buffer_local_flags, selective_display), idx); ++idx; BVAR 4679 src/buffer.c XSETFASTINT (BVAR (&buffer_local_flags, selective_display_ellipses), idx); ++idx; BVAR 4680 src/buffer.c XSETFASTINT (BVAR (&buffer_local_flags, tab_width), idx); ++idx; BVAR 4681 src/buffer.c XSETFASTINT (BVAR (&buffer_local_flags, truncate_lines), idx); BVAR 4684 src/buffer.c XSETFASTINT (BVAR (&buffer_local_flags, word_wrap), idx); ++idx; BVAR 4685 src/buffer.c XSETFASTINT (BVAR (&buffer_local_flags, ctl_arrow), idx); ++idx; BVAR 4686 src/buffer.c XSETFASTINT (BVAR (&buffer_local_flags, fill_column), idx); ++idx; BVAR 4687 src/buffer.c XSETFASTINT (BVAR (&buffer_local_flags, left_margin), idx); ++idx; BVAR 4688 src/buffer.c XSETFASTINT (BVAR (&buffer_local_flags, abbrev_table), idx); ++idx; BVAR 4689 src/buffer.c XSETFASTINT (BVAR (&buffer_local_flags, display_table), idx); ++idx; BVAR 4690 src/buffer.c XSETFASTINT (BVAR (&buffer_local_flags, syntax_table), idx); ++idx; BVAR 4691 src/buffer.c XSETFASTINT (BVAR (&buffer_local_flags, cache_long_scans), idx); ++idx; BVAR 4692 src/buffer.c XSETFASTINT (BVAR (&buffer_local_flags, category_table), idx); ++idx; BVAR 4693 src/buffer.c XSETFASTINT (BVAR (&buffer_local_flags, bidi_display_reordering), idx); ++idx; BVAR 4694 src/buffer.c XSETFASTINT (BVAR (&buffer_local_flags, bidi_paragraph_direction), idx); ++idx; BVAR 4695 src/buffer.c XSETFASTINT (BVAR (&buffer_local_flags, bidi_paragraph_separate_re), idx); ++idx; BVAR 4696 src/buffer.c XSETFASTINT (BVAR (&buffer_local_flags, bidi_paragraph_start_re), idx); ++idx; BVAR 4697 src/buffer.c XSETFASTINT (BVAR (&buffer_local_flags, buffer_file_coding_system), idx); BVAR 4700 src/buffer.c XSETFASTINT (BVAR (&buffer_local_flags, left_margin_cols), idx); ++idx; BVAR 4701 src/buffer.c XSETFASTINT (BVAR (&buffer_local_flags, right_margin_cols), idx); ++idx; BVAR 4702 src/buffer.c XSETFASTINT (BVAR (&buffer_local_flags, left_fringe_width), idx); ++idx; BVAR 4703 src/buffer.c XSETFASTINT (BVAR (&buffer_local_flags, right_fringe_width), idx); ++idx; BVAR 4704 src/buffer.c XSETFASTINT (BVAR (&buffer_local_flags, fringes_outside_margins), idx); ++idx; BVAR 4705 src/buffer.c XSETFASTINT (BVAR (&buffer_local_flags, scroll_bar_width), idx); ++idx; BVAR 4706 src/buffer.c XSETFASTINT (BVAR (&buffer_local_flags, scroll_bar_height), idx); ++idx; BVAR 4707 src/buffer.c XSETFASTINT (BVAR (&buffer_local_flags, vertical_scroll_bar_type), idx); ++idx; BVAR 4708 src/buffer.c XSETFASTINT (BVAR (&buffer_local_flags, horizontal_scroll_bar_type), idx); ++idx; BVAR 4709 src/buffer.c XSETFASTINT (BVAR (&buffer_local_flags, indicate_empty_lines), idx); ++idx; BVAR 4710 src/buffer.c XSETFASTINT (BVAR (&buffer_local_flags, indicate_buffer_boundaries), idx); ++idx; BVAR 4711 src/buffer.c XSETFASTINT (BVAR (&buffer_local_flags, fringe_indicator_alist), idx); ++idx; BVAR 4712 src/buffer.c XSETFASTINT (BVAR (&buffer_local_flags, fringe_cursor_alist), idx); ++idx; BVAR 4713 src/buffer.c XSETFASTINT (BVAR (&buffer_local_flags, scroll_up_aggressively), idx); ++idx; BVAR 4714 src/buffer.c XSETFASTINT (BVAR (&buffer_local_flags, scroll_down_aggressively), idx); ++idx; BVAR 4715 src/buffer.c XSETFASTINT (BVAR (&buffer_local_flags, header_line_format), idx); ++idx; BVAR 4716 src/buffer.c XSETFASTINT (BVAR (&buffer_local_flags, tab_line_format), idx); ++idx; BVAR 4717 src/buffer.c XSETFASTINT (BVAR (&buffer_local_flags, cursor_type), idx); ++idx; BVAR 4718 src/buffer.c XSETFASTINT (BVAR (&buffer_local_flags, extra_line_spacing), idx); ++idx; BVAR 4720 src/buffer.c XSETFASTINT (BVAR (&buffer_local_flags, ts_parser_list), idx); ++idx; BVAR 4722 src/buffer.c XSETFASTINT (BVAR (&buffer_local_flags, text_conversion_style), idx); ++idx; BVAR 4723 src/buffer.c XSETFASTINT (BVAR (&buffer_local_flags, cursor_in_non_selected_windows), idx); ++idx; BVAR 4738 src/buffer.c eassert (NILP (BVAR (&buffer_defaults, name))); BVAR 4740 src/buffer.c eassert (NILP (BVAR (&buffer_local_symbols, name))); BVAR 4781 src/buffer.c XSETFASTINT (BVAR (&buffer_defaults, tab_width), 8); BVAR 4799 src/buffer.c XSETFASTINT (BVAR (&buffer_defaults, fill_column), 70); BVAR 4800 src/buffer.c XSETFASTINT (BVAR (&buffer_defaults, left_margin), 0); BVAR 4803 src/buffer.c XSETFASTINT (BVAR (&buffer_defaults, display_count), 0); BVAR 4804 src/buffer.c XSETFASTINT (BVAR (&buffer_defaults, left_margin_cols), 0); BVAR 4805 src/buffer.c XSETFASTINT (BVAR (&buffer_defaults, right_margin_cols), 0); BVAR 4903 src/buffer.c if (NILP (BVAR (&buffer_defaults, enable_multibyte_characters))) BVAR 4931 src/buffer.c temp = Ffind_file_name_handler (BVAR (current_buffer, directory), Qt); BVAR 4937 src/buffer.c && strcmp ("/", SSDATA (BVAR (current_buffer, directory)))) BVAR 4942 src/buffer.c BVAR (current_buffer, directory))); BVAR 4947 src/buffer.c bset_directory (XBUFFER (temp), BVAR (current_buffer, directory)); BVAR 5082 src/buffer.c &BVAR (current_buffer, tab_line_format), BVAR 5089 src/buffer.c &BVAR (current_buffer, header_line_format), BVAR 5098 src/buffer.c DEFVAR_PER_BUFFER ("mode-line-format", &BVAR (current_buffer, mode_line_format), BVAR 5172 src/buffer.c DEFVAR_PER_BUFFER ("major-mode", &BVAR (current_buffer, major_mode), BVAR 5180 src/buffer.c &BVAR (current_buffer, local_minor_modes), BVAR 5185 src/buffer.c DEFVAR_PER_BUFFER ("mode-name", &BVAR (current_buffer, mode_name), BVAR 5192 src/buffer.c DEFVAR_PER_BUFFER ("local-abbrev-table", &BVAR (current_buffer, abbrev_table), Qnil, BVAR 5195 src/buffer.c DEFVAR_PER_BUFFER ("abbrev-mode", &BVAR (current_buffer, abbrev_mode), Qnil, BVAR 5199 src/buffer.c DEFVAR_PER_BUFFER ("case-fold-search", &BVAR (current_buffer, case_fold_search), BVAR 5203 src/buffer.c DEFVAR_PER_BUFFER ("fill-column", &BVAR (current_buffer, fill_column), BVAR 5211 src/buffer.c DEFVAR_PER_BUFFER ("left-margin", &BVAR (current_buffer, left_margin), BVAR 5216 src/buffer.c DEFVAR_PER_BUFFER ("tab-width", &BVAR (current_buffer, tab_width), BVAR 5226 src/buffer.c DEFVAR_PER_BUFFER ("ctl-arrow", &BVAR (current_buffer, ctl_arrow), Qnil, BVAR 5233 src/buffer.c &BVAR (current_buffer, enable_multibyte_characters), BVAR 5247 src/buffer.c &BVAR (current_buffer, buffer_file_coding_system), Qnil, BVAR 5265 src/buffer.c &BVAR (current_buffer, bidi_display_reordering), Qnil, BVAR 5273 src/buffer.c &BVAR (current_buffer, bidi_paragraph_start_re), Qnil, BVAR 5295 src/buffer.c &BVAR (current_buffer, bidi_paragraph_separate_re), Qnil, BVAR 5316 src/buffer.c &BVAR (current_buffer, bidi_paragraph_direction), Qnil, BVAR 5327 src/buffer.c DEFVAR_PER_BUFFER ("truncate-lines", &BVAR (current_buffer, truncate_lines), Qnil, BVAR 5340 src/buffer.c DEFVAR_PER_BUFFER ("word-wrap", &BVAR (current_buffer, word_wrap), Qnil, BVAR 5358 src/buffer.c DEFVAR_PER_BUFFER ("default-directory", &BVAR (current_buffer, directory), BVAR 5365 src/buffer.c DEFVAR_PER_BUFFER ("auto-fill-function", &BVAR (current_buffer, auto_fill_function), BVAR 5373 src/buffer.c DEFVAR_PER_BUFFER ("buffer-file-name", &BVAR (current_buffer, filename), BVAR 5378 src/buffer.c DEFVAR_PER_BUFFER ("buffer-file-truename", &BVAR (current_buffer, file_truename), BVAR 5385 src/buffer.c &BVAR (current_buffer, auto_save_file_name), BVAR 5390 src/buffer.c DEFVAR_PER_BUFFER ("buffer-read-only", &BVAR (current_buffer, read_only), Qnil, BVAR 5393 src/buffer.c DEFVAR_PER_BUFFER ("buffer-backed-up", &BVAR (current_buffer, backed_up), Qnil, BVAR 5397 src/buffer.c DEFVAR_PER_BUFFER ("buffer-saved-size", &BVAR (current_buffer, save_length), BVAR 5407 src/buffer.c DEFVAR_PER_BUFFER ("selective-display", &BVAR (current_buffer, selective_display), BVAR 5420 src/buffer.c &BVAR (current_buffer, selective_display_ellipses), BVAR 5424 src/buffer.c DEFVAR_PER_BUFFER ("overwrite-mode", &BVAR (current_buffer, overwrite_mode), BVAR 5434 src/buffer.c DEFVAR_PER_BUFFER ("buffer-display-table", &BVAR (current_buffer, display_table), BVAR 5471 src/buffer.c DEFVAR_PER_BUFFER ("left-margin-width", &BVAR (current_buffer, left_margin_cols), BVAR 5479 src/buffer.c DEFVAR_PER_BUFFER ("right-margin-width", &BVAR (current_buffer, right_margin_cols), BVAR 5487 src/buffer.c DEFVAR_PER_BUFFER ("left-fringe-width", &BVAR (current_buffer, left_fringe_width), BVAR 5496 src/buffer.c DEFVAR_PER_BUFFER ("right-fringe-width", &BVAR (current_buffer, right_fringe_width), BVAR 5505 src/buffer.c DEFVAR_PER_BUFFER ("fringes-outside-margins", &BVAR (current_buffer, fringes_outside_margins), BVAR 5513 src/buffer.c DEFVAR_PER_BUFFER ("scroll-bar-width", &BVAR (current_buffer, scroll_bar_width), BVAR 5518 src/buffer.c DEFVAR_PER_BUFFER ("scroll-bar-height", &BVAR (current_buffer, scroll_bar_height), BVAR 5523 src/buffer.c DEFVAR_PER_BUFFER ("vertical-scroll-bar", &BVAR (current_buffer, vertical_scroll_bar_type), BVAR 5533 src/buffer.c DEFVAR_PER_BUFFER ("horizontal-scroll-bar", &BVAR (current_buffer, horizontal_scroll_bar_type), BVAR 5545 src/buffer.c &BVAR (current_buffer, indicate_empty_lines), Qnil, BVAR 5552 src/buffer.c &BVAR (current_buffer, indicate_buffer_boundaries), Qnil, BVAR 5577 src/buffer.c &BVAR (current_buffer, fringe_indicator_alist), Qnil, BVAR 5596 src/buffer.c &BVAR (current_buffer, fringe_cursor_alist), Qnil, BVAR 5611 src/buffer.c &BVAR (current_buffer, scroll_up_aggressively), Qfraction, BVAR 5624 src/buffer.c &BVAR (current_buffer, scroll_down_aggressively), Qfraction, BVAR 5675 src/buffer.c DEFVAR_PER_BUFFER ("buffer-undo-list", &BVAR (current_buffer, undo_list), Qnil, BVAR 5721 src/buffer.c DEFVAR_PER_BUFFER ("mark-active", &BVAR (current_buffer, mark_active), Qnil, BVAR 5724 src/buffer.c DEFVAR_PER_BUFFER ("cache-long-scans", &BVAR (current_buffer, cache_long_scans), Qnil, BVAR 5760 src/buffer.c DEFVAR_PER_BUFFER ("point-before-scroll", &BVAR (current_buffer, point_before_scroll), Qnil, BVAR 5763 src/buffer.c DEFVAR_PER_BUFFER ("buffer-file-format", &BVAR (current_buffer, file_format), Qnil, BVAR 5769 src/buffer.c &BVAR (current_buffer, auto_save_file_format), Qnil, BVAR 5776 src/buffer.c &BVAR (current_buffer, invisibility_spec), Qnil, BVAR 5790 src/buffer.c &BVAR (current_buffer, display_count), Qintegerp, BVAR 5795 src/buffer.c &BVAR (current_buffer, display_time), Qnil, BVAR 5831 src/buffer.c DEFVAR_PER_BUFFER ("cursor-type", &BVAR (current_buffer, cursor_type), Qnil, BVAR 5855 src/buffer.c &BVAR (current_buffer, extra_line_spacing), Qnumberp, BVAR 5863 src/buffer.c &BVAR (current_buffer, cursor_in_non_selected_windows), Qnil, BVAR 5874 src/buffer.c DEFVAR_PER_BUFFER ("text-conversion-style", &BVAR (current_buffer, BVAR 881 src/buffer.h : NILP (BVAR (buf, begv_marker)) ? buf->begv BVAR 882 src/buffer.h : marker_position (BVAR (buf, begv_marker))); BVAR 889 src/buffer.h : NILP (BVAR (buf, begv_marker)) ? buf->begv_byte BVAR 890 src/buffer.h : marker_byte_position (BVAR (buf, begv_marker))); BVAR 898 src/buffer.h : NILP (BVAR (buf, pt_marker)) ? buf->pt BVAR 899 src/buffer.h : marker_position (BVAR (buf, pt_marker))); BVAR 906 src/buffer.h : NILP (BVAR (buf, pt_marker)) ? buf->pt_byte BVAR 907 src/buffer.h : marker_byte_position (BVAR (buf, pt_marker))); BVAR 915 src/buffer.h : NILP (BVAR (buf, zv_marker)) ? buf->zv BVAR 916 src/buffer.h : marker_position (BVAR (buf, zv_marker))); BVAR 923 src/buffer.h : NILP (BVAR (buf, zv_marker)) ? buf->zv_byte BVAR 924 src/buffer.h : marker_byte_position (BVAR (buf, zv_marker))); BVAR 1106 src/buffer.h return !NILP (BVAR (b, name)); BVAR 1115 src/buffer.h return SREF (BVAR (b, name), 0) == ' '; BVAR 1318 src/buffer.h return (!NILP (BVAR (current_buffer, enable_multibyte_characters)) BVAR 1329 src/buffer.h return (!NILP (BVAR (current_buffer, enable_multibyte_characters)) BVAR 1380 src/buffer.h return (! NILP (BVAR (buf, enable_multibyte_characters)) BVAR 1574 src/buffer.h Lisp_Object downcase_table = BVAR (current_buffer, downcase_table); BVAR 1583 src/buffer.h Lisp_Object upcase_table = BVAR (current_buffer, upcase_table); BVAR 1614 src/buffer.h return sanitize_tab_width (BVAR (buf, tab_width)); BVAR 1638 src/buffer.h : !NILP (BVAR (current_buffer, ctl_arrow)) ? 2 : 4); BVAR 1652 src/buffer.h if (!NILP (BVAR (current_buffer, enable_multibyte_characters))) BVAR 1728 src/buffer.h (*bytepos) += (!NILP (BVAR (current_buffer, enable_multibyte_characters)) BVAR 1738 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 626 src/callint.c args[i] = BVAR (current_buffer, mark); BVAR 662 src/callint.c ptrdiff_t mark = marker_position (BVAR (current_buffer, mark)); BVAR 664 src/callint.c args[i] = PT < mark ? point_marker : BVAR (current_buffer, mark); BVAR 666 src/callint.c args[++i] = PT > mark ? point_marker : BVAR (current_buffer, mark); BVAR 160 src/callproc.c Lisp_Object curdir = BVAR (current_buffer, directory); BVAR 477 src/callproc.c BVAR (current_buffer, directory)); BVAR 757 src/callproc.c if (NILP (BVAR (current_buffer, enable_multibyte_characters)) BVAR 762 src/callproc.c = ! NILP (BVAR (current_buffer, enable_multibyte_characters)); BVAR 838 src/callproc.c else if (NILP (BVAR (current_buffer, enable_multibyte_characters)) BVAR 1025 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 1537 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 7374 src/coding.c undo_list = BVAR (current_buffer, undo_list); BVAR 7778 src/coding.c = ! NILP (BVAR (current_buffer, enable_multibyte_characters)); BVAR 7919 src/coding.c == !NILP (BVAR (current_buffer, enable_multibyte_characters))); BVAR 8015 src/coding.c Lisp_Object undo_list = BVAR (current_buffer, undo_list); BVAR 8145 src/coding.c = ! NILP (BVAR (XBUFFER (dst_object), enable_multibyte_characters)); BVAR 8166 src/coding.c Lisp_Object undo_list = BVAR (current_buffer, undo_list); BVAR 8211 src/coding.c else if (! NILP (BVAR (current_buffer, enable_multibyte_characters))) BVAR 8235 src/coding.c = (NILP (BVAR (current_buffer, enable_multibyte_characters)) BVAR 8403 src/coding.c = ! NILP (BVAR (XBUFFER (dst_object), enable_multibyte_characters)); BVAR 8450 src/coding.c else if (! NILP (BVAR (current_buffer, enable_multibyte_characters))) BVAR 8474 src/coding.c = (NILP (BVAR (current_buffer, enable_multibyte_characters)) BVAR 8997 src/coding.c !NILP (BVAR (current_buffer BVAR 9080 src/coding.c if (NILP (BVAR (current_buffer, enable_multibyte_characters))) BVAR 9213 src/coding.c if (NILP (BVAR (current_buffer, enable_multibyte_characters)) BVAR 9334 src/coding.c if (NILP (BVAR (current_buffer, enable_multibyte_characters))) BVAR 10286 src/coding.c || ! NILP (BVAR (XBUFFER (buffer), enable_multibyte_characters)))) BVAR 10342 src/coding.c || NILP (BVAR (XBUFFER (buffer), enable_multibyte_characters)))) BVAR 1101 src/composite.c && NILP (BVAR (current_buffer, enable_multibyte_characters))) BVAR 1860 src/composite.c if (NILP (BVAR (current_buffer, enable_multibyte_characters)) BVAR 1944 src/composite.c if (NILP (BVAR (current_buffer, enable_multibyte_characters))) BVAR 2063 src/composite.c && !NILP (BVAR (current_buffer, enable_multibyte_characters))) BVAR 1520 src/data.c tem1 = assq_no_quit (var, BVAR (current_buffer, local_var_alist)); BVAR 1671 src/data.c BVAR (XBUFFER (where), local_var_alist)); BVAR 1701 src/data.c Fcons (tem1, BVAR (XBUFFER (where), local_var_alist))); BVAR 2235 src/data.c tem = assq_no_quit (variable, BVAR (current_buffer, local_var_alist)); BVAR 2253 src/data.c BVAR (current_buffer, local_var_alist))); BVAR 2315 src/data.c tem = assq_no_quit (variable, BVAR (current_buffer, local_var_alist)); BVAR 2319 src/data.c Fdelq (tem, BVAR (current_buffer, local_var_alist))); BVAR 2364 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 280 src/dired.c case_table = BVAR (&buffer_defaults, case_canon_table); BVAR 186 src/dispnew.c && STRINGP (BVAR (XBUFFER (w->contents), name))) BVAR 187 src/dispnew.c ? SSDATA (BVAR (XBUFFER (w->contents), name)) BVAR 6413 src/dispnew.c if (SREF (BVAR (XBUFFER (buf), name), 0) == ' ') BVAR 6421 src/dispnew.c if (!EQ (AREF (state, idx++), BVAR (XBUFFER (buf), read_only))) BVAR 6469 src/dispnew.c if (SREF (BVAR (XBUFFER (buf), name), 0) == ' ') BVAR 6473 src/dispnew.c ASET (state, idx, BVAR (XBUFFER (buf), read_only)); BVAR 238 src/editfns.c && NILP (BVAR (current_buffer, mark_active))) BVAR 241 src/editfns.c m = Fmarker_position (BVAR (current_buffer, mark)); BVAR 271 src/editfns.c return BVAR (current_buffer, mark); BVAR 1014 src/editfns.c else if (!NILP (BVAR (current_buffer, enable_multibyte_characters))) BVAR 1128 src/editfns.c if (!NILP (BVAR (current_buffer, enable_multibyte_characters))) BVAR 1353 src/editfns.c if (!NILP (BVAR (current_buffer, enable_multibyte_characters))) BVAR 1509 src/editfns.c if (!NILP (BVAR (current_buffer, enable_multibyte_characters))) BVAR 1554 src/editfns.c && ! NILP (BVAR (current_buffer, enable_multibyte_characters))) BVAR 1623 src/editfns.c if (! NILP (BVAR (current_buffer, enable_multibyte_characters))) BVAR 1787 src/editfns.c = (!NILP (BVAR (current_buffer, case_fold_search)) BVAR 1788 src/editfns.c ? BVAR (current_buffer, case_canon_table) : Qnil); BVAR 1853 src/editfns.c if (! NILP (BVAR (bp1, enable_multibyte_characters))) BVAR 1865 src/editfns.c if (! NILP (BVAR (bp2, enable_multibyte_characters))) BVAR 2154 src/editfns.c && STRINGP (BVAR (a, file_truename))) BVAR 2155 src/editfns.c Funlock_file (BVAR (a, file_truename)); BVAR 2268 src/editfns.c = !NILP (BVAR (current_buffer, enable_multibyte_characters)); BVAR 2315 src/editfns.c BVAR (current_buffer, undo_list)); BVAR 2319 src/editfns.c BVAR (current_buffer, filename)); BVAR 2382 src/editfns.c tem = BVAR (current_buffer, undo_list); BVAR 2511 src/editfns.c bool multibyte = !NILP (BVAR (current_buffer, enable_multibyte_characters)); BVAR 3057 src/editfns.c if (buf && buf != current_buffer && !NILP (BVAR (buf, pt_marker))) BVAR 4369 src/editfns.c if (NILP (BVAR (current_buffer, case_fold_search))) BVAR 4381 src/editfns.c if (NILP (BVAR (current_buffer, enable_multibyte_characters))) BVAR 1078 src/fileio.c Lisp_Object dir = BVAR (current_buffer, directory); BVAR 3468 src/fileio.c absname = Fexpand_file_name (filename, BVAR (current_buffer, directory)); BVAR 3596 src/fileio.c absname = Fexpand_file_name (filename, BVAR (current_buffer, directory)); BVAR 3678 src/fileio.c BVAR (current_buffer, directory)); BVAR 3755 src/fileio.c absname = Fexpand_file_name (filename, BVAR (current_buffer, directory)), BVAR 4095 src/fileio.c = (!NILP (visit) && NILP (BVAR (current_buffer, undo_list)) BVAR 4112 src/fileio.c if (!NILP (BVAR (current_buffer, read_only))) BVAR 4323 src/fileio.c bset_directory (buf, BVAR (current_buffer, directory)); BVAR 4366 src/fileio.c if (NILP (BVAR (current_buffer, enable_multibyte_characters))) BVAR 4503 src/fileio.c && ! NILP (BVAR (current_buffer, enable_multibyte_characters)) BVAR 4522 src/fileio.c if (! NILP (BVAR (current_buffer, enable_multibyte_characters))) BVAR 4529 src/fileio.c if (! NILP (BVAR (current_buffer, enable_multibyte_characters))) BVAR 4591 src/fileio.c = ! NILP (BVAR (current_buffer, enable_multibyte_characters)); BVAR 4674 src/fileio.c if (! NILP (BVAR (current_buffer, enable_multibyte_characters))) BVAR 4691 src/fileio.c if (! NILP (BVAR (current_buffer, enable_multibyte_characters))) BVAR 4757 src/fileio.c if (!NILP (BVAR (current_buffer, file_truename)) BVAR 4759 src/fileio.c && !NILP (BVAR (current_buffer, filename)) BVAR 4863 src/fileio.c Funlock_file (BVAR (current_buffer, file_truename)); BVAR 4896 src/fileio.c = BVAR (current_buffer, enable_multibyte_characters); BVAR 4899 src/fileio.c Fcons (BVAR (current_buffer, undo_list), BVAR 4936 src/fileio.c if (NILP (BVAR (current_buffer, enable_multibyte_characters))) BVAR 4965 src/fileio.c = !NILP (BVAR (current_buffer, enable_multibyte_characters)); BVAR 4980 src/fileio.c eassert (NILP (BVAR (current_buffer, enable_multibyte_characters))); BVAR 5021 src/fileio.c XSETFASTINT (BVAR (current_buffer, save_length), Z - BEG); BVAR 5024 src/fileio.c if (!NILP (BVAR (current_buffer, file_truename))) BVAR 5025 src/fileio.c Funlock_file (BVAR (current_buffer, file_truename)); BVAR 5065 src/fileio.c old_undo = BVAR (current_buffer, undo_list); BVAR 5223 src/fileio.c && NILP (Fstring_equal (BVAR (current_buffer, filename), BVAR 5224 src/fileio.c BVAR (current_buffer, auto_save_file_name)))) BVAR 5253 src/fileio.c val = BVAR (current_buffer, buffer_file_coding_system); BVAR 5258 src/fileio.c if (NILP (BVAR (current_buffer, enable_multibyte_characters))) BVAR 5276 src/fileio.c val = BVAR (current_buffer, buffer_file_coding_system); BVAR 5308 src/fileio.c Lisp_Object dflt = BVAR (&buffer_defaults, buffer_file_coding_system); BVAR 5323 src/fileio.c if (!STRINGP (start) && EQ (Qt, BVAR (current_buffer, selective_display))) BVAR 5442 src/fileio.c XSETFASTINT (BVAR (current_buffer, save_length), Z - BEG); BVAR 5696 src/fileio.c && ! NILP (Fstring_equal (BVAR (current_buffer, filename), BVAR 5697 src/fileio.c BVAR (current_buffer, auto_save_file_name))); BVAR 5701 src/fileio.c XSETFASTINT (BVAR (current_buffer, save_length), Z - BEG); BVAR 5792 src/fileio.c if (auto_saving && (!EQ (BVAR (current_buffer, auto_save_file_format), Qt))) BVAR 5793 src/fileio.c p = BVAR (current_buffer, auto_save_file_format); BVAR 5795 src/fileio.c p = BVAR (current_buffer, file_format); BVAR 5994 src/fileio.c if (!STRINGP (BVAR (b, filename))) return Qt; BVAR 5999 src/fileio.c handler = Ffind_file_name_handler (BVAR (b, filename), BVAR 6004 src/fileio.c filename = ENCODE_FILE (BVAR (b, filename)); BVAR 6068 src/fileio.c filename = Fexpand_file_name (BVAR (current_buffer, filename), Qnil); BVAR 6100 src/fileio.c Lisp_Object msg = CALLN (Fformat, format, BVAR (current_buffer, name), BVAR 6117 src/fileio.c if (! NILP (BVAR (current_buffer, filename))) BVAR 6119 src/fileio.c if (emacs_fstatat (AT_FDCWD, SSDATA (BVAR (current_buffer, filename)), BVAR 6124 src/fileio.c else if (modes = Ffile_modes (BVAR (current_buffer, filename), Qnil), BVAR 6131 src/fileio.c Fwrite_region (Qnil, Qnil, BVAR (current_buffer, auto_save_file_name), Qnil, BVAR 6266 src/fileio.c if (STRINGP (BVAR (b, auto_save_file_name)) BVAR 6270 src/fileio.c if (!NILP (BVAR (b, filename))) BVAR 6271 src/fileio.c fwrite (SDATA (BVAR (b, filename)), 1, BVAR 6272 src/fileio.c SBYTES (BVAR (b, filename)), stream); BVAR 6274 src/fileio.c fwrite (SDATA (BVAR (b, auto_save_file_name)), 1, BVAR 6275 src/fileio.c SBYTES (BVAR (b, auto_save_file_name)), stream); BVAR 6292 src/fileio.c if (STRINGP (BVAR (b, auto_save_file_name)) BVAR 6296 src/fileio.c && FIXNUMP (BVAR (b, save_length)) BVAR 6297 src/fileio.c && XFIXNUM (BVAR (b, save_length)) >= 0 BVAR 6299 src/fileio.c || NILP (Ffind_file_name_handler (BVAR (b, auto_save_file_name), BVAR 6315 src/fileio.c && FIXNUMP (BVAR (b, save_length)) BVAR 6318 src/fileio.c && XFIXNUM (BVAR (b, save_length)) > 5000 BVAR 6320 src/fileio.c < (growth_factor - 1) * XFIXNUM (BVAR (b, save_length))) BVAR 6322 src/fileio.c && !NILP (BVAR (b, filename)) BVAR 6328 src/fileio.c BVAR (b, name), 1); BVAR 6332 src/fileio.c XSETINT (BVAR (b, save_length), -1); BVAR 6341 src/fileio.c XSETFASTINT (BVAR (current_buffer, save_length), Z - BEG); BVAR 6387 src/fileio.c XSETFASTINT (BVAR (current_buffer, save_length), Z - BEG); BVAR 634 src/filelock.c if (STRINGP (BVAR (b, file_truename)) BVAR 636 src/filelock.c Funlock_file (BVAR (b, file_truename)); BVAR 695 src/filelock.c file = BVAR (current_buffer, file_truename); BVAR 715 src/filelock.c && STRINGP (BVAR (current_buffer, file_truename))) BVAR 716 src/filelock.c Funlock_file (BVAR (current_buffer, file_truename)); BVAR 726 src/filelock.c && STRINGP (BVAR (buffer, file_truename))) BVAR 727 src/filelock.c Funlock_file (BVAR (buffer, file_truename)); BVAR 3783 src/fns.c !NILP (BVAR (current_buffer, enable_multibyte_characters))); BVAR 4002 src/fns.c bool multibyte = !NILP (BVAR (current_buffer, enable_multibyte_characters)); BVAR 5685 src/fns.c coding_system = BVAR (XBUFFER (object), buffer_file_coding_system); BVAR 5690 src/fns.c if (NILP (BVAR (current_buffer, enable_multibyte_characters))) BVAR 5706 src/fns.c && !NILP (BVAR (XBUFFER (object), buffer_file_coding_system))) BVAR 5710 src/fns.c coding_system = BVAR (XBUFFER (object), buffer_file_coding_system); BVAR 3600 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 11735 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 1904 src/insdel.c if (ret_string || ! EQ (BVAR (current_buffer, undo_list), Qt)) BVAR 1983 src/insdel.c if (EQ (BVAR (current_buffer, undo_list), Qt)) BVAR 2012 src/insdel.c if (!NILP (BVAR (current_buffer, read_only))) BVAR 2050 src/insdel.c if (!NILP (BVAR (base_buffer, file_truename)) BVAR 2052 src/insdel.c && !NILP (BVAR (base_buffer, filename)) BVAR 2054 src/insdel.c Flock_file (BVAR (base_buffer, file_truename)); BVAR 2058 src/insdel.c if (!NILP (BVAR (current_buffer, mark_active)) BVAR 2059 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 1581 src/keyboard.c if (!NILP (BVAR (current_buffer, mark_active)) BVAR 1609 src/keyboard.c && XMARKER (BVAR (current_buffer, mark))->buffer BVAR 11221 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 314 src/lread.c if (! NILP (BVAR (inbuffer, enable_multibyte_characters))) BVAR 344 src/lread.c if (! NILP (BVAR (inbuffer, enable_multibyte_characters))) BVAR 522 src/lread.c if (! NILP (BVAR (b, enable_multibyte_characters))) BVAR 535 src/lread.c if (! NILP (BVAR (b, enable_multibyte_characters))) BVAR 2079 src/lread.c filename = Fexpand_file_name (filename, BVAR (current_buffer, directory)); BVAR 2660 src/lread.c filename = BVAR (XBUFFER (buf), filename); BVAR 2702 src/lread.c readevalloop (cbuf, 0, BVAR (XBUFFER (cbuf), filename), BVAR 50 src/marker.c if (NILP (BVAR (b, enable_multibyte_characters))) BVAR 588 src/marker.c && EQ (marker, BVAR (m->buffer, mark)) BVAR 589 src/marker.c && !NILP (BVAR (m->buffer, mark_active)) 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 1331 src/msdos.c if (EQ (BVAR (b,cursor_type), Qt)) BVAR 1333 src/msdos.c else if (NILP (BVAR (b, cursor_type))) /* nil means no cursor */ BVAR 1336 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 1043 src/process.c if (NILP (BVAR (XBUFFER (obj), name))) BVAR 1047 src/process.c error ("Buffer %s has no process", SDATA (BVAR (XBUFFER (obj), name))); BVAR 1829 src/process.c = Ffind_file_name_handler (BVAR (current_buffer, directory), BVAR 2507 src/process.c else if ((!NILP (buffer) && NILP (BVAR (XBUFFER (buffer), enable_multibyte_characters))) BVAR 2508 src/process.c || (NILP (buffer) && NILP (BVAR (&buffer_defaults, enable_multibyte_characters)))) BVAR 2533 src/process.c else if (NILP (BVAR (current_buffer, enable_multibyte_characters))) BVAR 3232 src/process.c else if ((!NILP (buffer) && NILP (BVAR (XBUFFER (buffer), enable_multibyte_characters))) BVAR 3233 src/process.c || (NILP (buffer) && NILP (BVAR (&buffer_defaults, enable_multibyte_characters)))) BVAR 3246 src/process.c else if ((!NILP (buffer) && NILP (BVAR (XBUFFER (buffer), enable_multibyte_characters))) BVAR 3247 src/process.c || (NILP (buffer) && NILP (BVAR (&buffer_defaults, enable_multibyte_characters)))) BVAR 3289 src/process.c && NILP (BVAR (XBUFFER (p->buffer), enable_multibyte_characters))) BVAR 3291 src/process.c && NILP (BVAR (&buffer_defaults, enable_multibyte_characters)))) BVAR 3322 src/process.c else if (NILP (BVAR (current_buffer, enable_multibyte_characters))) BVAR 6252 src/process.c okeymap = BVAR (current_buffer, keymap); BVAR 6359 src/process.c old_read_only = BVAR (current_buffer, read_only); BVAR 6380 src/process.c if (NILP (BVAR (current_buffer, enable_multibyte_characters)) BVAR 6534 src/process.c && !NILP (BVAR (XBUFFER (object), enable_multibyte_characters))) BVAR 7580 src/process.c okeymap = BVAR (current_buffer, keymap); BVAR 7740 src/process.c if (NILP (BVAR (current_buffer, enable_multibyte_characters))) BVAR 7757 src/process.c tem = BVAR (current_buffer, read_only); BVAR 8163 src/process.c if (NILP (BVAR (XBUFFER (p->buffer), enable_multibyte_characters))) BVAR 8288 src/process.c = Ffind_file_name_handler (BVAR (current_buffer, directory), BVAR 8352 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 221 src/search.c BVAR (current_buffer, syntax_table))) BVAR 273 src/search.c set_char_table_extras (BVAR (current_buffer, case_canon_table), 2, BVAR 274 src/search.c BVAR (current_buffer, case_eqv_table)); BVAR 284 src/search.c (!NILP (BVAR (current_buffer, case_fold_search)) BVAR 285 src/search.c ? BVAR (current_buffer, case_canon_table) : Qnil), BVAR 287 src/search.c !NILP (BVAR (current_buffer, enable_multibyte_characters))); BVAR 398 src/search.c set_char_table_extras (BVAR (current_buffer, case_canon_table), 2, BVAR 399 src/search.c BVAR (current_buffer, case_eqv_table)); BVAR 405 src/search.c (!NILP (BVAR (current_buffer, case_fold_search)) BVAR 406 src/search.c ? BVAR (current_buffer, case_canon_table) BVAR 575 src/search.c multibyte = ! NILP (BVAR (current_buffer, enable_multibyte_characters)); BVAR 615 src/search.c if (NILP (BVAR (buf, cache_long_scans))) BVAR 618 src/search.c || NILP (BVAR (base_buf, cache_long_scans))) BVAR 632 src/search.c || !NILP (BVAR (base_buf, cache_long_scans))) BVAR 1067 src/search.c set_char_table_extras (BVAR (current_buffer, case_canon_table), 2, BVAR 1068 src/search.c BVAR (current_buffer, case_eqv_table)); BVAR 1071 src/search.c (!NILP (BVAR (current_buffer, case_fold_search)) BVAR 1072 src/search.c ? BVAR (current_buffer, case_canon_table) BVAR 1074 src/search.c (!NILP (BVAR (current_buffer, case_fold_search)) BVAR 1075 src/search.c ? BVAR (current_buffer, case_eqv_table) BVAR 1171 src/search.c !NILP (BVAR (current_buffer, enable_multibyte_characters))); BVAR 1304 src/search.c bool multibyte = !NILP (BVAR (current_buffer, enable_multibyte_characters)); BVAR 1558 src/search.c bool multibyte = ! NILP (BVAR (current_buffer, enable_multibyte_characters)); BVAR 1774 src/search.c bool multibyte = ! NILP (BVAR (current_buffer, enable_multibyte_characters)); BVAR 2636 src/search.c bool buf_multibyte = !NILP (BVAR (current_buffer, enable_multibyte_characters)); BVAR 3325 src/search.c if (NILP (BVAR (buf, cache_long_scans)) BVAR 410 src/syntax.c gl_state.current_syntax_table = BVAR (current_buffer, syntax_table); BVAR 551 src/syntax.c - (!NILP (BVAR (current_buffer, enable_multibyte_characters)) BVAR 992 src/syntax.c return BVAR (current_buffer, syntax_table); BVAR 1099 src/syntax.c if (NILP (BVAR (current_buffer, enable_multibyte_characters))) BVAR 1266 src/syntax.c syntax_table = BVAR (current_buffer, syntax_table); BVAR 1678 src/syntax.c multibyte = (!NILP (BVAR (current_buffer, enable_multibyte_characters)) BVAR 2118 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 104 src/syntax.h return CHAR_TABLE_REF (BVAR (current_buffer, syntax_table), c); BVAR 207 src/syntax.h gl_state.current_syntax_table = BVAR (current_buffer, syntax_table); BVAR 125 src/textconv.c if (!NILP (BVAR (current_buffer, mark_active)) BVAR 126 src/textconv.c && XMARKER (BVAR (current_buffer, mark))->buffer) BVAR 127 src/textconv.c return marker_position (BVAR (current_buffer, BVAR 1142 src/textconv.c && !NILP (BVAR (current_buffer, mark_active))) BVAR 1736 src/textconv.c if (!NILP (BVAR (current_buffer, mark_active)) BVAR 1737 src/textconv.c && XMARKER (BVAR (current_buffer, mark))->buffer) BVAR 1739 src/textconv.c start = marker_position (BVAR (current_buffer, mark)); BVAR 2337 src/textprop.c && (!NILP (BVAR (current_buffer, read_only)) BVAR 795 src/treesit.c Lisp_Object parser_list = BVAR (base_buffer, ts_parser_list); BVAR 1412 src/treesit.c Lisp_Object tail = BVAR (buf, ts_parser_list); BVAR 1439 src/treesit.c BVAR (buf, ts_parser_list) = Fcons (lisp_parser, BVAR (buf, ts_parser_list)); BVAR 1456 src/treesit.c BVAR (buf, ts_parser_list) BVAR 1457 src/treesit.c = Fdelete (parser, BVAR (buf, ts_parser_list)); BVAR 1489 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 8322 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 3800 src/window.c else if (!NILP (Fassoc (symbol, BVAR (XBUFFER (buffer), local_var_alist), BVAR 4115 src/window.c if (INTEGERP (BVAR (b, display_count))) BVAR 4116 src/window.c bset_display_count (b, Fadd1 (BVAR (b, display_count))); BVAR 4156 src/window.c set_window_fringes (w, BVAR (b, left_fringe_width), BVAR 4157 src/window.c BVAR (b, right_fringe_width), BVAR 4158 src/window.c BVAR (b, fringes_outside_margins), Qnil); BVAR 4160 src/window.c set_window_scroll_bars (w, BVAR (b, scroll_bar_width), BVAR 4161 src/window.c BVAR (b, vertical_scroll_bar_type), BVAR 4162 src/window.c BVAR (b, scroll_bar_height), BVAR 4163 src/window.c BVAR (b, horizontal_scroll_bar_type), Qnil); BVAR 4165 src/window.c set_window_margins (w, BVAR (b, left_margin_cols), BVAR 4166 src/window.c BVAR (b, right_margin_cols)); BVAR 4223 src/window.c error ("Window is dedicated to `%s'", SDATA (BVAR (XBUFFER (tem), name))); BVAR 4297 src/window.c bset_directory (XBUFFER (buf), BVAR (current_buffer, directory)); BVAR 5471 src/window.c || !NILP (BVAR (XBUFFER (WINDOW_BUFFER (w)), mode_line_format))) BVAR 5501 src/window.c || !NILP (BVAR (XBUFFER (WINDOW_BUFFER (w)), header_line_format))) BVAR 5535 src/window.c || !NILP (BVAR (XBUFFER (WINDOW_BUFFER (w)), tab_line_format))) BVAR 5582 src/window.c b->long_line_optimizations_p && !NILP (BVAR (b, truncate_lines)); BVAR 7366 src/window.c BVAR (XBUFFER (XWINDOW (selected_window)->contents), BVAR 632 src/xdisp.c ? BVAR (current_buffer, fill_column) BVAR 1593 src/xdisp.c Lisp_Object val = BVAR (b, extra_line_spacing); BVAR 1596 src/xdisp.c val = BVAR (&buffer_defaults, extra_line_spacing); BVAR 1734 src/xdisp.c ? BVAR (current_buffer, mode_line_format) BVAR 1746 src/xdisp.c ? BVAR (current_buffer, tab_line_format) BVAR 1758 src/xdisp.c ? BVAR (current_buffer, header_line_format) BVAR 3290 src/xdisp.c if (FIXNATP (BVAR (current_buffer, extra_line_spacing))) BVAR 3291 src/xdisp.c it->extra_line_spacing = XFIXNAT (BVAR (current_buffer, extra_line_spacing)); BVAR 3292 src/xdisp.c else if (FLOATP (BVAR (current_buffer, extra_line_spacing))) BVAR 3293 src/xdisp.c it->extra_line_spacing = (XFLOAT_DATA (BVAR (current_buffer, extra_line_spacing)) BVAR 3311 src/xdisp.c it->ctl_arrow_p = !NILP (BVAR (current_buffer, ctl_arrow)); BVAR 3316 src/xdisp.c it->selective = (FIXNUMP (BVAR (current_buffer, selective_display)) BVAR 3318 src/xdisp.c (-1, XFIXNUM (BVAR (current_buffer, selective_display)), BVAR 3320 src/xdisp.c : (!NILP (BVAR (current_buffer, selective_display)) BVAR 3323 src/xdisp.c = !NILP (BVAR (current_buffer, selective_display_ellipses)); BVAR 3329 src/xdisp.c it->multibyte_p = !NILP (BVAR (current_buffer, enable_multibyte_characters)); BVAR 3344 src/xdisp.c && NILP (BVAR (current_buffer, truncate_lines))) BVAR 3345 src/xdisp.c it->line_wrap = NILP (BVAR (current_buffer, word_wrap)) BVAR 3496 src/xdisp.c && !NILP (BVAR (current_buffer, bidi_display_reordering)) BVAR 3518 src/xdisp.c if (EQ (BVAR (current_buffer, bidi_paragraph_direction), BVAR 3521 src/xdisp.c else if (EQ (BVAR (current_buffer, bidi_paragraph_direction), BVAR 4260 src/xdisp.c if (!NILP (BVAR (current_buffer, enable_multibyte_characters)) BVAR 4277 src/xdisp.c && !NILP (BVAR (current_buffer, enable_multibyte_characters)) BVAR 7734 src/xdisp.c it->multibyte_p = !NILP (BVAR (current_buffer, enable_multibyte_characters)); BVAR 7809 src/xdisp.c && !NILP (BVAR (&buffer_defaults, bidi_display_reordering)); BVAR 9570 src/xdisp.c && !NILP (BVAR (current_buffer, enable_multibyte_characters)) BVAR 11559 src/xdisp.c ? BVAR (current_buffer, tab_line_format) BVAR 11571 src/xdisp.c ? BVAR (current_buffer, header_line_format) BVAR 11583 src/xdisp.c ? BVAR (current_buffer, mode_line_format) BVAR 11902 src/xdisp.c && NILP (BVAR (current_buffer, enable_multibyte_characters))) BVAR 11915 src/xdisp.c && ! NILP (BVAR (current_buffer, enable_multibyte_characters))) BVAR 12596 src/xdisp.c && !NILP (BVAR (current_buffer, enable_multibyte_characters))) BVAR 12598 src/xdisp.c else if (NILP (BVAR (current_buffer, enable_multibyte_characters))) BVAR 13078 src/xdisp.c && !NILP (BVAR (current_buffer, enable_multibyte_characters))) BVAR 13080 src/xdisp.c else if (NILP (BVAR (current_buffer, enable_multibyte_characters))) BVAR 13084 src/xdisp.c if (!NILP (BVAR (current_buffer, bidi_display_reordering))) BVAR 16297 src/xdisp.c && STRINGP (BVAR (XBUFFER (w->contents), name))) BVAR 16298 src/xdisp.c ? SSDATA (BVAR (XBUFFER (w->contents), name)) BVAR 16333 src/xdisp.c && FIXNUMP (BVAR (current_buffer, selective_display)) BVAR 16334 src/xdisp.c && XFIXNUM (BVAR (current_buffer, selective_display)) > 0 BVAR 16362 src/xdisp.c if (!NILP (BVAR (XBUFFER (w->contents), bidi_display_reordering)) BVAR 16363 src/xdisp.c && NILP (BVAR (XBUFFER (w->contents), bidi_paragraph_direction))) BVAR 17641 src/xdisp.c if (XMARKER (BVAR (b, mark))->buffer == b BVAR 17642 src/xdisp.c && !NILP (BVAR (b, mark_active))) BVAR 17643 src/xdisp.c w->last_mark = marker_position (BVAR (b, mark)); BVAR 17893 src/xdisp.c ? SSDATA (BVAR (current_buffer, name)) BVAR 17895 src/xdisp.c ? SSDATA (BVAR (XBUFFER (contents), name)) BVAR 18724 src/xdisp.c else if (NUMBERP (BVAR (current_buffer, scroll_down_aggressively)) BVAR 18725 src/xdisp.c || NUMBERP (BVAR (current_buffer, scroll_up_aggressively))) BVAR 18823 src/xdisp.c aggressive = BVAR (current_buffer, scroll_up_aggressively); BVAR 18940 src/xdisp.c aggressive = BVAR (current_buffer, scroll_down_aggressively); BVAR 19359 src/xdisp.c && !NILP (BVAR (XBUFFER (w->contents), bidi_display_reordering))) BVAR 19423 src/xdisp.c && !NILP (BVAR (XBUFFER (w->contents), bidi_display_reordering))) BVAR 19927 src/xdisp.c (disptab, XVECTOR (BVAR (current_buffer, width_table)))) BVAR 20394 src/xdisp.c || NUMBERP (BVAR (current_buffer, scroll_up_aggressively)) BVAR 20395 src/xdisp.c || NUMBERP (BVAR (current_buffer, scroll_down_aggressively))) BVAR 20469 src/xdisp.c ? BVAR (current_buffer, scroll_up_aggressively) BVAR 20470 src/xdisp.c : BVAR (current_buffer, scroll_down_aggressively); BVAR 21440 src/xdisp.c if (!NILP (BVAR (XBUFFER (w->contents), bidi_display_reordering))) BVAR 21759 src/xdisp.c if (NILP (BVAR (XBUFFER (w->contents), bidi_display_reordering)) BVAR 21929 src/xdisp.c if (!NILP (BVAR (XBUFFER (w->contents), word_wrap))) BVAR 21940 src/xdisp.c if (!NILP (BVAR (XBUFFER (w->contents), bidi_display_reordering)) BVAR 21941 src/xdisp.c && NILP (BVAR (XBUFFER (w->contents), bidi_paragraph_direction))) BVAR 21946 src/xdisp.c if (!NILP (BVAR (XBUFFER (w->contents), extra_line_spacing))) BVAR 23056 src/xdisp.c multibyte_p = !NILP (BVAR (buffer, enable_multibyte_characters)); BVAR 25123 src/xdisp.c if (!NILP (BVAR (XBUFFER (it->w->contents), indicate_empty_lines)) BVAR 25897 src/xdisp.c if (NILP (BVAR (buf, bidi_display_reordering)) BVAR 25898 src/xdisp.c || NILP (BVAR (buf, enable_multibyte_characters)) BVAR 25903 src/xdisp.c else if (!NILP (BVAR (buf, bidi_paragraph_direction))) BVAR 25904 src/xdisp.c return BVAR (buf, bidi_paragraph_direction); BVAR 26063 src/xdisp.c if (NILP (BVAR (buf, bidi_display_reordering)) BVAR 26064 src/xdisp.c || NILP (BVAR (buf, enable_multibyte_characters)) BVAR 27086 src/xdisp.c ? BVAR (current_buffer, mode_line_format) BVAR 27098 src/xdisp.c ? BVAR (current_buffer, tab_line_format) BVAR 27110 src/xdisp.c ? BVAR (current_buffer, header_line_format) BVAR 28144 src/xdisp.c bool multibyte = !NILP (BVAR (current_buffer, enable_multibyte_characters)); BVAR 28256 src/xdisp.c if (!NILP (BVAR (b, read_only))) BVAR 28266 src/xdisp.c if (!NILP (BVAR (b, read_only))) BVAR 28328 src/xdisp.c obj = BVAR (b, name); BVAR 28370 src/xdisp.c obj = BVAR (b, filename); BVAR 28523 src/xdisp.c obj = BVAR (b, mode_name); BVAR 28626 src/xdisp.c Lisp_Object curdir = BVAR (current_buffer, directory); BVAR 28659 src/xdisp.c p = decode_mode_spec_coding (BVAR (b, buffer_file_coding_system), BVAR 28723 src/xdisp.c = (!NILP (BVAR (current_buffer, selective_display)) BVAR 28724 src/xdisp.c && !FIXNUMP (BVAR (current_buffer, selective_display))); BVAR 33286 src/xdisp.c if (EQ (BVAR (b, cursor_type), Qt) || NILP (BVAR (b, cursor_type))) BVAR 33292 src/xdisp.c return get_specified_cursor_type (BVAR (b, cursor_type), width); BVAR 33314 src/xdisp.c if (NILP (BVAR (b, cursor_type))) BVAR 33318 src/xdisp.c if (EQ (BVAR (b, cursor_type), Qt)) BVAR 33324 src/xdisp.c cursor_type = get_specified_cursor_type (BVAR (b, cursor_type), width); BVAR 33330 src/xdisp.c alt_cursor = BVAR (b, cursor_in_non_selected_windows); BVAR 33364 src/xdisp.c || (CONSP (BVAR (b, cursor_type)) BVAR 33384 src/xdisp.c if ((alt_cursor = Fassoc (BVAR (b, cursor_type), Vblink_cursor_alist, Qnil), !NILP (alt_cursor))) BVAR 35873 src/xdisp.c = NILP (BVAR (XBUFFER (buffer), bidi_display_reordering)) BVAR 35877 src/xdisp.c = NILP (BVAR (XBUFFER (buffer), bidi_display_reordering)) BVAR 6573 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)); \