Searched refs:WINDOW (Results 1 – 9 of 9) sorted by relevance
/linux-2.4.37.9/scripts/lxdialog/ |
D | dialog.h | 143 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);
|
D | textbox.c | 25 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; in dialog_textbox() 441 print_page (WINDOW * win, int height, int width) in print_page() 460 print_line (WINDOW * win, int row, int width) in print_line() 541 print_position (WINDOW * win, int height, int width) in print_position()
|
D | util.c | 112 attr_clear (WINDOW * win, int height, int width, chtype attr) in attr_clear() 198 print_autowrap (WINDOW * win, const char *prompt, int width, int y, int x) in print_autowrap() 258 print_button (WINDOW * win, const char *label, int y, int x, int selected) in print_button() 286 draw_box (WINDOW * win, int y, int x, int height, int width, in draw_box() 321 draw_shadow (WINDOW * win, int y, int x, int height, int width) in draw_shadow()
|
D | yesno.c | 28 print_buttons(WINDOW *dialog, int height, int width, int selected) in print_buttons() 47 WINDOW *dialog; in dialog_yesno()
|
D | checklist.c | 32 print_item (WINDOW * win, const char *item, int status, in print_item() 64 print_arrows (WINDOW * win, int choice, int item_no, int scroll, in print_arrows() 103 print_buttons( WINDOW *dialog, int height, int width, int selected) in print_buttons() 126 WINDOW *dialog, *list; in dialog_checklist()
|
D | menubox.c | 67 print_item (WINDOW * win, const char *item, int choice, int selected, int hotkey) in print_item() 104 print_arrows (WINDOW * win, int item_no, int scroll, in print_arrows() 149 print_buttons (WINDOW *win, int height, int width, int selected) in print_buttons() 173 WINDOW *dialog, *menu; in dialog_menu()
|
D | inputbox.c | 30 print_buttons(WINDOW *dialog, int height, int width, int selected) in print_buttons() 52 WINDOW *dialog; in dialog_inputbox()
|
D | msgbox.c | 33 WINDOW *dialog; in dialog_msgbox()
|
/linux-2.4.37.9/drivers/net/hamradio/soundmodem/ |
D | gentbl.c | 592 #define WINDOW(x) hamming((float)(x)/(AFSK24_CORRLEN-1.0)) in gentbl_afsk2400() macro 596 sum += (v = 127.0*cos(ARGLO(i))*WINDOW(i)); in gentbl_afsk2400() 602 sum += (v = 127.0*sin(ARGLO(i))*WINDOW(i)); in gentbl_afsk2400() 608 sum += (v = 127.0*cos(ARGHI(i))*WINDOW(i)); in gentbl_afsk2400() 614 sum += (v = 127.0*sin(ARGHI(i))*WINDOW(i)); in gentbl_afsk2400() 620 #undef WINDOW in gentbl_afsk2400()
|