| /onnv/onnv-gate/usr/src/cmd/troff/ |
| ext.h | 183 extern struct widcache { /* width cache, indexed by character */ 185 short width; member in struct:widcache
|
| /onnv/onnv-gate/usr/src/lib/libeti/menu/common/ |
| scale.c | 43 int width; local 46 /* Get the width of one column */ 47 width = MaxName(m) + Marklen(m); 50 width += MaxDesc(m) + 1; 52 Itemlen(m) = width; 55 width = width * Cols(m); 57 width += Cols(m) - 1; 58 Width(m) = width; [all...] |
| /onnv/onnv-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
| waddwchn.c | 52 int x, width; local 61 for (x = w->_curx; x < n && cp->_n != 0; x += width, ++cp) 62 width = __m_cc_replace(w, w->_cury, x, cp, 0);
|
| waddchn.c | 50 int x, width; local 59 for (x = w->_curx; x < n && *chs != 0; x += width, ++chs) { 61 width = __m_cc_replace(w, w->_cury, x, &cc, 0);
|
| wdelch.c | 57 int next, width, y, x; local 69 /* Determine the character width to delete. */ 70 width = __m_cc_width(&w->_line[y][x]); 78 /* Add blank(s) to the end of line based on the width 81 (void) __m_cc_erase(w, y, w->_maxx - width, y, w->_maxx - 1);
|
| whln_st.c | 52 int x, width; local 65 for (x = w->_curx; x < n; x += width) 66 if ((width = __m_cc_replace(w, w->_cury, x, h, 0)) == -1)
|
| wins_wch.c | 48 * the column width of the inserted character. The right most columns 49 * will be truncated according to the width of the character inserted. 58 int width; local 60 /* Determine the character width to insert. */ 61 if ((width = __m_cc_width(cc)) <= 0 || w->_maxx < x + width) 68 &w->_line[y][x + width], &w->_line[y][x], 69 (w->_maxx - x - width) * sizeof **w->_line 73 if (__m_cc_replace(w, y, x, cc, 0) != width) 88 return width; 105 int code, nx, width; local [all...] |
| wscrl.c | 56 int y, x, width, start, finish, to; local
|
| /onnv/onnv-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
| waddwchn.c | 54 int x, width; local 60 x += width, ++cp) 61 width = __m_cc_replace(w, w->_cury, x, cp, 0);
|
| wdelch.c | 61 int next, width, y, x; local 69 /* Determine the character width to delete. */ 70 width = __m_cc_width(&w->_line[y][x]); 77 * Add blank(s) to the end of line based on the width 80 (void) __m_cc_erase(w, y, w->_maxx - width, y, w->_maxx - 1);
|
| whln_st.c | 52 int x, width; local 61 for (x = w->_curx; x < n; x += width) 62 if ((width = __m_cc_replace(w, w->_cury, x, h, 0)) == -1)
|
| wins_wch.c | 54 * the column width of the inserted character. The right most columns 55 * will be truncated according to the width of the character inserted. 60 int width; local 62 /* Determine the character width to insert. */ 63 if ((width = __m_cc_width(cc)) <= 0 || w->_maxx < x + width) 72 (void) __m_cc_erase(w, y, w->_maxx - width, y, w->_maxx - 1); 75 (void) memmove(&w->_line[y][x + width], &w->_line[y][x], 76 (w->_maxx - x - width) * sizeof (**w->_line)); 79 if (__m_cc_replace(w, y, x, cc, 0) != width) 109 int code, nx, width; local [all...] |
| /onnv/onnv-gate/usr/src/lib/libcurses/screen/ |
| tgetwch.c | 48 int c, n, type, width; local 58 width = cswidth[type] - ((type == 1 || type == 2) ? 0 : 1); 61 for (n = 1; n < width; ++n) {
|
| waddwch.c | 45 int width; local 55 if ((width = _curs_wctomb(buf, code & TRIM)) < 0) 60 while (width--)
|
| wgetwch.c | 45 int c, n, type, width; local 57 width = cswidth[type] - ((type == 1 || type == 2) ? 0 : 1); 60 for (n = 1; n <= width; ++n) {
|
| winswch.c | 44 int i, width; local 52 if ((width = _curs_wctomb(buf, code & TRIM)) < 0) 56 for (i = 0; i < width; ++i)
|
| mbtranslate.c | 134 int type, width; local 138 width = cswidth[type]; 140 width++; 142 if (byte + width <= endbyte) { 143 (void) _curs_mbtowc(&wchar, byte, width); 147 byte += width;
|
| /onnv/onnv-gate/usr/src/cmd/adbgen/common/ |
| adbsub.c | 88 int rcount, width, sum, i; local 107 width = 8; 111 width = 8; 113 width = 4; 125 width = 4; 132 width = 2; 141 width = 1; 149 width = 0; 152 width = -1; 163 width = 0 [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Perldoc/ |
| ToText.pm | 20 sub width { shift->_perldoc_elem('width' , @_) } subroutine 60 L<Pod::Text>: alt, indent, loose, quotes, sentence, width
|
| /onnv/onnv-gate/usr/src/lib/libeti/form/common/ |
| ty_alnum.c | 43 * set_field_type(f, TYPE_ALNUM, width); 45 * int width; minimum token width 73 int * width; local 75 if (Alloc(width, int)) 76 *width = va_arg(*ap, int); 77 return ((char *) width); 83 int * width; local 85 if (Alloc(width, int)) 86 *width = *((int *) arg) 99 int width = *((int *) arg); local [all...] |
| ty_alpha.c | 43 * set_field_type(f, TYPE_ALPHA, width); 45 * int width; minimum token width 73 int * width; local 75 if (Alloc(width, int)) 76 *width = va_arg(*ap, int); 77 return ((char *) width); 83 int * width; local 85 if (Alloc(width, int)) 86 *width = *((int *) arg) 99 int width = *((int *) arg); local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| font.h | 37 short width; member in struct:font 44 short width; member in struct:bitmap_data
|
| msio.h | 47 int width; /* width of the screen */ member in struct:__anon7384
|
| /onnv/onnv-gate/usr/src/uts/intel/io/intel_nhm/ |
| nhm_log.h | 42 uint8_t width; member in struct:nhm_dimm
|
| /onnv/onnv-gate/usr/src/cmd/bnu/ |
| getprm.c | 57 int width; local 61 while ((width = mbtowc(&ch, s, MB_CUR_MAX)) && 64 while (width--) 67 s += width; 73 while ((width = mbtowc(&ch, s, MB_CUR_MAX)) && ch) { 85 width = mbtowc(&ch, s+1, MB_CUR_MAX); 98 width = mbtowc(&ch, s+1, MB_CUR_MAX); 136 while (width--) 163 int width; local 168 for (l = *s++; *s; s+=width) { [all...] |