Searched refs:title_win (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/ext2ed/
H A Dwin.c31 WINDOW *title_win,*show_win,*command_win,*mt_win1,*mt_win2,*show_pad; variable
42 werase(title_win);
43 box (title_win,0,0);
45 wmove (title_win,TITLE_WIN_LINES/2,(COLS-strlen (title_string))/2);
46 wprintw (title_win,title_string);
47 wrefresh(title_win);
75 title_win=newwin (TITLE_WIN_LINES,COLS,0,0);
82 if (title_win==NULL || show_win==NULL || show_pad==NULL || command_win==NULL) {
102 wrefresh (title_win);
161 delwin (title_win);
[all...]
H A Dext2ed.h51 1. Title window (title_win).
428 extern WINDOW *title_win,*show_win,*command_win,*show_pad;

Completed in 38 milliseconds