Home
last modified time | relevance | path

Searched refs:desired_tool_bar_string (Results 1 – 12 of 12) sorted by relevance

/dports/editors/emacs-devel/emacs-4d1968b/admin/coccinelle/
H A Dframe.cocci63 - F->desired_tool_bar_string
64 + FVAR (F, desired_tool_bar_string)
128 - XFRAME (F)->desired_tool_bar_string
129 + FVAR (XFRAME (F), desired_tool_bar_string)
/dports/editors/emacs/emacs-27.2/admin/coccinelle/
H A Dframe.cocci63 - F->desired_tool_bar_string
64 + FVAR (F, desired_tool_bar_string)
128 - XFRAME (F)->desired_tool_bar_string
129 + FVAR (XFRAME (F), desired_tool_bar_string)
/dports/editors/emacs/emacs-27.2/src/
H A Dframe.h198 Lisp_Object desired_tool_bar_string; member
784 f->desired_tool_bar_string = val; in fset_desired_tool_bar_string()
H A Dxdisp.c13804 size = (STRINGP (f->desired_tool_bar_string) in build_desired_tool_bar_string()
13805 ? SCHARS (f->desired_tool_bar_string) in build_desired_tool_bar_string()
13812 if (size < size_needed || NILP (f->desired_tool_bar_string)) in build_desired_tool_bar_string()
13819 props, f->desired_tool_bar_string); in build_desired_tool_bar_string()
13938 end = SCHARS (f->desired_tool_bar_string); in build_desired_tool_bar_string()
13942 props, f->desired_tool_bar_string); in build_desired_tool_bar_string()
14100 reseat_to_string (&it, NULL, f->desired_tool_bar_string, in tool_bar_height()
14101 0, 0, 0, STRING_MULTIBYTE (f->desired_tool_bar_string)); in tool_bar_height()
14188 reseat_to_string (&it, NULL, f->desired_tool_bar_string, in redisplay_tool_bar()
14189 0, 0, 0, STRING_MULTIBYTE (f->desired_tool_bar_string)); in redisplay_tool_bar()
H A Ddispnew.c3224 fset_current_tool_bar_string (f, f->desired_tool_bar_string); in update_frame()
H A DChangeLog.1312780 Move tool_bar_window, desired_tool_bar_string, current_tool_bar_string
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dframe.h199 Lisp_Object desired_tool_bar_string; member
798 f->desired_tool_bar_string = val; in fset_desired_tool_bar_string()
H A Dxdisp.c14490 size = (STRINGP (f->desired_tool_bar_string) in build_desired_tool_bar_string()
14491 ? SCHARS (f->desired_tool_bar_string) in build_desired_tool_bar_string()
14498 if (size < size_needed || NILP (f->desired_tool_bar_string)) in build_desired_tool_bar_string()
14505 props, f->desired_tool_bar_string); in build_desired_tool_bar_string()
14624 end = SCHARS (f->desired_tool_bar_string); in build_desired_tool_bar_string()
14628 props, f->desired_tool_bar_string); in build_desired_tool_bar_string()
14786 reseat_to_string (&it, NULL, f->desired_tool_bar_string, in tool_bar_height()
14787 0, 0, 0, STRING_MULTIBYTE (f->desired_tool_bar_string)); in tool_bar_height()
14868 reseat_to_string (&it, NULL, f->desired_tool_bar_string, in redisplay_tool_bar()
14869 0, 0, 0, STRING_MULTIBYTE (f->desired_tool_bar_string)); in redisplay_tool_bar()
H A Ddispnew.c3235 fset_current_tool_bar_string (f, f->desired_tool_bar_string); in update_frame()
H A DChangeLog.1312780 Move tool_bar_window, desired_tool_bar_string, current_tool_bar_string
/dports/editors/emacs-devel/emacs-4d1968b/etc/
H A DTODO1160 f->desired_tool_bar_string multibyte with STRING_SET_MULTIBYTE. Some
/dports/editors/emacs/emacs-27.2/etc/
H A DTODO1161 f->desired_tool_bar_string multibyte with STRING_SET_MULTIBYTE. Some