Home
last modified time | relevance | path

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

123

/openbsd-src/gnu/usr.bin/cvs/windows-NT/SCC/
H A 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/
H A 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 …]
H A 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 …]
H A 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()
H A 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()
H A 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()
H A Dm-x.c36 read_function_name (char *prompt, WINDOW *window) in read_function_name()
H A Dfootnotes.c165 info_get_or_remove_footnotes (WINDOW *window) in info_get_or_remove_footnotes()
H A Dvariables.c204 read_variable_name (char *prompt, WINDOW *window) in read_variable_name()
/openbsd-src/sys/arch/mips64/include/
H A 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/
H A Dbn_exp.c183 int i, j, bits, wstart, wend, window, wvalue; in BN_mod_exp_simple() local
315 MOD_EXP_CTIME_COPY_TO_PREBUF(const BIGNUM * b,int top,unsigned char * buf,int idx,int window) MOD_EXP_CTIME_COPY_TO_PREBUF() argument
333 MOD_EXP_CTIME_COPY_FROM_PREBUF(BIGNUM * b,int top,unsigned char * buf,int idx,int window) MOD_EXP_CTIME_COPY_FROM_PREBUF() argument
398 int i, bits, ret = 0, window, wvalue; BN_mod_exp_mont_consttime() local
654 int i, j, bits, ret = 0, wstart, wend, window, wvalue; BN_mod_exp_mont_internal() local
970 int i, j, bits, wstart, wend, window, wvalue; BN_mod_exp_recp() local
[all...]
/openbsd-src/gnu/llvm/lldb/source/Core/
H A 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/
H A 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/
H A Dtmux.h1032 struct window *window; global() member
1114 struct window { global() struct
1127 activewindow global() argument
1128 last_paneswindow global() argument
1129 paneswindow global() argument
1131 lastlayoutwindow global() argument
1132 layout_rootwindow global() argument
1133 saved_layout_rootwindow global() argument
1134 old_layoutwindow global() argument
1159 alerts_queuedwindow global() argument
1166 referenceswindow global() argument
1174 struct window *window; global() member
1718 u_int window; global() member
[all...]
H A 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
H A Dcmd-set-option.c95 int window, idx, already, error, ambiguous; in cmd_set_option_exec() local
H A 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/
H A D990523-1.c14 float *window = decwin + 16 - bo1; in synth_1to1() local
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A 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/
H A Dinffast.c66 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */ inflate_fast() local
[all...]
/openbsd-src/sys/lib/libz/
H A Dinffast.c63 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */ in inflate_fast() local
/openbsd-src/lib/libz/
H A Dinffast.c63 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */ in inflate_fast() local
/openbsd-src/sys/dev/pcmcia/
H A 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/
H A Dtui-wingeneral.c72 tui_delete_win (WINDOW * window) in tui_delete_win()
/openbsd-src/sys/arch/loongson/loongson/
H A Dloongson2_machdep.c225 loongson2f_setup_window(uint master, uint window, uint64_t base, uint64_t mask, in loongson2f_setup_window()

123