Home
last modified time | relevance | path

Searched refs:newwin (Results 1 – 25 of 33) sorted by relevance

12

/freebsd-12-stable/sys/ofed/drivers/infiniband/core/
Dib_mad_rmpp.c67 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 …]
Dmad_priv.h147 int newwin; member
/freebsd-12-stable/usr.bin/talk/
Dinit_disp.c97 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/
Dlib_newwin.c134 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()
Dlib_set_term.c597 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()
Dlib_screen.c72 nwin = NCURSES_SP_NAME(newwin) (NCURSES_SP_ARGx in NCURSES_EXPORT()
Dlib_window.c195 nwin = NCURSES_SP_NAME(newwin) (NCURSES_SP_ARGx in dupwin()
/freebsd-12-stable/contrib/netbsd-tests/lib/libcurses/tests/
Dwindow_create1 call win1 newwin 6 6 2 5
Dwprintw2 call win1 newwin 2 5 2 5
Dbackground9 call win1 newwin 6 6 2 5
Dcopywin3 call win2 newwin 7 9 10 14
/freebsd-12-stable/contrib/ncurses/misc/
Dncurses.supp131 fun:newwin
155 fun:newwin
Dncurses.def293 "newwin" @197 NONAME
Dncurses.ref218 "newwin" @197 NONAME ; implemented
/freebsd-12-stable/contrib/gdb/gdb/tui/
Dtui-wingeneral.c153 handle = newwin (win_info->height, in tui_make_window()
/freebsd-12-stable/contrib/ee/
Dnew_curse.h202 extern WINDOW *newwin P_((int lines, int cols, int start_l, int start_c));
Dee.c3288 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()
Dnew_curse.c757 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/
Dmain.c208 wload = newwin(1, 0, 1, 20); in main()
/freebsd-12-stable/usr.sbin/pmcstat/
Dpmcstat_log.c611 w = newwin(1, 0, 1, 0); in pmcstat_keypress_log()
/freebsd-12-stable/contrib/dialog/
Dutil.c1051 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/
Dmad.h1464 uint32_t newwin; member
/freebsd-12-stable/contrib/gcc/
Dsys-protos.h772 extern WINDOW * newwin(int, int, int, int);
/freebsd-12-stable/lib/ncurses/ncurses/
DMakefile1028 curs_window.3 newwin.3 \
/freebsd-12-stable/contrib/ncurses/ncurses/
Dllib-lncurses1617 #undef newwin
1618 WINDOW *newwin(

12