HomeSort by: relevance | last modified time | path
    Searched defs:focus (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/nvi/dist/cl/
cl.h 55 SCR *focus; /* Screen that has the "focus". */ member in struct:_cl_private
  /src/external/bsd/mdocml/dist/
cgi.c 67 enum focus { enum
95 static void resp_searchform(const struct req *, enum focus);
430 resp_searchform(const struct req *req, enum focus focus)
446 if (focus == FOCUS_QUERY)
  /src/external/gpl3/gdb/dist/gdb/tui/
tui-layout.c 87 tui_win_info *focus = tui_win_with_focus (); local
92 if (focus == win_info)
255 tui_win_info *focus = tui_win_with_focus (); local
257 if (strcmp (focus->name (), CMD_NAME) == 0)
261 focus = tui_src_win ();
262 if (focus == nullptr)
263 focus = tui_disasm_win ();
264 if (focus == nullptr)
268 applied_layout->remove_windows (focus->name ());
  /src/external/gpl3/gdb.old/dist/gdb/tui/
tui-layout.c 90 tui_win_info *focus = tui_win_with_focus (); local
95 if (focus == win_info)
258 tui_win_info *focus = tui_win_with_focus (); local
260 if (strcmp (focus->name (), CMD_NAME) == 0)
264 focus = TUI_SRC_WIN;
265 if (focus == nullptr)
266 focus = TUI_DISASM_WIN;
267 if (focus == nullptr)
271 applied_layout->remove_windows (focus->name ());
  /src/sbin/fsdb/
fsdb.c 239 CMDFUNC(focus); /* focus on inode */ variable
241 CMDFUNC(focusname); /* focus by name */
279 {"inode", "Set active inode to INUM", 2, 2, focus},
433 * Focus on given inode number
435 CMDFUNC(focus)
  /src/external/mit/xorg/lib/libxcb/files/
xinput.h 854 xcb_window_t focus; member in struct:xcb_input_get_device_focus_reply_t
870 xcb_window_t focus; member in struct:xcb_input_set_device_focus_request_t
2989 xcb_window_t focus; member in struct:xcb_input_xi_get_focus_reply_t
3758 uint8_t focus; member in struct:xcb_input_enter_event_t
5684 xcb_window_t focus,
5699 xcb_window_t focus,
xproto.h 2610 /**< The focus reverts to `XCB_NONE`, so no window will have the input focus. */
2613 /**< The focus reverts to `XCB_POINTER_ROOT` respectively. When the focus reverts,
2614 FocusIn and FocusOut events are generated, but the last-focus-change time is
2618 /**< The focus reverts to the parent (or closest viewable ancestor) and the new
2636 xcb_window_t focus; member in struct:xcb_set_input_focus_request_t
2667 xcb_window_t focus; member in struct:xcb_get_input_focus_reply_t
7218 * window exists or if the window is an ancestor of the focus window and
7229 * has the keyboard focus
    [all...]

Completed in 54 milliseconds