H A D | lib_util.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2021-2023 Alfonso Sabato Siciliano 39 * -1- Error and diagnostic 45 * -- 151 mvwaddwch(WINDOW * w,int y,int x,wchar_t wch) mvwaddwch() argument 230 draw_button(WINDOW * window,int y,int x,int size,const char * text,wchar_t first,bool selected,bool shortcut) draw_button() argument 270 int i, x, startx, y; draw_buttons() local 596 int i, j, x, y, z, l, line, maxwidth, tablen; text_autosize() local 736 int min; widget_min_height() local 762 int min, delimtitle, wbottomtitle, wtitle; widget_min_width() local 881 set_widget_position(struct bsddialog_conf * conf,int * y,int * x,int h,int w) set_widget_position() argument 1025 update_box(struct bsddialog_conf * conf,WINDOW * win,int y,int x,int h,int w,enum elevation elev) update_box() argument 1126 print_string(WINDOW * win,int * rows,int cols,int * y,int * x,wchar_t * str,bool color) print_string() argument 1183 int i, j, z, rows, cols, x, y, tablen; print_textpad() local [all...] |