/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_mad_rmpp.c | 65 int newwin; member 134 ack->rmpp_hdr.paylen_newwin = cpu_to_be32(rmpp_recv->newwin); in format_ack() 314 rmpp_recv->newwin = 1; in create_rmpp_recv() 497 (seg_num > rmpp_recv->newwin)) in continue_rmpp() 520 } else if (rmpp_recv->seg_num == rmpp_recv->newwin) { in continue_rmpp() 521 rmpp_recv->newwin += window_size(agent); in continue_rmpp() 570 rmpp_recv->newwin += window_size(agent); in start_rmpp() 650 struct ib_mad_recv_wc *mad_recv_wc, int newwin) in process_ds_ack() argument 656 rmpp_recv->repwin = newwin; in process_ds_ack() 665 int seg_num, newwin, ret; in process_rmpp_ack() local [all …]
|
H A D | mad_priv.h | 145 int newwin; member
|
/freebsd/usr.bin/talk/ |
H A D | init_disp.c | 91 my_win.x_win = newwin(my_win.x_nlines, my_win.x_ncols, 0, 0); in init_display() 98 his_win.x_win = newwin(his_win.x_nlines, his_win.x_ncols, in init_display() 104 line_win = newwin(1, COLS, my_win.x_nlines, 0); in init_display()
|
/freebsd/contrib/netbsd-tests/lib/libcurses/tests/ |
H A D | window_create | 1 call win1 newwin 6 6 2 5
|
H A D | wprintw | 2 call win1 newwin 2 5 2 5
|
H A D | background | 9 call win1 newwin 6 6 2 5
|
H A D | copywin | 3 call win2 newwin 7 9 10 14
|
/freebsd/contrib/ncurses/ncurses/base/ |
H A D | lib_newwin.c | 139 NCURSES_SP_NAME(newwin) (NCURSES_SP_DCLx in NCURSES_SP_NAME() argument 183 newwin(int num_lines, int num_columns, int begy, int begx) in newwin() function 187 win = NCURSES_SP_NAME(newwin) (CURRENT_SCREEN, in newwin()
|
H A D | lib_set_term.c | 664 NewScreen(sp) = NCURSES_SP_NAME(newwin) (NCURSES_SP_ARGx slines, scolumns, in NCURSES_SP_NAME() 670 CurScreen(sp) = NCURSES_SP_NAME(newwin) (NCURSES_SP_ARGx slines, scolumns, in NCURSES_SP_NAME() 729 w = NCURSES_SP_NAME(newwin) (NCURSES_SP_ARGx in NCURSES_SP_NAME() 756 if ((StdScreen(sp) = NCURSES_SP_NAME(newwin) (NCURSES_SP_ARGx in NCURSES_SP_NAME()
|
H A D | lib_window.c | 195 nwin = NCURSES_SP_NAME(newwin) (NCURSES_SP_ARGx in dupwin()
|
H A D | lib_screen.c | 548 nwin = NCURSES_SP_NAME(newwin) (NCURSES_SP_ARGx in NCURSES_SP_NAME()
|
/freebsd/contrib/ncurses/misc/ |
H A D | ncurses.supp | 132 fun:newwin 156 fun:newwin
|
H A D | ncurses.def | 293 "newwin" @197 NONAME
|
H A D | ncurses.ref | 218 "newwin" @197 NONAME ; implemented
|
/freebsd/contrib/bsddialog/lib/ |
H A D | barbox.c | 130 if ((b.win = newwin(1, 1, 1, 1)) == NULL) in bsddialog_gauge() 328 if ((b.win = newwin(1, 1, 1, 1)) == NULL) in bsddialog_progressview() 489 if ((b.win = newwin(1, 1, 1, 1)) == NULL) in bsddialog_rangebox() 632 if ((b.win = newwin(1, 1, 1, 1)) == NULL) in bsddialog_pause()
|
H A D | datebox.c | 348 if ((yy_win = newwin(1, 1, 1, 1)) == NULL) in bsddialog_calendar() 351 if ((mm_win = newwin(1, 1, 1, 1)) == NULL) in bsddialog_calendar() 354 if ((dd_win = newwin(1, 1, 1, 1)) == NULL) in bsddialog_calendar() 579 if ((init[i].win = newwin(1, 1, 1, 1)) == NULL) in build_dateitem()
|
H A D | timebox.c | 115 if ((c[i].win = newwin(1, 1, 1, 1)) == NULL) in bsddialog_timebox()
|
H A D | lib_util.c | 943 if ((clear = newwin(d->h, d->w, d->y, d->x)) == NULL) in hide_dialog() 1351 if ((d->shadow = newwin(1, 1, 1, 1)) == NULL) in prepare_dialog() 1356 if ((d->widget = newwin(1, 1, 1, 1)) == NULL)
|
/freebsd/contrib/ee/ |
H A D | new_curse.h | 202 extern WINDOW *newwin P_((int lines, int cols, int start_l, int start_c));
|
H A D | ee.c | 3287 com_win = newwin(1, COLS, (LINES - 1), 0); in set_up_term() 3292 text_win = newwin((LINES - 1), COLS, 0, 0); in set_up_term() 3294 text_win = newwin((LINES - 7), COLS, 6, 0); in set_up_term() 3298 help_win = newwin((LINES - 1), COLS, 0, 0); in set_up_term() 3304 info_win = newwin(6, COLS, 0, 0); in set_up_term() 3413 temp_win = newwin(max_height, max_width, y_off, x_off); in menu_op() 3715 text_win = newwin((LINES - 1), COLS, 0, 0); in no_info_window() 3731 text_win = newwin((LINES - 7), COLS, 6, 0); in create_info_window() 3736 info_win = newwin(6, COLS, 0, 0); in create_info_window()
|
H A 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/contrib/ncurses/man/ |
H A D | man_db.renames.in | 225 newwin.3x newwin.3ncurses
|
H A D | manhtml.aliases | 77 newwin(3X) curs_window(3X)
|
/freebsd/usr.bin/systat/ |
H A D | main.c | 219 wload = newwin(1, 0, 1, 20); in main()
|
/freebsd/usr.sbin/pmcstat/ |
H A D | pmcstat_log.c | 626 w = newwin(1, 0, 1, 0); in pmcstat_keypress_log()
|