Home
last modified time | relevance | path

Searched refs:win (Results 1 – 25 of 441) sorted by relevance

12345678910>>...18

/external/syslinux/gpxe/src/hci/mucurses/
Dmucurses.c13 static void _wupdcurs ( WINDOW *win ) __nonnull;
14 void _wputch ( WINDOW *win, chtype ch, int wrap ) __nonnull;
15 void _wputc ( WINDOW *win, char c, int wrap ) __nonnull;
16 void _wcursback ( WINDOW *win ) __nonnull;
17 void _wputchstr ( WINDOW *win, const chtype *chstr, int wrap, int n ) __nonnull;
18 void _wputstr ( WINDOW *win, const char *str, int wrap, int n ) __nonnull;
19 int wmove ( WINDOW *win, int y, int x ) __nonnull;
39 static void _wupdcurs ( WINDOW *win ) { in _wupdcurs() argument
40 win->scr->movetoyx ( win->scr, win->ori_y + win->curs_y, in _wupdcurs()
41 win->ori_x + win->curs_x ); in _wupdcurs()
[all …]
Dedging.c20 int box ( WINDOW *win, chtype verch, chtype horch ) { in box() argument
21 chtype corner = '+' | win->attrs; /* default corner character */ in box()
22 return wborder( win, verch, verch, horch, horch, in box()
41 int wborder ( WINDOW *win, chtype ls, chtype rs, in wborder() argument
46 _store_curs_pos( win, &pos ); in wborder()
47 wmove(win,0,0); in wborder()
49 _wputch(win,tl,WRAP); in wborder()
50 while ( ( win->width - 1 ) - win->curs_x ) { in wborder()
51 _wputch(win,ts,WRAP); in wborder()
53 _wputch(win,tr,WRAP); in wborder()
[all …]
Dclear.c19 int wclrtobot ( WINDOW *win ) { in wclrtobot() argument
22 _store_curs_pos( win, &pos ); in wclrtobot()
24 _wputc( win, ' ', WRAP ); in wclrtobot()
25 } while ( win->curs_y + win->curs_x ); in wclrtobot()
26 _restore_curs_pos( win, &pos ); in wclrtobot()
37 int wclrtoeol ( WINDOW *win ) { in wclrtoeol() argument
40 _store_curs_pos( win, &pos ); in wclrtoeol()
41 while ( ( win->curs_y - pos.y ) == 0 ) { in wclrtoeol()
42 _wputc( win, ' ', WRAP ); in wclrtoeol()
44 _restore_curs_pos( win, &pos ); in wclrtoeol()
[all …]
Dwinattrs.c17 inline chtype getbkgd ( WINDOW *win ) { in getbkgd() argument
18 return win->attrs; in getbkgd()
28 int wattroff ( WINDOW *win, int attrs ) { in wattroff() argument
29 win->attrs &= ~attrs; in wattroff()
40 int wattron ( WINDOW *win, int attrs ) { in wattron() argument
41 win->attrs |= attrs; in wattron()
52 int wattrset ( WINDOW *win, int attrs ) { in wattrset() argument
53 win->attrs = ( attrs | ( win->attrs & A_COLOR ) ); in wattrset()
66 int wattr_get ( WINDOW *win, attr_t *attrs, short *pair, in wattr_get() argument
68 *attrs = win->attrs & A_ATTRIBUTES; in wattr_get()
[all …]
Dkb.c22 static int _wgetc ( WINDOW *win ) { in _wgetc() argument
25 if ( win == NULL ) in _wgetc()
29 while ( ! win->scr->peek( win->scr ) ) { in _wgetc()
39 c = win->scr->getc( win->scr ); in _wgetc()
42 _wputch( win, (chtype) ( c | win->attrs ), WRAP ); in _wgetc()
53 int wgetch ( WINDOW *win ) { in wgetch() argument
56 c = _wgetc( win ); in wgetch()
63 _wcursback( win ); in wgetch()
64 wdelch( win ); in wgetch()
71 _wputch( win, (chtype)( c | win->attrs ), WRAP ); in wgetch()
[all …]
Dwindows.c18 int delwin ( WINDOW *win ) { in delwin() argument
19 if ( win == NULL ) in delwin()
26 wmove( win, 0, 0 ); in delwin()
29 _wputch( win, killch, WRAP ); in delwin()
30 } while ( win->curs_x + win->curs_y ); in delwin()
32 free( win ); in delwin()
99 int mvwin ( WINDOW *win, int y, int x ) { in mvwin() argument
100 if ( win == NULL ) in mvwin()
102 if ( ( ( (unsigned)y + win->height ) > LINES ) || in mvwin()
103 ( ( (unsigned)x + win->width ) > COLS ) ) in mvwin()
[all …]
Dprint.c23 int waddch ( WINDOW *win, const chtype ch ) { in waddch() argument
24 _wputch( win, ch, WRAP ); in waddch()
36 int waddnstr ( WINDOW *win, const char *str, int n ) { in waddnstr() argument
37 _wputstr( win, str, WRAP, n ); in waddnstr()
43 WINDOW *win; member
50 _wputch( wctx->win, c | wctx->win->attrs, WRAP ); in _printw_handler()
61 int vw_printw ( WINDOW *win, const char *fmt, va_list varglist ) { in vw_printw() argument
64 wctx.win = win; in vw_printw()
78 int wprintw ( WINDOW *win, const char *fmt, ... ) { in wprintw() argument
83 i = vw_printw ( win, fmt, args ); in wprintw()
/external/tcpdump/tests/
Dresp_3.out1 IP 127.0.0.1.52759 > 127.0.0.1.6379: Flags [F.], seq 2169831382, ack 489972337, win 342, options [n…
2 IP 127.0.0.1.6379 > 127.0.0.1.52759: Flags [F.], seq 1, ack 1, win 342, options [nop,nop,TS val 113…
3 IP 127.0.0.1.52759 > 127.0.0.1.6379: Flags [.], ack 2, win 342, options [nop,nop,TS val 1132418034 …
4 IP 127.0.0.1.52760 > 127.0.0.1.6379: Flags [S], seq 264055152, win 43690, options [mss 65495,sackOK…
5 IP 127.0.0.1.6379 > 127.0.0.1.52760: Flags [S.], seq 4227148888, ack 264055153, win 43690, options …
6 IP 127.0.0.1.52760 > 127.0.0.1.6379: Flags [.], ack 1, win 342, options [nop,nop,TS val 1132418037 …
7 IP 127.0.0.1.52760 > 127.0.0.1.6379: Flags [P.], seq 1:7, ack 1, win 342, options [nop,nop,TS val 1…
8 IP 127.0.0.1.6379 > 127.0.0.1.52760: Flags [.], ack 7, win 342, options [nop,nop,TS val 1132418037 …
9 IP 127.0.0.1.6379 > 127.0.0.1.52760: Flags [P.], seq 1:28, ack 7, win 342, options [nop,nop,TS val …
10 IP 127.0.0.1.52760 > 127.0.0.1.6379: Flags [.], ack 28, win 342, options [nop,nop,TS val 1132418037…
[all …]
Dmptcp.out1 IP 10.2.1.2.35961 > 10.1.1.2.22: Flags [S], seq 2912457561, win 14600, options [mss 1460,sackOK,TS …
2 IP 10.1.1.2.22 > 10.2.1.2.35961: Flags [S.], seq 125971326, ack 2912457562, win 14280, options [mss…
3 IP 10.2.1.2.35961 > 10.1.1.2.22: Flags [.], ack 1, win 229, options [nop,nop,TS val 4294943152 ecr …
4 IP 10.1.1.2.22 > 10.2.1.2.35961: Flags [P.], seq 1:42, ack 1, win 447, options [nop,nop,TS val 4294…
5 IP 10.2.1.2.35961 > 10.1.1.2.22: Flags [.], ack 42, win 229, options [nop,nop,TS val 4294943168 ecr…
6 IP 10.2.1.2.35961 > 10.1.1.2.22: Flags [P.], seq 1:42, ack 42, win 229, options [nop,nop,TS val 429…
7 IP 10.1.1.2.22 > 10.2.1.2.35961: Flags [.], ack 42, win 447, options [nop,nop,TS val 4294943474 ecr…
8 IP 10.2.1.2.41221 > 10.1.2.2.22: Flags [S], seq 1863826096, win 14600, options [mss 1460,sackOK,TS …
9 IP 10.1.2.2.22 > 10.2.1.2.41221: Flags [S.], seq 1704897135, ack 1863826097, win 14280, options [ms…
10 IP 10.2.1.2.41221 > 10.1.2.2.22: Flags [.], ack 1, win 229, options [nop,nop,TS val 4294943168 ecr …
[all …]
Dresp_1.out1 IP 127.0.0.1.35901 > 127.0.0.1.6379: Flags [S], seq 1159918511, win 43690, options [mss 65495,sackO…
2 IP 127.0.0.1.6379 > 127.0.0.1.35901: Flags [S.], seq 1309831771, ack 1159918512, win 43690, options…
3 IP 127.0.0.1.35901 > 127.0.0.1.6379: Flags [.], ack 1, win 342, options [nop,nop,TS val 2004405846 …
4 IP 127.0.0.1.35901 > 127.0.0.1.6379: Flags [P.], seq 1:7, ack 1, win 342, options [nop,nop,TS val 2…
5 IP 127.0.0.1.6379 > 127.0.0.1.35901: Flags [.], ack 7, win 342, options [nop,nop,TS val 2004405846 …
6 IP 127.0.0.1.6379 > 127.0.0.1.35901: Flags [P.], seq 1:8, ack 7, win 342, options [nop,nop,TS val 2…
7 IP 127.0.0.1.35901 > 127.0.0.1.6379: Flags [.], ack 8, win 342, options [nop,nop,TS val 2004405846 …
8 IP 127.0.0.1.35901 > 127.0.0.1.6379: Flags [F.], seq 7, ack 8, win 342, options [nop,nop,TS val 200…
9 IP 127.0.0.1.6379 > 127.0.0.1.35901: Flags [F.], seq 8, ack 8, win 342, options [nop,nop,TS val 200…
10 IP 127.0.0.1.35901 > 127.0.0.1.6379: Flags [.], ack 9, win 342, options [nop,nop,TS val 2004405846 …
[all …]
Dtfo.out1 IP 192.168.0.100.13047 > 3.3.3.3.13054: Flags [S], seq 218476388, win 1400, options [exp-tfo cookie…
2 IP 9.9.9.9.13047 > 3.3.3.3.13054: Flags [S], seq 218476388, win 1400, options [mss 1460,exp-tfo coo…
3 IP 3.3.3.3.13054 > 9.9.9.9.13047: Flags [S.], seq 4035392501, ack 218476389, win 1400, options [exp…
4 IP 3.3.3.3.13054 > 192.168.0.100.13047: Flags [S.], seq 4035392501, ack 218476389, win 1400, option…
5 IP 192.168.0.100.13047 > 3.3.3.3.13054: Flags [.], ack 1, win 1400, length 0
6 IP 9.9.9.9.13047 > 3.3.3.3.13054: Flags [.], ack 1, win 1400, length 0
7 IP 192.168.0.100.13047 > 3.3.3.3.13054: Flags [F.], seq 1, ack 1, win 1400, length 0
8 IP 9.9.9.9.13047 > 3.3.3.3.13054: Flags [F.], seq 1, ack 1, win 1400, length 0
9 IP 3.3.3.3.13054 > 9.9.9.9.13047: Flags [F.], seq 1, ack 2, win 1400, length 0
10 IP 3.3.3.3.13054 > 192.168.0.100.13047: Flags [F.], seq 1, ack 2, win 1400, length 0
[all …]
Dgeneve-tcp.out1 …none], vni 0xb: IP 30.0.0.2.51225 > 30.0.0.1.22: Flags [S], seq 397610159, win 14600, options [mss…
2 …P 30.0.0.1.22 > 30.0.0.2.51225: Flags [S.], seq 2910871522, ack 397610160, win 28960, options [mss…
3 … Flags [none], vni 0xb: IP 30.0.0.2.51225 > 30.0.0.1.22: Flags [.], ack 1, win 115, options [nop,n…
4 …s [8 bytes]: IP 30.0.0.1.22 > 30.0.0.2.51225: Flags [P.], seq 1:40, ack 1, win 227, options [nop,n…
5 …Flags [none], vni 0xb: IP 30.0.0.2.51225 > 30.0.0.1.22: Flags [.], ack 40, win 115, options [nop,n…
6 …], vni 0xb: IP 30.0.0.2.51225 > 30.0.0.1.22: Flags [P.], seq 1:22, ack 40, win 115, options [nop,n…
7 …xa, options [8 bytes]: IP 30.0.0.1.22 > 30.0.0.2.51225: Flags [.], ack 22, win 227, options [nop,n…
8 … vni 0xb: IP 30.0.0.2.51225 > 30.0.0.1.22: Flags [P.], seq 22:814, ack 40, win 115, options [nop,n…
9 …a, options [8 bytes]: IP 30.0.0.1.22 > 30.0.0.2.51225: Flags [.], ack 814, win 239, options [nop,n…
10 …bytes]: IP 30.0.0.1.22 > 30.0.0.2.51225: Flags [P.], seq 40:1024, ack 814, win 239, options [nop,n…
[all …]
Dgeneve-vni.out2 …none], vni 0xb: IP 30.0.0.2.51225 > 30.0.0.1.22: Flags [S], seq 397610159, win 14600, options [mss…
3 …one], vni 0xb: IP 30.0.0.2.51225 > 30.0.0.1.22: Flags [.], ack 2910871523, win 115, options [nop,n…
4 …Flags [none], vni 0xb: IP 30.0.0.2.51225 > 30.0.0.1.22: Flags [.], ack 40, win 115, options [nop,n…
5 …], vni 0xb: IP 30.0.0.2.51225 > 30.0.0.1.22: Flags [P.], seq 0:21, ack 40, win 115, options [nop,n…
6 … vni 0xb: IP 30.0.0.2.51225 > 30.0.0.1.22: Flags [P.], seq 21:813, ack 40, win 115, options [nop,n…
7 …i 0xb: IP 30.0.0.2.51225 > 30.0.0.1.22: Flags [P.], seq 813:837, ack 1024, win 130, options [nop,n…
8 …i 0xb: IP 30.0.0.2.51225 > 30.0.0.1.22: Flags [P.], seq 837:981, ack 1176, win 145, options [nop,n…
9 …i 0xb: IP 30.0.0.2.51225 > 30.0.0.1.22: Flags [P.], seq 981:997, ack 1896, win 161, options [nop,n…
10 … 0xb: IP 30.0.0.2.51225 > 30.0.0.1.22: Flags [P.], seq 997:1045, ack 1896, win 161, options [nop,n…
11 …0xb: IP 30.0.0.2.51225 > 30.0.0.1.22: Flags [P.], seq 1045:1109, ack 1944, win 161, options [nop,n…
[all …]
/external/python/cpython2/Lib/curses/
Dtextpad.py6 def rectangle(win, uly, ulx, lry, lrx): argument
10 win.vline(uly+1, ulx, curses.ACS_VLINE, lry - uly - 1)
11 win.hline(uly, ulx+1, curses.ACS_HLINE, lrx - ulx - 1)
12 win.hline(lry, ulx+1, curses.ACS_HLINE, lrx - ulx - 1)
13 win.vline(uly+1, lrx, curses.ACS_VLINE, lry - uly - 1)
14 win.addch(uly, ulx, curses.ACS_ULCORNER)
15 win.addch(uly, lrx, curses.ACS_URCORNER)
16 win.addch(lry, lrx, curses.ACS_LRCORNER)
17 win.addch(lry, ulx, curses.ACS_LLCORNER)
43 def __init__(self, win, insert_mode=False): argument
[all …]
/external/v8/gypfiles/win/
Dmsvs_dependencies.isolate12 …['OS=="win" and msvs_version==2013 and component=="shared_library" and (CONFIGURATION_NAME=="Debug…
20 …['OS=="win" and msvs_version==2013 and component=="shared_library" and (CONFIGURATION_NAME=="Relea…
29 …['OS=="win" and msvs_version==2015 and component=="shared_library" and (CONFIGURATION_NAME=="Debug…
39 …['OS=="win" and msvs_version==2015 and component=="shared_library" and (CONFIGURATION_NAME=="Relea…
49 ['OS=="win" and msvs_version==2015 and component=="shared_library"', {
53 '<(PRODUCT_DIR)/api-ms-win-core-console-l1-1-0.dll',
54 '<(PRODUCT_DIR)/api-ms-win-core-datetime-l1-1-0.dll',
55 '<(PRODUCT_DIR)/api-ms-win-core-debug-l1-1-0.dll',
56 '<(PRODUCT_DIR)/api-ms-win-core-errorhandling-l1-1-0.dll',
57 '<(PRODUCT_DIR)/api-ms-win-core-file-l1-1-0.dll',
[all …]
/external/toybox/kconfig/lxdialog/
Dmenubox.c66 static void do_print_item(WINDOW * win, const char *item, int line_y, in do_print_item() argument
77 wattrset(win, dlg.menubox.atr); in do_print_item()
78 wmove(win, line_y, 0); in do_print_item()
83 waddch(win, ' '); in do_print_item()
86 wclrtoeol(win); in do_print_item()
88 wattrset(win, selected ? dlg.item_selected.atr : dlg.item.atr); in do_print_item()
89 mvwaddstr(win, line_y, item_x, menu_item); in do_print_item()
91 wattrset(win, selected ? dlg.tag_key_selected.atr in do_print_item()
93 mvwaddch(win, line_y, item_x + j, menu_item[j]); in do_print_item()
96 wmove(win, line_y, item_x + 1); in do_print_item()
[all …]
Dchecklist.c31 static void print_item(WINDOW * win, int choice, int selected) in print_item() argument
36 wattrset(win, dlg.menubox.atr); in print_item()
37 wmove(win, choice, 0); in print_item()
39 waddch(win, ' '); in print_item()
41 wmove(win, choice, check_x); in print_item()
42 wattrset(win, selected ? dlg.check_selected.atr in print_item()
44 wprintw(win, "(%c)", item_is_tag('X') ? 'X' : ' '); in print_item()
46 wattrset(win, selected ? dlg.tag_selected.atr : dlg.tag.atr); in print_item()
47 mvwaddch(win, choice, item_x, item_str()[0]); in print_item()
48 wattrset(win, selected ? dlg.item_selected.atr : dlg.item.atr); in print_item()
[all …]
Dutil.c239 void attr_clear(WINDOW * win, int height, int width, chtype attr) in attr_clear() argument
243 wattrset(win, attr); in attr_clear()
245 wmove(win, i, 0); in attr_clear()
247 waddch(win, ' '); in attr_clear()
249 touchwin(win); in attr_clear()
314 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x) in print_autowrap() argument
333 wmove(win, y, (width - prompt_len) / 2); in print_autowrap()
334 waddstr(win, tempstr); in print_autowrap()
358 wmove(win, cur_y, cur_x); in print_autowrap()
359 waddstr(win, word); in print_autowrap()
[all …]
Dtextbox.c25 static void print_page(WINDOW * win, int height, int width);
26 static void print_line(WINDOW * win, int row, int width);
28 static void print_position(WINDOW * win);
303 static void print_page(WINDOW * win, int height, int width) in print_page() argument
309 print_line(win, i, width); in print_page()
315 wnoutrefresh(win); in print_page()
321 static void print_line(WINDOW * win, int row, int width) in print_line() argument
328 wmove(win, row, 0); /* move cursor to correct line */ in print_line()
329 waddch(win, ' '); in print_line()
330 waddnstr(win, line, MIN(strlen(line), width - 2)); in print_line()
[all …]
/external/syslinux/gpxe/src/include/
Dcurses.h647 static inline int mvwaddch ( WINDOW *win, int y, int x, const chtype ch ) { in mvwaddch() argument
648 return ( wmove( win, y, x ) == OK in mvwaddch()
649 ? waddch ( win, ch ) : ERR ); in mvwaddch()
652 static inline int mvwaddchnstr ( WINDOW *win, int y, int x, const chtype *chstr, int n ) { in mvwaddchnstr() argument
653 return ( wmove ( win, y, x ) == OK in mvwaddchnstr()
654 ? waddchnstr ( win, chstr, n ) : ERR ); in mvwaddchnstr()
657 static inline int mvwaddchstr ( WINDOW *win, int y, int x, const chtype *chstr ) { in mvwaddchstr() argument
658 return ( wmove ( win, y, x ) == OK in mvwaddchstr()
659 ? waddchnstr ( win, chstr, -1 ) : ERR ); in mvwaddchstr()
662 static inline int mvwaddnstr ( WINDOW *win, int y, int x, const char *str, int n ) { in mvwaddnstr() argument
[all …]
/external/python/cpython2/Modules/
D_cursesmodule.c248 { return PyCursesCheckERR(X(self->win), # X); }
254 if (X (self->win) == FALSE) { Py_INCREF(Py_False); return Py_False; } \
261 X(self->win); Py_INCREF(Py_None); return Py_None; }
268 X(self->win,arg1,arg2); return Py_BuildValue(ERGSTR, arg1, arg2); }
276 X(self->win,arg1); Py_INCREF(Py_None); return Py_None; }
284 return PyCursesCheckERR(X(self->win, arg1), # X); }
292 return PyCursesCheckERR(X(self->win, arg1, arg2), # X); }
351 PyCursesWindow_New(WINDOW *win) in Window_NoArgNoReturnFunction()
357 wo->win = win; in Window_NoArgNoReturnFunction()
364 if (wo->win != stdscr) delwin(wo->win); in PyCursesWindow_Dealloc()
[all …]
/external/skia/tools/viewer/sk_app/unix/
Dmain_unix.cpp17 void finishWindow(sk_app::Window_unix* win) { in finishWindow() argument
18 win->finishResize(); in finishWindow()
19 win->finishPaint(); in finishWindow()
56 sk_app::Window_unix* win = sk_app::Window_unix::gWindowMap.find(event.xany.window); in main() local
57 if (!win) { in main()
64 win->markPendingPaint(); in main()
65 pendingWindows.add(win); in main()
68 win->markPendingResize(event.xconfigurerequest.width, in main()
70 pendingWindows.add(win); in main()
73 if (win->handleEvent(event)) { in main()
/external/python/cpython2/Demo/curses/
Dncurses.py11 def wGetchar(win = None): argument
12 if win is None: win = stdscr
13 return win.getch()
33 win = curses.newwin(rows, cols, tly, tlx)
34 pan = panel.new_panel(win)
42 win.bkgdset(ord(' '), curses.color_pair(color))
44 win.bkgdset(ord(' '), curses.A_BOLD)
53 win = pan.window()
56 win.move(1, 1)
57 win.addstr("-pan%c-" % num)
[all …]
/external/webrtc/webrtc/modules/desktop_capture/
Ddesktop_capture.gypi72 "win/cursor.cc",
73 "win/cursor.h",
74 "win/desktop.cc",
75 "win/desktop.h",
76 "win/scoped_gdi_object.h",
77 "win/scoped_thread_desktop.cc",
78 "win/scoped_thread_desktop.h",
79 "win/screen_capturer_win_gdi.cc",
80 "win/screen_capturer_win_gdi.h",
81 "win/screen_capturer_win_magnifier.cc",
[all …]
DBUILD.gn75 "win/cursor.cc",
76 "win/cursor.h",
77 "win/desktop.cc",
78 "win/desktop.h",
79 "win/scoped_gdi_object.h",
80 "win/scoped_thread_desktop.cc",
81 "win/scoped_thread_desktop.h",
82 "win/screen_capture_utils.cc",
83 "win/screen_capture_utils.h",
84 "win/screen_capturer_win_gdi.cc",
[all …]

12345678910>>...18