Searched refs:kboard (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/src/
H A Dkeyboard.h32 Some Lisp variables are per-kboard; they are stored in the KBOARD structure
41 ** Any kboard. Emacs can accept input from any KBOARD,
44 ** Single kboard. Then Emacs is running a command for one KBOARD
51 In the any-kboard state, read_key_sequence processes input from any KBOARD
56 single-kboard state for the execution of that command,
59 While in the single-kboard state, read_char can consider input only
63 When Emacs goes back to the any-kboard state, it looks at all the KBOARDs
66 typedef struct kboard KBOARD;
67 struct kboard struct
73 can effectively wait for input in the any-kboard stat
[all...]
H A Dframe.h317 /* A pointer to the kboard structure associated with this frame.
319 it will be the same as display.x->display_info->kboard. */
320 struct kboard *kboard;
484 #define FRAME_KBOARD(f) ((f)->kboard)
802 struct kboard *,
318 struct kboard *kboard; member in struct:frame
H A Dmacros.c202 struct kboard *kb = current_kboard;
H A Dxterm.h334 struct kboard *kboard;
331 struct kboard *kboard; member in struct:x_display_info
H A Dkeyboard.c225 static struct kboard *ok_to_echo_at_next_pause;
227 /* The kboard last echoing, or null for none. Reset to 0 in
232 struct kboard *echo_kboard;
900 /* Record in what buffer we echoed, and from which kboard. */
1115 /* Switch to the single-kboard state, making current_kboard
1126 /* If we're in single_kboard state for kboard KBOARD,
1130 not_single_kboard_state (kboard)
1131 KBOARD *kboard;
1134 if (kboard == current_kboard)
1140 can switch temporarily to the kboard o
1139 KBOARD *kboard; member in struct:kboard_stack
[all...]
H A Dxterm.c10676 dpyinfo->kboard = share->kboard;
10679 dpyinfo->kboard = (KBOARD *) xmalloc (sizeof (KBOARD));
10680 init_kboard (dpyinfo->kboard);
10685 dpyinfo->kboard->Vsystem_key_alist
10691 dpyinfo->kboard->next_kboard = all_kboards;
10692 all_kboards = dpyinfo->kboard;
10693 /* Don't let the initial kboard remain current longer than necessary.
10697 current_kboard = dpyinfo->kboard;
10699 dpyinfo->kboard
[all...]
H A Dmacfns.c2533 struct kboard *kb;
2548 kb = dpyinfo->kboard;
3812 struct kboard *kb;
3822 kb = dpyinfo->kboard;
H A Dxselect.c1033 if (t_dpyinfo->kboard == dpyinfo->kboard)
H A Dxfns.c3085 struct kboard *kb;
3100 kb = dpyinfo->kboard;
4717 struct kboard *kb;
4727 kb = dpyinfo->kboard;
H A Dw32fns.c4168 struct kboard *kb;
4181 kb = dpyinfo->kboard;
7216 struct kboard *kb;
7228 kb = dpyinfo->kboard;
H A Dframe.c283 f->kboard = initial_kboard;
405 && XFRAME (XWINDOW (mini_window)->frame)->kboard != kb)
1341 /* If there's no other frame on the same kboard, get out of
1342 single-kboard state if we're in it for this kboard. */
1345 /* Some frame we found on the same kboard, or nil if there are none. */
1380 /* Some frame we found on the same kboard, or nil if there are none. */
1398 /* Consider only frames on the same kboard
1426 /* No frames left on this kboard--say no minibuffer either. */
H A Dlisp.h1265 current kboard. */
2991 extern struct kboard *echo_kboard;

Completed in 460 milliseconds