Home
last modified time | relevance | path

Searched refs:d_win (Results 1 – 14 of 14) sorted by relevance

/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Ddialogue_win.cpp33 ui.position_from_window( d_win ); in resize_dialogue()
43 draw_border( d_win ); in print_header()
44 int win_midx = getmaxx( d_win ) / 2; in print_header()
45 int winy = getmaxy( d_win ); in print_header()
60 werase( d_win ); in clear_window_texts()
82 int curline = getmaxy( d_win ) - 2; in print_history()
109 const size_t xoffset = getmaxx( d_win ) / 2 + 2; in print_responses()
175 const int win_maxy = getmaxy( d_win ); in handle_scrolling()
193 const int win_maxy = getmaxy( d_win ); in display_responses()
199 mvwprintz( d_win, point( getmaxx( d_win ) - 2 - 2, 2 ), c_green, "^^" ); in display_responses()
[all …]
H A Ddialogue_win.h41 catacurses::window d_win;
H A Dnpctalk.cpp746 dialogue_window d_win; in talk_to() local
747 d_win.open_dialogue( text_only ); in talk_to()
1428 bool text_only = d_win.text_only; in opt()
1452 d_win.add_history_separator(); in opt()
1456 d_win.resize_dialogue( ui ); in opt()
1504 d_win.print_header( npc_name ); in opt()
1505 d_win.display_responses( hilight_lines, response_lines ); in opt()
1511 d_win.refresh_response_display(); in opt()
1523 d_win.handle_scrolling( action ); in opt()
1545 d_win.add_history_separator(); in opt()
[all …]
H A Ddialogue.h244 … talk_topic opt( dialogue_window &d_win, const std::string &npc_name, const talk_topic &topic );
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Ddialogue_win.cpp33 ui.position_from_window( d_win ); in resize_dialogue()
43 draw_border( d_win ); in print_header()
44 int win_midx = getmaxx( d_win ) / 2; in print_header()
45 int winy = getmaxy( d_win ); in print_header()
60 werase( d_win ); in clear_window_texts()
82 int curline = getmaxy( d_win ) - 2; in print_history()
109 const size_t xoffset = getmaxx( d_win ) / 2 + 2; in print_responses()
175 const int win_maxy = getmaxy( d_win ); in handle_scrolling()
193 const int win_maxy = getmaxy( d_win ); in display_responses()
199 mvwprintz( d_win, point( getmaxx( d_win ) - 2 - 2, 2 ), c_green, "^^" ); in display_responses()
[all …]
H A Ddialogue_win.h41 catacurses::window d_win;
H A Dnpctalk.cpp746 dialogue_window d_win; in talk_to() local
747 d_win.open_dialogue( text_only ); in talk_to()
1428 bool text_only = d_win.text_only; in opt()
1452 d_win.add_history_separator(); in opt()
1456 d_win.resize_dialogue( ui ); in opt()
1504 d_win.print_header( npc_name ); in opt()
1505 d_win.display_responses( hilight_lines, response_lines ); in opt()
1511 d_win.refresh_response_display(); in opt()
1523 d_win.handle_scrolling( action ); in opt()
1545 d_win.add_history_separator(); in opt()
[all …]
H A Ddialogue.h244 … talk_topic opt( dialogue_window &d_win, const std::string &npc_name, const talk_topic &topic );
/dports/math/xgraph/xgraph/
H A DxgX.c236 static GC dotGC(d_win, d_fg, d_clipmask, d_xorg, d_yorg) in dotGC() argument
237 Window d_win; /* Window for making GC */ in dotGC()
256 dot_gc = XCreateGC(disp, d_win, gcmask, &gcvals);
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-vj-comp.c379 gint d_win = 0; in dissect_vjc_comp() local
570 d_win = vjc_delta_int(subtree, hf_vjc_d_win, tvb, &offset); in dissect_vjc_comp()
573 d_win = 0; in dissect_vjc_comp()
632 this_hdr->win = last_hdr->win + d_win; in dissect_vjc_comp()
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-vj-comp.c379 gint d_win = 0; in dissect_vjc_comp() local
570 d_win = vjc_delta_int(subtree, hf_vjc_d_win, tvb, &offset); in dissect_vjc_comp()
573 d_win = 0; in dissect_vjc_comp()
632 this_hdr->win = last_hdr->win + d_win; in dissect_vjc_comp()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-vj-comp.c379 gint d_win = 0; in dissect_vjc_comp() local
570 d_win = vjc_delta_int(subtree, hf_vjc_d_win, tvb, &offset); in dissect_vjc_comp()
573 d_win = 0; in dissect_vjc_comp()
632 this_hdr->win = last_hdr->win + d_win; in dissect_vjc_comp()
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-vj-comp.c379 gint d_win = 0; in dissect_vjc_comp() local
570 d_win = vjc_delta_int(subtree, hf_vjc_d_win, tvb, &offset); in dissect_vjc_comp()
573 d_win = 0; in dissect_vjc_comp()
632 this_hdr->win = last_hdr->win + d_win; in dissect_vjc_comp()
/dports/x11-wm/pekwm/pekwm-release-0.2.0/src/
H A DX11.cc1236 Window d_root, d_win; in getMousePosition() local
1240 XQueryPointer(_dpy, _root, &d_root, &d_win, &x, &y, &win_x, &win_y, &mask); in getMousePosition()