Searched refs:fill_window (Results 1 – 7 of 7) sorted by relevance
/openbmc/u-boot/scripts/kconfig/ |
H A D | nconf.gui.c | 215 void fill_window(WINDOW *win, const char *text) in fill_window() function 306 fill_window(msg_win, msg); in btn_dialog() 419 fill_window(prompt_win, prompt); in dialog_inputbox() 580 fill_window(pad, text); in show_scroll_win()
|
H A D | nconf.h | 86 void fill_window(WINDOW *win, const char *text);
|
/openbmc/linux/scripts/kconfig/ |
H A D | nconf.gui.c | 165 void fill_window(WINDOW *win, const char *text) in fill_window() function 256 fill_window(msg_win, msg); in btn_dialog() 369 fill_window(prompt_win, prompt); in dialog_inputbox() 544 fill_window(pad, text); in show_scroll_win_ext()
|
H A D | nconf.h | 77 void fill_window(WINDOW *win, const char *text);
|
/openbmc/linux/lib/zlib_deflate/ |
H A D | deflate.c | 72 static void fill_window (deflate_state *s); 744 static void fill_window( in fill_window() function 887 fill_window(s); in deflate_stored() 938 fill_window(s); in deflate_fast() 1033 fill_window(s); in deflate_slow()
|
/openbmc/u-boot/lib/zlib/ |
H A D | deflate.c | 76 local void fill_window OF((deflate_state *s)); 1303 local void fill_window(s) in fill_window() function 1482 fill_window(s); 1532 fill_window(s); 1629 fill_window(s); 1753 fill_window(s); 1814 fill_window(s);
|
/openbmc/qemu/hw/display/ |
H A D | artist.c | 448 static void fill_window(ARTISTState *s, in fill_window() function 955 fill_window(s, artist_get_x(s->vram_start), in artist_reg_write() 976 fill_window(s, artist_get_x(s->vram_start), in artist_reg_write()
|