Home
last modified time | relevance | path

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

/external/e2fsprogs/ext2ed/
Dwin.c76 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/
Dwindows.c121 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/
Dmucurses_test.c31 secret = newwin( stdscr->height / 2, in get_iscsi_chap_secret()
/external/toybox/kconfig/lxdialog/
Dyesno.c59 dialog = newwin(height, width, y, x); in dialog_yesno()
Dinputbox.c69 dialog = newwin(height, width, y, x); in dialog_inputbox()
Dtextbox.c91 dialog = newwin(height, width, y, x); in dialog_textbox()
Dchecklist.c142 dialog = newwin(height, width, y, x); in dialog_checklist()
Dmenubox.c209 dialog = newwin(height, width, y, x); in dialog_menu()
/external/syslinux/gpxe/src/include/
Dcurses.h331 extern WINDOW *newwin ( int, int, int, int );