Searched refs:newwin (Results 1 – 9 of 9) sorted by relevance
/external/e2fsprogs/ext2ed/ |
D | win.c | 76 title_win=newwin (TITLE_WIN_LINES,COLS,0,0); in init_windows() 77 show_win=newwin (SHOW_WIN_LINES,COLS,TITLE_WIN_LINES,0); in init_windows() 79 mt_win1=newwin (1,COLS,TITLE_WIN_LINES+SHOW_WIN_LINES,0); in init_windows() 80 mt_win2=newwin (1,COLS,LINES-COMMAND_WIN_LINES-1,0); in init_windows() 81 command_win=newwin (COMMAND_WIN_LINES,COLS,LINES-COMMAND_WIN_LINES,0); in init_windows()
|
/external/syslinux/gpxe/src/hci/mucurses/ |
D | windows.c | 121 WINDOW *newwin ( int nlines, int ncols, int begin_y, int begin_x ) { in newwin() function 154 child = newwin( nlines, ncols, begin_y, begin_x ); in subwin()
|
/external/syslinux/gpxe/src/util/ |
D | mucurses_test.c | 31 secret = newwin( stdscr->height / 2, in get_iscsi_chap_secret()
|
/external/toybox/kconfig/lxdialog/ |
D | yesno.c | 59 dialog = newwin(height, width, y, x); in dialog_yesno()
|
D | inputbox.c | 69 dialog = newwin(height, width, y, x); in dialog_inputbox()
|
D | textbox.c | 91 dialog = newwin(height, width, y, x); in dialog_textbox()
|
D | checklist.c | 142 dialog = newwin(height, width, y, x); in dialog_checklist()
|
D | menubox.c | 209 dialog = newwin(height, width, y, x); in dialog_menu()
|
/external/syslinux/gpxe/src/include/ |
D | curses.h | 331 extern WINDOW *newwin ( int, int, int, int );
|