| /freebsd-12.1/contrib/dialog/samples/ |
| H A D | dialog.py | 104 def yesno(self, text, height=10, width=30, title=''): argument 115 def msgbox(self, text, height=10, width=30, title=''): argument 124 def infobox(self, text, height=10, width=30): argument 129 def inputbox(self, text, height=10, width=30, init='', title=''): argument 145 def textbox(self, filename, height=20, width=60, title=None): argument 153 def menu(self, text, height=15, width=54, list=[]): argument 172 def checklist(self, text, height=15, width=54, list=[], checked=None): argument 203 def radiolist(self, text, height=15, width=54, list=[], selected=0): argument 236 def scrollbox(self, text, height=20, width=60, title=''): argument 252 def gauge_start(self, perc=0, text='', height=8, width=54, title=''): argument
|
| /freebsd-12.1/lib/libc/stdlib/ |
| H A D | lsearch.c | 22 void *lsearch(const void *key, void *base, size_t *nelp, size_t width, in lsearch() 29 void *lfind(const void *key, const void *base, size_t *nelp, size_t width, in lfind() 37 lwork(const void *key, const void *base, size_t *nelp, size_t width, in lwork()
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | ui-out.c | 37 int width; member 390 int width; in ui_out_begin() local 461 int width; in ui_out_field_int() local 478 int width; in ui_out_field_fmt_int() local 529 int width; in ui_out_field_skip() local 543 int width; in ui_out_field_string() local 559 int width; in ui_out_field_fmt() local 804 int width, in default_field_string() 926 uo_field_string (struct ui_out *uiout, int fldno, int width, in uo_field_string() 1021 int width, in append_header_to_list() [all …]
|
| H A D | cli-out.c | 150 cli_table_header (struct ui_out *uiout, int width, enum ui_align alignment, in cli_table_header() 188 cli_field_int (struct ui_out *uiout, int fldno, int width, in cli_field_int() 204 cli_field_skip (struct ui_out *uiout, int fldno, int width, in cli_field_skip() 220 int width, in cli_field_string() 270 int width, enum ui_align align, in cli_field_fmt()
|
| /freebsd-12.1/lib/libc/stdio/ |
| H A D | vfscanf.c | 130 convert_char(FILE *fp, char * p, int width) in convert_char() 164 convert_wchar(FILE *fp, wchar_t *wcp, int width, locale_t locale) in convert_wchar() 184 convert_ccl(FILE *fp, char * p, int width, const char *ccltab) in convert_ccl() 223 convert_wccl(FILE *fp, wchar_t *wcp, int width, const char *ccltab, in convert_wccl() 254 convert_string(FILE *fp, char * p, int width) in convert_string() 285 convert_wstring(FILE *fp, wchar_t *wcp, int width, locale_t locale) in convert_wstring() 320 parseint(FILE *fp, char * __restrict buf, int width, int base, int flags) in parseint() 474 size_t width; /* field width, or 0 */ in __svfscanf() local
|
| H A D | vfwscanf.c | 143 convert_char(FILE *fp, char * mbp, int width, locale_t locale) in convert_char() 167 convert_wchar(FILE *fp, wchar_t *wcp, int width, locale_t locale) in convert_wchar() 184 convert_ccl(FILE *fp, char * mbp, int width, const struct ccl *ccl, in convert_ccl() 212 convert_wccl(FILE *fp, wchar_t *wcp, int width, const struct ccl *ccl, in convert_wccl() 242 convert_string(FILE *fp, char * mbp, int width, locale_t locale) in convert_string() 269 convert_wstring(FILE *fp, wchar_t *wcp, int width, locale_t locale) in convert_wstring() 304 parseint(FILE *fp, wchar_t *buf, int width, int base, int flags, in parseint() 454 size_t width; /* field width, or 0 */ in __vfwscanf() local
|
| /freebsd-12.1/contrib/llvm/include/llvm/ADT/ |
| H A D | APSInt.h | 81 APSInt trunc(uint32_t width) const { in trunc() 85 APSInt extend(uint32_t width) const { in extend() 92 APSInt extOrTrunc(uint32_t width) const { in extOrTrunc()
|
| /freebsd-12.1/contrib/dialog/ |
| H A D | progressbox.c | 90 print_line(MY_OBJ * obj, WINDOW *win, int row, int width) in print_line() 112 pause_for_ok(WINDOW *dialog, int height, int width) in pause_for_ok() 198 int width, in dlg_progressbox() 295 dialog_progressbox(const char *title, const char *cprompt, int height, int width) in dialog_progressbox()
|
| H A D | util.c | 214 dlg_attr_clear(WINDOW *win, int height, int width, chtype attr) in dlg_attr_clear() 612 centered(int width, const char *string) in centered() 1024 int width, in dlg_print_scrolled() 1240 int *height, int *width, in real_auto_size() 1308 int *width, in dlg_auto_size() 1333 int *width, in dlg_auto_sizefile() 1796 dlg_print_size(int height, int width) in dlg_print_size() 1803 dlg_ctl_size(int height, int width) in dlg_ctl_size() 1957 dlg_box_x_ordinate(int width) in dlg_box_x_ordinate() 2003 int width = getmaxx(win); in dlg_draw_bottom_box2() local [all …]
|
| /freebsd-12.1/contrib/less/ |
| H A D | cmdbuf.c | 152 int width; local 200 int width; local 274 int width; local 285 int width; local 309 int width, bswidth; in cmd_home() local 338 int width; in cmd_lshift() local 344 int width; in cmd_lshift() local 377 int width; in cmd_rshift() local 396 int width; in cmd_right() local 430 int width = 0; in cmd_left() local
|
| /freebsd-12.1/usr.bin/procstat/ |
| H A D | procstat_files.c | 245 u_int count, i, width; in width_capability() local 263 u_int count, i, width; in print_capability() local 295 u_int capwidth, width; in procstat_files() local
|
| /freebsd-12.1/crypto/openssh/regress/unittests/utf8/ |
| H A D | tests.c | 22 int len, width; in badarg() local 34 one(int utf8, const char *name, const char *mbs, int width, in one()
|
| /freebsd-12.1/lib/libvgl/ |
| H A D | bitmap.c | 48 WriteVerticalLine(VGLBitmap *dst, int x, int y, int width, byte *line) in WriteVerticalLine() 180 ReadVerticalLine(VGLBitmap *src, int x, int y, int width, byte *line) in ReadVerticalLine() 296 VGLBitmap *dst, int dstx, int dsty, int width, int hight) in __VGLBitmapCopy() 360 VGLBitmap *dst, int dstx, int dsty, int width, int hight) in VGLBitmapCopy()
|
| /freebsd-12.1/usr.sbin/bhyve/ |
| H A D | bhyvegc.c | 46 bhyvegc_init(int width, int height, void *fbaddr) in bhyvegc_init() 79 bhyvegc_resize(struct bhyvegc *gc, int width, int height) in bhyvegc_resize()
|
| /freebsd-12.1/contrib/openmp/runtime/src/ |
| H A D | kmp_stats_timing.h | 108 inline std::string formatSeconds(double interval, int width) { in formatSeconds() 112 inline std::string formatTicks(double interval, int width) { in formatTicks()
|
| /freebsd-12.1/contrib/gdb/gdb/tui/ |
| H A D | tui-out.c | 151 tui_table_header (struct ui_out *uiout, int width, enum ui_align alignment, in tui_table_header() 189 tui_field_int (struct ui_out *uiout, int fldno, int width, in tui_field_int() 214 tui_field_skip (struct ui_out *uiout, int fldno, int width, in tui_field_skip() 230 int width, in tui_field_string() 291 int width, enum ui_align align, in tui_field_fmt()
|
| /freebsd-12.1/contrib/ncurses/ncurses/ |
| H A D | wcwidth.h | 212 int w, width = 0; in mk_wcswidth() local 303 int w, width = 0; in mk_wcswidth_cjk() local
|
| /freebsd-12.1/contrib/libxo/libxo/ |
| H A D | xo_wcwidth.h | 212 int w, width = 0; in xo_wcswidth() local 303 int w, width = 0; in mk_wcswidth_cjk() local
|
| /freebsd-12.1/usr.bin/fold/ |
| H A D | fold.c | 73 int rval, width; in main() local 157 fold(int width) in fold()
|
| /freebsd-12.1/contrib/libpcap/missing/ |
| H A D | snprintf.c | 128 int width, int prec, int flags, int minusp) in append_number() 217 int width, in append_string() 248 int width, in append_char() 289 int width = 0; in xyzprintf() local
|
| /freebsd-12.1/contrib/tcpdump/missing/ |
| H A D | snprintf.c | 128 int width, int prec, int flags, int minusp) in append_number() 217 int width, in append_string() 248 int width, in append_char() 289 int width = 0; in xyzprintf() local
|
| /freebsd-12.1/contrib/ncurses/form/ |
| H A D | fty_alnum.c | 43 int width; member 162 int width = ((const thisARG *)argp)->width; in Check_This_Field() local
|
| H A D | fty_alpha.c | 43 int width; member 162 int width = ((const thisARG *)argp)->width; in Check_This_Field() local
|
| /freebsd-12.1/contrib/gdb/gdb/mi/ |
| H A D | mi-out.c | 145 mi_table_header (struct ui_out *uiout, int width, enum ui_align alignment, in mi_table_header() 190 mi_field_int (struct ui_out *uiout, int fldno, int width, in mi_field_int() 205 mi_field_skip (struct ui_out *uiout, int fldno, int width, in mi_field_skip() 220 int width, in mi_field_string() 241 int width, enum ui_align align, in mi_field_fmt()
|
| /freebsd-12.1/sys/compat/linux/ |
| H A D | linux_videodev_compat.h | 29 int32_t width, height; member 36 uint32_t width, height; member 46 l_int height, width; member
|