Home
last modified time | relevance | path

Searched defs:window (Results 1 – 25 of 74) sorted by relevance

123

/openbsd/src/gnu/usr.bin/cvs/windows-NT/SCC/
Dscc.c53 SccInitialize (void **contextp, HWND window, LPSTR caller, LPSTR name, in SccInitialize()
109 SccOpenProject (void *context_arg, HWND window, LPSTR user, in SccOpenProject()
167 SccGet (void *context_arg, HWND window, LONG num_files, in SccGet()
207 SccCheckout (void *context_arg, HWND window, LONG num_files, in SccCheckout()
226 SccCheckin (void *context_arg, HWND window, LONG num_files, in SccCheckin()
236 SccUncheckout (void *context_arg, HWND window, LONG num_files, in SccUncheckout()
247 SccAdd (void *context_arg, HWND window, LONG num_files, in SccAdd()
259 SccRemove (void *context_arg, HWND window, LONG num_files, in SccRemove()
269 SccRename (void *context_arg, HWND window, LPSTR old_name, in SccRename()
285 SccDiff (void *context_arg, HWND window, LPSTR file_name, in SccDiff()
[all …]
/openbsd/src/gnu/usr.bin/texinfo/info/
Dwindow.c265 WINDOW *window; in window_make_window() local
377 window_change_window_height (WINDOW *window, int amount) in window_change_window_height()
561 window_toggle_wrap (WINDOW *window) in window_toggle_wrap()
595 window_set_node_of_window (WINDOW *window, NODE *node) in window_set_node_of_window()
613 window_delete_window (WINDOW *window) in window_delete_window()
787 calculate_line_starts (WINDOW *window) in calculate_line_starts()
902 recalculate_line_starts (WINDOW *window) in recalculate_line_starts()
916 window_adjust_pagetop (WINDOW *window) in window_adjust_pagetop()
973 window_line_of_point (WINDOW *window) in window_line_of_point()
995 window_get_goal_column (WINDOW *window) in window_get_goal_column()
[all …]
Dsession.c78 WINDOW *window = (WINDOW *)NULL; in begin_multiple_window_info_session() local
324 get_info_window_of_window (WINDOW *window) in get_info_window_of_window()
340 set_remembered_pagetop_and_point (WINDOW *window) in set_remembered_pagetop_and_point()
358 remember_window_and_node (WINDOW *window, NODE *node) in remember_window_and_node()
437 forget_window_and_nodes (WINDOW *window) in forget_window_and_nodes()
484 info_set_node_of_window (int remember, WINDOW *window, NODE *node) in info_set_node_of_window()
511 set_window_pagetop (WINDOW *window, int desired_top) in set_window_pagetop()
574 info_show_point (WINDOW *window) in info_show_point()
597 move_to_new_line (int old, int new, WINDOW *window) in move_to_new_line()
849 forward_move_node_structure (WINDOW *window, int behaviour) in forward_move_node_structure()
[all …]
Decho-area.c81 remember_calling_window (WINDOW *window) in remember_calling_window()
204 info_read_in_echo_area (WINDOW *window, char *prompt) in info_read_in_echo_area()
788 completions_window_p (WINDOW *window) in completions_window_p()
802 info_read_completing_internal (WINDOW *window, char *prompt, in info_read_completing_internal()
896 info_read_completing_in_echo_area (WINDOW *window, in info_read_completing_in_echo_area()
905 info_read_maybe_completing (WINDOW *window, in info_read_maybe_completing()
1360 echo_area_inform_of_deleted_window (WINDOW *window) in echo_area_inform_of_deleted_window()
Ddisplay.c70 display_update_display (WINDOW *window) in display_update_display()
521 display_scroll_line_starts (WINDOW *window, int old_pagetop, in display_scroll_line_starts()
594 display_cursor_at_point (WINDOW *window) in display_cursor_at_point()
Dindices.c89 info_indices_of_window (WINDOW *window) in info_indices_of_window()
180 do_info_index_search (WINDOW *window, int count, char *search_string) in do_info_index_search()
280 index_entry_exists (WINDOW *window, char *string) in index_entry_exists()
Dm-x.c36 read_function_name (char *prompt, WINDOW *window) in read_function_name()
Dfootnotes.c165 info_get_or_remove_footnotes (WINDOW *window) in info_get_or_remove_footnotes()
Dvariables.c204 read_variable_name (char *prompt, WINDOW *window) in read_variable_name()
/openbsd/src/sys/arch/mips64/include/
Dloongson2.h45 #define LOONGSON_AWR_BASE(master, window) \ argument
47 #define LOONGSON_AWR_SIZE(master, window) \ argument
49 #define LOONGSON_AWR_MMAP(master, window) \ argument
/openbsd/src/lib/libcrypto/bn/
Dbn_exp.c183 int i, j, bits, wstart, wend, window, wvalue; in BN_mod_exp_simple() local
315 int idx, int window) in MOD_EXP_CTIME_COPY_TO_PREBUF()
333 int window) in MOD_EXP_CTIME_COPY_FROM_PREBUF()
398 int i, bits, ret = 0, window, wvalue; in BN_mod_exp_mont_consttime() local
654 int i, j, bits, ret = 0, wstart, wend, window, wvalue; in BN_mod_exp_mont_internal() local
970 int i, j, bits, wstart, wend, window, wvalue; in BN_mod_exp_recp() local
/openbsd/src/gnu/llvm/lldb/source/Core/
DIOHandlerCursesGUI.cpp317 virtual bool WindowDelegateDraw(Window &window, bool force) { in WindowDelegateDraw()
321 virtual HandleCharResult WindowDelegateHandleChar(Window &window, int key) { in WindowDelegateHandleChar()
702 bool RemoveSubWindow(Window *window) { in RemoveSubWindow()
2277 void Execute(Window &window) { m_action(window); } in Execute()
2664 bool WindowDelegateDraw(Window &window, bool force) override { in WindowDelegateDraw()
2794 void ExecuteAction(Window &window, int index) { in ExecuteAction()
2806 HandleCharResult WindowDelegateHandleChar(Window &window, int key) override { in WindowDelegateHandleChar()
2878 AddAction("Detach", [this](Window &window) { Detach(window); }); in DetachOrKillProcessFormDelegate()
2879 AddAction("Kill", [this](Window &window) { Kill(window); }); in DetachOrKillProcessFormDelegate()
2884 void Kill(Window &window) { in Kill()
[all …]
/openbsd/src/sys/arch/armv7/marvell/
Dmvmbus.c206 uint32_t window = range[0]; in mvmbus_parse_ranges() local
228 mvmbus_window_is_free(struct mvmbus_softc *sc, int window) in mvmbus_window_is_free()
270 mvmbus_setup_window(struct mvmbus_softc *sc, int window, paddr_t base, in mvmbus_setup_window()
301 mvmbus_disable_window(struct mvmbus_softc *sc, int window) in mvmbus_disable_window()
/openbsd/src/usr.bin/tmux/
Dtmux.h1100 struct window *window; member
1188 struct window { struct
1201 struct window_pane *active; argument
1202 struct window_panes last_panes; argument
1203 struct window_panes panes; argument
1205 int lastlayout;
1206 struct layout_cell *layout_root;
1207 struct layout_cell *saved_layout_root;
1208 char *old_layout;
1233 TAILQ_ENTRY(window) alerts_entry; argument
[all …]
Dcmd-find.c313 cmd_find_get_window(struct cmd_find_state *fs, const char *window, int only) in cmd_find_get_window()
349 cmd_find_get_window_with_session(struct cmd_find_state *fs, const char *window) in cmd_find_get_window_with_session()
930 const char *session, *window, *pane, *s; in cmd_find_target() local
Dcmd-set-option.c95 int window, idx, already, error, ambiguous; in cmd_set_option_exec() local
Dcmd-show-options.c84 int window, idx, ambiguous, parent, scope; in cmd_show_options_exec() local
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
D990523-1.c14 float *window = decwin + 16 - bo1; in synth_1to1() local
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
D20020430-1.c20 Window window; member
35 Window window; member
50 Window window; member
/openbsd/src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
Dinffast.c63 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */ in inflate_fast() local
/openbsd/src/lib/libz/
Dinffast.c63 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */ in inflate_fast() local
/openbsd/src/sys/lib/libz/
Dinffast.c63 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */ in inflate_fast() local
/openbsd/src/sys/dev/pcmcia/
Dpcmciachip.h110 #define pcmcia_chip_mem_unmap(tag, handle, window) \ argument
125 #define pcmcia_chip_io_unmap(tag, handle, window) \ argument
/openbsd/src/gnu/usr.bin/binutils/gdb/tui/
Dtui-wingeneral.c72 tui_delete_win (WINDOW * window) in tui_delete_win()
/openbsd/src/sys/arch/loongson/loongson/
Dloongson2_machdep.c225 loongson2f_setup_window(uint master, uint window, uint64_t base, uint64_t mask, in loongson2f_setup_window()

123