Home
last modified time | relevance | path

Searched defs:cols (Results 1 – 25 of 82) sorted by relevance

1234

/freebsd/contrib/bsddialog/lib/
H A Dmessagebox.c96 do_message(struct bsddialog_conf *conf, const char *text, int rows, int cols, in do_message() argument
201 return (do_message(conf, text, rows, cols, OK_LABEL, NULL)); in bsddialog_yesno() argument
208 return (do_message(conf, text, rows, cols, "Yes", "No")); in bsddialog_infobox() argument
194 bsddialog_msgbox(struct bsddialog_conf * conf,const char * text,int rows,int cols) bsddialog_msgbox() argument
[all...]
H A Dbarbox.c119 int cols, unsigned int perc, int fd, const char *sep, const char *end) in bsddialog_gauge() argument
210 mvwaddcstr(WINDOW *win, int y, int x, const char *mbstring, unsigned int cols) in do_mixedgauge() argument
309 bsddialog_mixedgauge(struct bsddialog_conf * conf,const char * text,int rows,int cols,unsigned int mainperc,unsigned int nminibars,const char ** minilabels,int * minipercs) bsddialog_mixedgauge() argument
322 bsddialog_progressview(struct bsddialog_conf * conf,const char * text,int rows,int cols,struct bsddialog_progviewconf * pvconf,unsigned int nminibar,struct bsddialog_fileminibar * minibar) bsddialog_progressview() argument
423 bsddialog_rangebox(struct bsddialog_conf * conf,const char * text,int rows,int cols,int min,int max,int * value) bsddialog_rangebox() argument
571 bsddialog_pause(struct bsddialog_conf * conf,const char * text,int rows,int cols,unsigned int * seconds) bsddialog_pause() argument
[all...]
H A Dlib_util.c160 int str_props(const char *mbstring, unsigned int *cols, bool *has_multi_col) in str_props() argument
678 text_size(struct bsddialog_conf *conf, int rows, int cols, const char *text, in text_size() argument
799 set_widget_size(struct bsddialog_conf * conf,int rows,int cols,int * h,int * w) set_widget_size() argument
829 set_widget_autosize(struct bsddialog_conf * conf,int rows,int cols,int * h,int * w,const char * text,int * rowstext,struct buttons * bs,int hnotext,int minw) set_widget_autosize() 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
1328 prepare_dialog(struct bsddialog_conf * conf,const char * text,int rows,int cols,struct dialog * d) prepare_dialog() argument
[all...]
H A Dmenubox.c502 do_mixedlist(struct bsddialog_conf *conf, const char *text, int rows, int cols, in do_mixedlist() argument
692 bsddialog_mixedlist(struct bsddialog_conf * conf,const char * text,int rows,int cols,unsigned int menurows,unsigned int ngroups,struct bsddialog_menugroup * groups,int * focuslist,int * focusitem) bsddialog_mixedlist() argument
705 bsddialog_checklist(struct bsddialog_conf * conf,const char * text,int rows,int cols,unsigned int menurows,unsigned int nitems,struct bsddialog_menuitem * items,int * focusitem) bsddialog_checklist() argument
721 bsddialog_menu(struct bsddialog_conf * conf,const char * text,int rows,int cols,unsigned int menurows,unsigned int nitems,struct bsddialog_menuitem * items,int * focusitem) bsddialog_menu() argument
737 bsddialog_radiolist(struct bsddialog_conf * conf,const char * text,int rows,int cols,unsigned int menurows,unsigned int nitems,struct bsddialog_menuitem * items,int * focusitem) bsddialog_radiolist() argument
[all...]
H A Dtimebox.c96 int cols, unsigned int *hh, unsigned int *mm, unsigned int *ss) in bsddialog_timebox() argument
H A Dformbox.c217 int width, oldwidth, nextwidth, cols; in fieldctl() local
464 unsigned int n, cols; in drawitem() local
676 bsddialog_form(struct bsddialog_conf * conf,const char * text,int rows,int cols,unsigned int formheight,unsigned int nitems,struct bsddialog_formitem * items,int * focusitem) bsddialog_form() argument
[all...]
H A Dtextbox.c129 bsddialog_textbox(struct bsddialog_conf * conf,const char * file,int rows,int cols) bsddialog_textbox() argument
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_slk.c80 _nc_format_slks(NCURSES_SP_DCLx int cols) in _nc_format_slks()
138 _nc_slk_initialize(WINDOW *stwin, int cols) in _nc_slk_initialize()
H A Dlib_newterm.c247 int cols; in NCURSES_SP_NAME() local
/freebsd/contrib/dialog/
H A Dcolumns.c124 unsigned cols = split_row(*value, offsets, widths); in dlg_align_columns() local
139 unsigned cols = split_row(*value, offsets, widths); in dlg_align_columns() local
H A Dinputstr.c492 const int *cols = dlg_index_columns(string); in dlg_count_columns() local
509 const int *cols = dlg_index_columns(string); in dlg_limit_columns() local
652 const int *cols = dlg_index_columns(string); in compute_edit_offset() local
713 const int *cols = dlg_index_columns(string); in dlg_show_string() local
/freebsd/lib/libutil/
H A Dhexdump.c45 int cols; in hexdump() local
/freebsd/contrib/ncurses/menu/
H A Dm_format.c125 menu_format(const MENU *menu, int *rows, int *cols) in menu_format()
/freebsd/usr.bin/column/
H A Dcolumn.c207 int cols, *len; member
219 wchar_t **cols; in maketbl() local
/freebsd/sys/dev/syscons/
H A Dscvtb.c49 sc_vtb_init(sc_vtb_t *vtb, int type, int cols, int rows, void *buf, int wait) in sc_vtb_init()
112 sc_vtb_size(int cols, int rows) in sc_vtb_size()
/freebsd/sys/dev/virtio/console/
H A Dvirtio_console.h44 uint16_t cols; member
/freebsd/sys/contrib/openzfs/lib/libspl/
H A Dbacktrace.c121 uint_t cols = 0; in libspl_backtrace() local
/freebsd/usr.bin/tabs/
H A Dtabs.c80 long cols, i, inc, j, margin, nstops, stops[NSTOPS]; in main() local
/freebsd/contrib/ncurses/form/
H A Dfld_def.c276 new_field(int rows, int cols, int frow, int fcol, int nrow, int nbuf) in new_field()
/freebsd/contrib/mandoc/
H A Dout.h56 struct roffcol *cols; /* master column specifiers */ member
/freebsd/usr.sbin/mpsutil/
H A Dmpsutil.c165 int cols; in hexdump() local
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_util.h92 char **cols; /* Array of column names */ member
/freebsd/contrib/tcsh/
H A Ded.init.c91 int lins, cols; in check_window_size() local
/freebsd/contrib/nvi/cl/
H A Dcl_main.c53 size_t rows, cols; in main() local
/freebsd/contrib/nvi/vi/
H A Dvs_relative.c54 size_t cols, screens; in vs_screens() local

1234