| /freebsd-12-stable/sys/ofed/drivers/infiniband/core/ |
| D | ib_mad_rmpp.c | 67 int newwin; member 136 ack->rmpp_hdr.paylen_newwin = cpu_to_be32(rmpp_recv->newwin); in format_ack() 316 rmpp_recv->newwin = 1; in create_rmpp_recv() 499 (seg_num > rmpp_recv->newwin)) in continue_rmpp() 522 } else if (rmpp_recv->seg_num == rmpp_recv->newwin) { in continue_rmpp() 523 rmpp_recv->newwin += window_size(agent); in continue_rmpp() 572 rmpp_recv->newwin += window_size(agent); in start_rmpp() 652 struct ib_mad_recv_wc *mad_recv_wc, int newwin) in process_ds_ack() argument 658 rmpp_recv->repwin = newwin; in process_ds_ack() 667 int seg_num, newwin, ret; in process_rmpp_ack() local [all …]
|
| D | mad_priv.h | 147 int newwin; member
|
| /freebsd-12-stable/usr.bin/talk/ |
| D | init_disp.c | 97 my_win.x_win = newwin(my_win.x_nlines, my_win.x_ncols, 0, 0); in init_display() 104 his_win.x_win = newwin(his_win.x_nlines, his_win.x_ncols, in init_display() 110 line_win = newwin(1, COLS, my_win.x_nlines, 0); in init_display()
|
| /freebsd-12-stable/contrib/ncurses/ncurses/base/ |
| D | lib_newwin.c | 134 NCURSES_SP_NAME(newwin) (NCURSES_SP_DCLx in NCURSES_SP_NAME() argument 178 newwin(int num_lines, int num_columns, int begy, int begx) in newwin() function 182 win = NCURSES_SP_NAME(newwin) (CURRENT_SCREEN, in newwin()
|
| D | lib_set_term.c | 597 NewScreen(sp) = NCURSES_SP_NAME(newwin) (NCURSES_SP_ARGx slines, scolumns, in NCURSES_SP_NAME() 603 CurScreen(sp) = NCURSES_SP_NAME(newwin) (NCURSES_SP_ARGx slines, scolumns, in NCURSES_SP_NAME() 647 w = NCURSES_SP_NAME(newwin) (NCURSES_SP_ARGx in NCURSES_SP_NAME() 673 if ((StdScreen(sp) = NCURSES_SP_NAME(newwin) (NCURSES_SP_ARGx in NCURSES_SP_NAME()
|
| D | lib_screen.c | 72 nwin = NCURSES_SP_NAME(newwin) (NCURSES_SP_ARGx in NCURSES_EXPORT()
|
| D | lib_window.c | 195 nwin = NCURSES_SP_NAME(newwin) (NCURSES_SP_ARGx in dupwin()
|
| /freebsd-12-stable/contrib/netbsd-tests/lib/libcurses/tests/ |
| D | window_create | 1 call win1 newwin 6 6 2 5
|
| D | wprintw | 2 call win1 newwin 2 5 2 5
|
| D | background | 9 call win1 newwin 6 6 2 5
|
| D | copywin | 3 call win2 newwin 7 9 10 14
|
| /freebsd-12-stable/contrib/ncurses/misc/ |
| D | ncurses.supp | 131 fun:newwin 155 fun:newwin
|
| D | ncurses.def | 293 "newwin" @197 NONAME
|
| D | ncurses.ref | 218 "newwin" @197 NONAME ; implemented
|
| /freebsd-12-stable/contrib/gdb/gdb/tui/ |
| D | tui-wingeneral.c | 153 handle = newwin (win_info->height, in tui_make_window()
|
| /freebsd-12-stable/contrib/ee/ |
| D | new_curse.h | 202 extern WINDOW *newwin P_((int lines, int cols, int start_l, int start_c));
|
| D | ee.c | 3288 com_win = newwin(1, COLS, (LINES - 1), 0); in set_up_term() 3293 text_win = newwin((LINES - 1), COLS, 0, 0); in set_up_term() 3295 text_win = newwin((LINES - 7), COLS, 6, 0); in set_up_term() 3299 help_win = newwin((LINES - 1), COLS, 0, 0); in set_up_term() 3305 info_win = newwin(6, COLS, 0, 0); in set_up_term() 3416 temp_win = newwin(max_height, max_width, y_off, x_off); 3722 text_win = newwin((LINES - 1), COLS, 0, 0); in no_info_window() 3738 text_win = newwin((LINES - 7), COLS, 6, 0); in create_info_window() 3743 info_win = newwin(6, COLS, 0, 0); in create_info_window()
|
| D | new_curse.c | 757 local_virt = newwin(LINES, COLS, 0, 0); 758 local_std = newwin(LINES, COLS, 0, 0); 759 local_cur = newwin(LINES, COLS, 0, 0); 1012 virtual_scr = newwin(LINES, COLS, 0, 0); in initscr() 1013 stdscr = newwin(LINES, COLS, 0, 0); in initscr() 1014 curscr = newwin(LINES, COLS, 0, 0); in initscr() 1488 WINDOW *newwin(lines, cols, start_l, start_c) in newwin() function
|
| /freebsd-12-stable/usr.bin/systat/ |
| D | main.c | 208 wload = newwin(1, 0, 1, 20); in main()
|
| /freebsd-12-stable/usr.sbin/pmcstat/ |
| D | pmcstat_log.c | 611 w = newwin(1, 0, 1, 0); in pmcstat_keypress_log()
|
| /freebsd-12-stable/contrib/dialog/ |
| D | util.c | 1051 dummy = newwin(high, width, 0, 0); in dlg_print_scrolled() 2100 || (win = newwin(height, width, y, x)) == 0) { in dlg_new_modal_window()
|
| /freebsd-12-stable/contrib/ofed/libibmad/ |
| D | mad.h | 1464 uint32_t newwin; member
|
| /freebsd-12-stable/contrib/gcc/ |
| D | sys-protos.h | 772 extern WINDOW * newwin(int, int, int, int);
|
| /freebsd-12-stable/lib/ncurses/ncurses/ |
| D | Makefile | 1028 curs_window.3 newwin.3 \
|
| /freebsd-12-stable/contrib/ncurses/ncurses/ |
| D | llib-lncurses | 1617 #undef newwin 1618 WINDOW *newwin(
|