| /NextBSD/contrib/dialog/samples/ |
| HD | 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
|
| /NextBSD/lib/libc/stdlib/ |
| HD | 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()
|
| /NextBSD/contrib/gdb/gdb/ |
| HD | ui-out.c | 37 int width; member 340 ui_out_table_header (struct ui_out *uiout, int width, enum ui_align alignment, in ui_out_table_header() 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 767 default_table_header (struct ui_out *uiout, int width, enum ui_align alignment, in default_table_header() 789 default_field_int (struct ui_out *uiout, int fldno, int width, in default_field_int() [all …]
|
| HD | 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()
|
| /NextBSD/lib/libc/stdio/ |
| HD | vfscanf.c | 128 convert_char(FILE *fp, char * p, int width) in convert_char() 162 convert_wchar(FILE *fp, wchar_t *wcp, int width, locale_t locale) in convert_wchar() 182 convert_ccl(FILE *fp, char * p, int width, const char *ccltab) in convert_ccl() 221 convert_wccl(FILE *fp, wchar_t *wcp, int width, const char *ccltab, in convert_wccl() 252 convert_string(FILE *fp, char * p, int width) in convert_string() 283 convert_wstring(FILE *fp, wchar_t *wcp, int width, locale_t locale) in convert_wstring() 318 parseint(FILE *fp, char * __restrict buf, int width, int base, int flags) in parseint() 472 size_t width; /* field width, or 0 */ in __svfscanf() local
|
| HD | vfwscanf.c | 141 convert_char(FILE *fp, char * mbp, int width, locale_t locale) in convert_char() 165 convert_wchar(FILE *fp, wchar_t *wcp, int width, locale_t locale) in convert_wchar() 182 convert_ccl(FILE *fp, char * mbp, int width, const struct ccl *ccl, in convert_ccl() 210 convert_wccl(FILE *fp, wchar_t *wcp, int width, const struct ccl *ccl, in convert_wccl() 240 convert_string(FILE *fp, char * mbp, int width, locale_t locale) in convert_string() 267 convert_wstring(FILE *fp, wchar_t *wcp, int width, locale_t locale) in convert_wstring() 302 parseint(FILE *fp, wchar_t *buf, int width, int base, int flags, in parseint() 452 size_t width; /* field width, or 0 */ in __vfwscanf() local
|
| /NextBSD/contrib/dialog/ |
| HD | 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()
|
| HD | 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() 1003 dlg_print_autowrap(WINDOW *win, const char *prompt, int height, int width) in dlg_print_autowrap() 1024 int width, in dlg_print_scrolled() 1170 auto_size_preformatted(const char *prompt, int *height, int *width) in auto_size_preformatted() 1240 int *height, int *width, in real_auto_size() 1308 int *width, in dlg_auto_size() 1333 int *width, in dlg_auto_sizefile() 1425 dlg_draw_box2(WINDOW *win, int y, int x, int height, int width, in dlg_draw_box2() 1458 dlg_draw_box(WINDOW *win, int y, int x, int height, int width, in dlg_draw_box() [all …]
|
| HD | guage.c | 47 int width; member 293 int width, in dlg_reallocate_gauge() 361 int width, in dlg_allocate_gauge() 392 int width, in dialog_gauge()
|
| /NextBSD/contrib/llvm/include/llvm/ADT/ |
| HD | APSInt.h | 80 APSInt LLVM_ATTRIBUTE_UNUSED_RESULT trunc(uint32_t width) const { in trunc() 84 APSInt LLVM_ATTRIBUTE_UNUSED_RESULT extend(uint32_t width) const { in extend() 91 APSInt LLVM_ATTRIBUTE_UNUSED_RESULT extOrTrunc(uint32_t width) const { in extOrTrunc()
|
| /NextBSD/contrib/groff/src/libs/libgroff/ |
| HD | paper.cpp | 32 int width = start_width; in add_iso_paper() local 53 double length, double width ) in add_american_paper()
|
| /NextBSD/usr.bin/procstat/ |
| HD | procstat_files.c | 244 u_int count, i, width; in width_capability() local 262 u_int count, i, width; in print_capability() local 294 u_int capwidth, width; in procstat_files() local
|
| /NextBSD/lib/libvgl/ |
| HD | bitmap.c | 46 WriteVerticalLine(VGLBitmap *dst, int x, int y, int width, byte *line) in WriteVerticalLine() 178 ReadVerticalLine(VGLBitmap *src, int x, int y, int width, byte *line) in ReadVerticalLine() 294 VGLBitmap *dst, int dstx, int dsty, int width, int hight) in __VGLBitmapCopy() 358 VGLBitmap *dst, int dstx, int dsty, int width, int hight) in VGLBitmapCopy()
|
| /NextBSD/contrib/gdb/gdb/tui/ |
| HD | 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()
|
| /NextBSD/contrib/libxo/libxo/ |
| HD | xo_wcwidth.h | 212 int w, width = 0; in xo_wcswidth() local 303 int w, width = 0; in mk_wcswidth_cjk() local
|
| /NextBSD/contrib/ncurses/ncurses/ |
| HD | wcwidth.h | 212 int w, width = 0; in mk_wcswidth() local 303 int w, width = 0; in mk_wcswidth_cjk() local
|
| /NextBSD/contrib/less/ |
| HD | cmdbuf.c | 162 int width = is_wide_char(ch) ? 2 : 1; local 300 int width; local 311 int width; local 335 int width, bswidth; in cmd_home() local 364 int width; in cmd_lshift() local 370 int width; in cmd_lshift() local 403 int width; in cmd_rshift() local 422 int width; in cmd_right() local 456 int width, bswidth; in cmd_left() local
|
| /NextBSD/usr.bin/fold/ |
| HD | fold.c | 71 int rval, width; in main() local 155 fold(int width) in fold()
|
| /NextBSD/contrib/tcpdump/missing/ |
| HD | 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
|
| /NextBSD/contrib/libpcap/missing/ |
| HD | 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
|
| /NextBSD/contrib/ncurses/form/ |
| HD | fty_alpha.c | 43 int width; member 162 int width = ((const thisARG *)argp)->width; in Check_This_Field() local
|
| HD | fty_alnum.c | 43 int width; member 162 int width = ((const thisARG *)argp)->width; in Check_This_Field() local
|
| /NextBSD/contrib/gdb/gdb/mi/ |
| HD | 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()
|
| /NextBSD/sys/compat/linux/ |
| HD | linux_videodev_compat.h | 29 int32_t width, height; member 36 uint32_t width, height; member 46 l_int height, width; member
|
| /NextBSD/usr.sbin/ppp/ |
| HD | ncpaddr.h | 38 int width; member 43 int width; member
|