Searched refs:WINDOW (Results 1 - 19 of 19) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/scripts/lxdialog/
H A Ddialog.h143 void attr_clear (WINDOW * win, int height, int width, chtype attr);
146 void print_autowrap (WINDOW * win, const char *prompt, int width, int y, int x);
147 void print_button (WINDOW * win, const char *label, int y, int x, int selected);
148 void draw_box (WINDOW * win, int y, int x, int height, int width, chtype box,
150 void draw_shadow (WINDOW * win, int y, int x, int height, int width);
H A Dyesno.c28 print_buttons(WINDOW *dialog, int height, int width, int selected)
47 WINDOW *dialog;
H A Dmsgbox.c33 WINDOW *dialog;
H A Dtextbox.c25 static void print_page (WINDOW * win, int height, int width);
26 static void print_line (WINDOW * win, int row, int width);
28 static void print_position (WINDOW * win, int height, int width);
43 WINDOW *dialog, *text;
441 print_page (WINDOW * win, int height, int width)
460 print_line (WINDOW * win, int row, int width)
541 print_position (WINDOW * win, int height, int width)
H A Dutil.c112 attr_clear (WINDOW * win, int height, int width, chtype attr)
198 print_autowrap (WINDOW * win, const char *prompt, int width, int y, int x)
258 print_button (WINDOW * win, const char *label, int y, int x, int selected)
286 draw_box (WINDOW * win, int y, int x, int height, int width,
321 draw_shadow (WINDOW * win, int y, int x, int height, int width)
H A Dchecklist.c32 print_item (WINDOW * win, const char *item, int status,
64 print_arrows (WINDOW * win, int choice, int item_no, int scroll,
103 print_buttons( WINDOW *dialog, int height, int width, int selected)
126 WINDOW *dialog, *list;
H A Dmenubox.c67 print_item (WINDOW * win, const char *item, int choice, int selected, int hotkey)
104 print_arrows (WINDOW * win, int item_no, int scroll,
149 print_buttons (WINDOW *win, int height, int width, int selected)
173 WINDOW *dialog, *menu;
H A Dinputbox.c30 print_buttons(WINDOW *dialog, int height, int width, int selected)
52 WINDOW *dialog;
/asus-wl-520gu-7.0.1.45/src/router/config/
H A Ddialog.h150 void attr_clear (WINDOW * win, int height, int width, chtype attr);
152 void print_autowrap (WINDOW * win, const char *prompt, int width, int y, int x);
153 void print_button (WINDOW * win, const char *label, int y, int x, int selected);
154 void draw_box (WINDOW * win, int y, int x, int height, int width, chtype box,
156 void draw_shadow (WINDOW * win, int y, int x, int height, int width);
H A Dyesno.c28 print_buttons(WINDOW *dialog, int height, int width, int selected)
47 WINDOW *dialog;
H A Dmsgbox.c33 WINDOW *dialog;
H A Dtextbox.c25 static void print_page (WINDOW * win, int height, int width);
26 static void print_line (WINDOW * win, int row, int width);
28 static void print_position (WINDOW * win, int height, int width);
43 WINDOW *dialog, *text;
441 print_page (WINDOW * win, int height, int width)
460 print_line (WINDOW * win, int row, int width)
541 print_position (WINDOW * win, int height, int width)
H A Dutil.c112 attr_clear (WINDOW * win, int height, int width, chtype attr)
198 print_autowrap (WINDOW * win, const char *prompt, int width, int y, int x)
258 print_button (WINDOW * win, const char *label, int y, int x, int selected)
286 draw_box (WINDOW * win, int y, int x, int height, int width,
321 draw_shadow (WINDOW * win, int y, int x, int height, int width)
H A Dchecklist.c32 print_item (WINDOW * win, const char *item, int status,
64 print_arrows (WINDOW * win, int choice, int item_no, int scroll,
103 print_buttons( WINDOW *dialog, int height, int width, int selected)
127 WINDOW *dialog, *list;
H A Dmenubox.c67 print_item (WINDOW * win, const char *item, int choice, int selected, int hotkey)
104 print_arrows (WINDOW * win, int item_no, int scroll,
149 print_buttons (WINDOW *win, int height, int width, int selected)
172 WINDOW *dialog, *menu;
H A Dinputbox.c30 print_buttons(WINDOW *dialog, int height, int width, int selected)
52 WINDOW *dialog;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/hamradio/soundmodem/
H A Dgentbl.c584 #define WINDOW(x) hamming((float)(x)/(AFSK24_CORRLEN-1.0)) macro
588 sum += (v = 127.0*cos(ARGLO(i))*WINDOW(i));
594 sum += (v = 127.0*sin(ARGLO(i))*WINDOW(i));
600 sum += (v = 127.0*cos(ARGHI(i))*WINDOW(i));
606 sum += (v = 127.0*sin(ARGHI(i))*WINDOW(i));
612 #undef WINDOW macro
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/ext2ed/
H A Dext2ed.h428 extern WINDOW *title_win,*show_win,*command_win,*show_pad;
H A Dwin.c31 WINDOW *title_win,*show_win,*command_win,*mt_win1,*mt_win2,*show_pad;

Completed in 83 milliseconds