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

Lines Matching defs:?r

7 GNU Emacs is free software; you can redistribute it and/or modify
9 the Free Software Foundation; either version 2, or (at your option)
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
156 of them away or busy-polling the server for mouse positions, we ask
160 example), or by XQueryPointer calls; when one of these happens, we
174 XTmouse_position can know whether to report a scroll bar motion or
1200 *CG_GLYPH is set to the glyph ID or 0 if it cannot be obtained. */
1892 /* Flush display of frame F, or of all frames if F is null. */
1915 XNextEvent, or XWindowEvent according to the XFlush man page.
2130 arrow bitmaps, or clear the fringes if no bitmaps are required
2178 /* Draw the bitmap WHICH in one of the left or right fringes of
2316 /* This is called when exiting or suspending Emacs. Exiting will make
2404 A character with byte2 less than min_char_or_byte2 or
2414 /* If either min_byte1 or max_byte1 are nonzero, both
2488 This may be either a program in a special encoder language or a
2754 line or menu if we don't have X toolkit support. */
2828 when a string preceding S draws into the background of S, or S
2836 /* Nothing to do if background has already been drawn or if it
3172 /* Allocate a color which is lighter or darker than *COLOR by FACTOR
3173 or DELTA. Try a color with RGB values multiplied by FACTOR first.
3242 with which lines will be drawn. Use a color that is FACTOR or
3243 DELTA lighter or darker than the relief's background which is found
3530 least part of a mouse highlight or a block cursor will
3654 taller than image or if image has a clip mask to reduce
3755 /* Don't draw into left margin, fringe or scrollbar area
3986 colors or something like that, then they should be notified. */
4100 /* Keep waiting until past the time wakeup or any input gets
4188 /* Perform an insert-lines or delete-lines operation, inserting N
4189 lines or deleting -N lines at vertical position VPOS. */
4405 /* The focus has changed, or we have redirected a frame's focus to
4410 frame is being highlighted or un-highlighted; we only use it to find
4540 /* MAC TODO: This should be called from somewhere (or removed) ++KFS */
5360 one or the other! */
5413 x_scroll_bar_handle_click (bar, part_code, er, bufp)
5416 const EventRecord *er;
5449 if (er->what == mouseDown)
5575 /* The screen has been cleared so we may have changed foreground or
5597 ROW may be a text row or, e.g., a mode line. Text rows must be
5640 the current matrix is invalid or such, give up. */
6420 /* Force a redisplay sooner or later to update the
6507 MapNotify event has been seen, or until we think we won't get a
6696 FLAGS is the flags word to use--or 0 meaning preserve the flags
6742 /* Used for IconicState or NormalState */
6884 NULL if the pattern is exact (no '*' or '?' in it). */
8028 the values computed. Value is non-zero if smallest_font_height or
8317 ASCII or Latin-1 characters. */
8640 code-points (0x20..0x7F or 0x2020..0x7F7F) of each charset to
8641 the font code-points (0:0x20..0x7F, 1:0xA0..0xFF), or
8693 before, or if the font loaded has a smaller height than any
8870 /* Modifier associated with the control key, or nil to ignore. */
8873 /* Modifier associated with the option key, or nil to ignore. */
8876 /* Modifier associated with the command key, or nil to ignore. */
8879 /* Modifier associated with the function key, or nil to ignore. */
8905 /* Whether or not the screen configuration has changed. */
9054 key. Otherwise, we only process it if an additional Ctrl or Command
9199 mouseDown or mouseUp event. Likewise for dead key events. This
9201 a mouse up/down, or a dead key Carbon event that has not been
10617 mac_wait_next_event (er, sleep_time, dequeue)
10618 EventRecord *er;
10645 *er = er_buf;
10737 EventRecord er;
10764 while (mac_wait_next_event (&er, 0, true))
10778 timestamp = er.when * (1000 / 60); /* ticks to milliseconds */
10783 if (!mac_convert_event_ref (eventRef, &er))
10799 switch (er.what)
10825 part_code = FindWindow (er.where, &window_ptr);
10829 part_code = FindWindow (er.where, &window_ptr);
10833 if (er.what != mouseDown &&
10841 saved_menu_event_location = er.where;
10861 Point mouse_loc = er.where;
10887 inev.code = mac_get_emulated_btn (er.modifiers);
10888 inev.modifiers = mac_to_emacs_modifiers (er.modifiers);
10922 &er, &inev);
10923 else if (er.what == mouseDown)
10930 &er, &inev);
10931 if (er.what == mouseDown
10947 if (er.what == mouseDown)
10961 if (er.what == mouseDown)
10992 switch (er.what)
11007 if (IsWindowPathSelectClick (window_ptr, &er))
11013 && (TrackWindowProxyDrag (window_ptr, er.where)
11016 DragWindow (window_ptr, er.where, NULL);
11018 DragWindow (window_ptr, er.where, &qd.screenBits.bounds);
11032 if (TrackGoAway (window_ptr, er.where))
11042 do_grow_window (window_ptr, &er);
11048 if (TrackBox (window_ptr, er.where, part_code))
11064 do_window_update ((WindowPtr) er.message);
11074 switch ((er.message >> 24) & 0x000000FF)
11078 if (er.message & resumeFlag)
11087 SetRectRgn (mouse_region, er.where.h, er.where.v,
11088 er.where.h + 1, er.where.v + 1);
11108 Point mouse_pos = er.where;
11122 er.when * (1000 / 60));
11166 WindowPtr window_ptr = (WindowPtr) er.message;
11182 if ((er.modifiers & activeFlag) != 0)
11185 Point mouse_loc = er.where;
11187 x_detect_focus_change (dpyinfo, &er, &inev);
11217 x_detect_focus_change (dpyinfo, &er, &inev);
11243 int keycode = (er.message & keyCodeMask) >> 8;
11246 UInt32 modifiers = er.modifiers, mapped_modifiers;
11274 if (er.what == keyUp)
11358 UInt16 key_action = er.what - keyDown;
11383 translation when option or command is pressed.
11389 int new_modifiers = er.modifiers & ~mapped_modifiers;
11414 inev.code = er.message & charCodeMask;
11457 AEProcessAppleEvent (&er);
12084 The value can be `control', `meta', `alt', `hyper', or `super' for the
12090 The value can be `control', `meta', `alt', `hyper', or `super' for the
12098 The value can be `control', `meta', `alt', `hyper', or `super' for the
12104 The value can be `control', `meta', `alt', `hyper', or `super' for the
12112 The value can be nil, t, or the symbol `reverse'.