• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/emacs-93/emacs/src/

Lines Matching +defs:child +defs:name

196 /* Regexp matching a font name whose width is the same as `PIXEL_SIZE'.  */
626 Window child, rootw;
652 &child);
671 &child);
1236 : f->name)));
1277 : f->name)));
1442 VALUE should be a string, a color name. If it isn't a string or
1443 isn't a valid color name, do nothing. OLDVAL is the old value of
1477 should be a string, a color name. If it isn't a string or isn't a
1478 valid color name, do nothing. OLDVAL is the old value of the frame
1607 /* Set the WM name to NAME for frame F. Also set the icon name.
1608 If the frame already has an icon name, use that, otherwise set the
1609 icon name to NAME. */
1612 x_set_name_internal (f, name)
1614 Lisp_Object name;
1631 GCPRO1 (name);
1632 encoded_name = ENCODE_UTF_8 (name);
1651 text.value = x_encode_text (name, coding_system, 0, &bytes, &stringp,
1689 SDATA (name));
1691 SDATA (name));
1697 /* Change the name of frame F to NAME. If NAME is nil, set F's name to
1701 name; if NAME is a string, set F's name to NAME and set
1705 suggesting a new name, which lisp code should override; if
1706 F->explicit_name is set, ignore the new name; otherwise, set it. */
1709 x_set_name (f, name, explicit)
1711 Lisp_Object name;
1720 if (f->explicit_name && NILP (name))
1723 f->explicit_name = ! NILP (name);
1728 /* If NAME is nil, set the name to the x_id_name. */
1729 if (NILP (name))
1734 SDATA (f->name)))
1736 name = build_string (FRAME_X_DISPLAY_INFO (f)->x_id_name);
1739 CHECK_STRING (name);
1741 /* Don't change the name if it's already NAME. */
1742 if (! NILP (Fstring_equal (name, f->name)))
1745 f->name = name;
1748 the name parameter. */
1750 name = f->title;
1752 x_set_name_internal (f, name);
1756 specified a name for the frame; the name will override any set by the
1767 name; names set this way will never override names set by the user's
1779 If NAME is nil, use the frame name as the title.
1782 name; if NAME is a string, set F's name to NAME and set
1786 suggesting a new name, which lisp code should override; if
1787 F->explicit_name is set, ignore the new name; otherwise, set it. */
1790 x_set_title (f, name, old_name)
1792 Lisp_Object name, old_name;
1795 if (EQ (name, f->title))
1800 f->title = name;
1802 if (NILP (name))
1803 name = f->name;
1805 CHECK_STRING (name);
1807 x_set_name_internal (f, name);
2006 /* Create an X fontset on frame F with base font name BASE_FONTNAME. */
2010 /* Create an Xt fontset spec from the name of a base font.
2020 /* Make a fontset name from the base font name. */
2022 { /* There is no base font name, use the default. */
2030 /* Make a fontset name from the base font name.
2041 { /* As the font name doesn't conform to XLFD, we can't
2118 /* Build the actual font set name. */
2426 /* Set X fontset for XIC of frame F, using base font name
2477 /* Use the resource name as the top-level widget name
2481 Elsewhere we specify the window name for the window manager. */
2676 /* x_set_name normally ignores requests to set the name if the
2677 requested name is the same as the current name. This is the one
2678 place where that assumption isn't correct; f->name is set, but
2681 Lisp_Object name;
2685 name = f->name;
2686 f->name = Qnil;
2687 x_set_name (f, name, explicit);
2821 /* x_set_name normally ignores requests to set the name if the
2822 requested name is the same as the current name. This is the one
2823 place where that assumption isn't correct; f->name is set, but
2826 Lisp_Object name;
2830 name = f->name;
2831 f->name = Qnil;
2832 x_set_name (f, name, explicit);
2910 : f->name)));
3076 Lisp_Object name;
3092 until we know if this frame has a specified name. */
3105 name = x_get_arg (dpyinfo, parms, Qname, "name", "Name", RES_TYPE_STRING);
3106 if (!STRINGP (name)
3107 && ! EQ (name, Qunbound)
3108 && ! NILP (name))
3109 error ("Invalid frame name--not a string or nil");
3111 if (STRINGP (name))
3112 Vx_resource_name = name;
3125 GCPRO4 (parms, parent, name, frame);
3221 /* Set the name; the functions to which we pass f expect the name to
3223 if (EQ (name, Qunbound) || NILP (name))
3225 f->name = build_string (dpyinfo->x_id_name);
3230 f->name = name;
3233 specbind (Qx_resource_name, name);
3594 DISPLAY should be either a frame or a display name (a string).
3623 DISPLAY should be either a frame or a display name (a string).
3637 DISPLAY should be either a frame or a display name (a string).
3651 DISPLAY should be either a frame or a display name (a string).
3665 DISPLAY should be either a frame or a display name (a string).
3690 DISPLAY should be either a frame or a display name (a string).
3705 DISPLAY should be either a frame or a display name (a string).
3724 DISPLAY should be either a frame or a display name (a string).
3740 DISPLAY should be either a frame or a display name (a string).
3753 DISPLAY should be either a frame or a display name (a string).
3766 DISPLAY should be either a frame or a display name (a string).
3781 DISPLAY should be either a frame or a display name (a string).
3818 DISPLAY should be either a frame or a display name (a string).
3858 DISPLAY should be either a frame or a display name (a string).
3920 char *name;
3938 the X function with the same name when that doesn't exist. */
3996 for (i = 0; visual_classes[i].name; ++i)
3997 if (xstricmp (s, visual_classes[i].name) == 0)
4039 x_display_info_for_name (name)
4040 Lisp_Object name;
4045 CHECK_STRING (name);
4055 tem = Fstring_equal (XCAR (XCAR (names)), name);
4065 dpyinfo = x_term_init (name, (char *)0,
4069 error ("Cannot connect to X server %s", SDATA (name));
4081 DISPLAY is the name of the display to connect to.
4132 For DISPLAY, specify either a frame or a display name (a string).
4146 if (dpyinfo->font_table[i].name)
4190 DISPLAY should be either a frame or a display name (a string).
4229 If TYPE is given and non-nil, it is the name of the type of VALUE.
4341 is the name of the Atom that denotes the type expected.
4347 Value is nil if FRAME hasn't a property with name PROP or if PROP has
4701 signal errors, for instance when a specified color name is
4712 Lisp_Object name;
4732 /* Get the name of the frame to use for resource lookup. */
4733 name = x_get_arg (dpyinfo, parms, Qname, "name", "Name", RES_TYPE_STRING);
4734 if (!STRINGP (name)
4735 && !EQ (name, Qunbound)
4736 && !NILP (name))
4737 error ("Invalid frame name--not a string or nil");
4740 GCPRO3 (parms, name, frame);
4808 /* Set the name; the functions to which we pass f expect the name to
4810 if (EQ (name, Qunbound) || NILP (name))
4812 f->name = build_string (dpyinfo->x_id_name);
4817 f->name = name;
4820 specbind (Qx_resource_name, name);
5021 Window root, child;
5034 &root, &child, root_x, root_y, &win_x, &win_y, &pmask);
5406 doc: /* Read file name, prompting with PROMPT in directory DIR.
5475 the result file name, then. */
5578 doc: /* Read file name, prompting with PROMPT in directory DIR.
5717 the PS file generated by `xkbprint -label name
5719 if (bcmp ("DELE", kb->names->keys[i].name, 4) == 0)
5721 else if (bcmp ("BKSP", kb->names->keys[i].name, 4) == 0)
5887 doc: /* Regexp matching a font name whose width is the same as `PIXEL_SIZE'.
5890 PIXEL_SIZE field of the name, font finding mechanism gets faster for