/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | newpad.c | 50 WINDOW *pad; local 52 pad = newwin(l, nc, 0, 0); 53 if (pad != (WINDOW *) NULL) 54 pad->_flags |= _ISPAD; 55 return (pad);
|
H A D | pechochar.c | 48 * pechochar(WINDOW *pad, chtype ch) is functionally equivalent to 49 * waddch(WINDOW *pad, chtype ch), prefresh(WINDOW *pad, `the same arguments 57 pechochar(WINDOW *pad, chtype ch) argument 63 * If pad->_padwin exists(meaning that p*refresh have been 65 * wechochar on the pad itself 68 if ((padwin = pad->_padwin) != NULL) { 69 padwin->_cury = pad->_cury - padwin->_pary; 70 padwin->_curx = pad->_curx - padwin->_parx; 72 pad [all...] |
H A D | pechowchar.c | 39 * pechochar(WINDOW *pad, chtype ch) is functionally equivalent to 40 * waddch(WINDOW *pad, chtype ch), prefresh(WINDOW *pad, `the same arguments 48 pechowchar(WINDOW *pad, chtype ch) argument 54 * If pad->_padwin exists(meaning that p*refresh have been 56 * wechochar on the pad itself 59 if ((padwin = pad->_padwin) != NULL) { 60 padwin->_cury = pad->_cury - padwin->_pary; 61 padwin->_curx = pad->_curx - padwin->_parx; 63 pad [all...] |
H A D | pnoutref.c | 50 pnoutrefresh(WINDOW *pad, int pby, int pbx, int sby, int sbx, int sey, int sex) argument 52 return (_prefresh(wnoutrefresh, pad, pby, pbx, sby, sbx, sey, sex));
|
H A D | prefresh.c | 50 * with the 'pad' structure of Sys V.2. Since windows now can be of 52 * parent windows effortlessly, a separate notion of 'pad' as 55 * pminy, pminx: the area (pminy, pminx, maxy, maxx) of pad is refreshed 60 prefresh(WINDOW *pad, int pminy, int pminx, int sminy, argument 63 return (_prefresh(wrefresh, pad, pminy, pminx, sminy, 68 _prefresh(int (*func)(WINDOW *), WINDOW *pad, int pminy, int pminx, argument 73 * If pad->_padwin doesn't exist(meaning that this is 77 if (!pad->_padwin) { 78 if ((pad->_padwin = derwin(pad, pa 101 _padjust(WINDOW *pad, int pminy, int pminx, int sminy, int sminx, int smaxy, int smaxx) argument [all...] |
/illumos-gate/usr/src/lib/libeti/form/common/ |
H A D | field_pad.c | 39 set_field_pad(FIELD *f, int pad) argument 41 if (!(isascii(pad) && isprint(pad))) 46 if (Pad(f) != pad) { 47 Pad(f) = pad;
|
/illumos-gate/usr/src/lib/libeti/menu/common/ |
H A D | menupad.c | 40 set_menu_pad(MENU *m, int pad) argument 42 if (!isprint(pad)) { 46 Pad(m) = pad; 52 Pad(Dfl_Menu) = pad;
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | pecho_wc.c | 47 pecho_wchar(WINDOW *pad, const cchar_t *cc) argument 52 __m_trace("pecho_wchar(%p, %p)", pad, cc); 56 dy = pad->_smaxy - pad->_sminy; 57 dx = pad->_smaxx - pad->_sminx; 60 if (pad->_cury < pad->_refy || pad->_curx < pad [all...] |
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | pecho_wc.c | 52 pecho_wchar(WINDOW *pad, const cchar_t *cc) argument 58 dy = pad->_smaxy - pad->_sminy; 59 dx = pad->_smaxx - pad->_sminx; 63 if (pad->_cury < pad->_refy || pad->_curx < pad->_refx || 64 pad [all...] |
H A D | prefresh.c | 52 * Update newscr with the given pad then display to the terminal. 68 * Update newscr with the given pad. This allows newscr to 75 pnoutrefresh(WINDOW *pad, int pminr, int pminc, int sminr, int sminc, argument 97 if (pad->_maxy <= pminr || pad->_maxx <= pminc || 108 * beyond the bottom and right-hand edges of the pad. 110 if (pad->_maxx <= pminc + smaxc-sminc + 1) 111 smaxc = sminc + pad->_maxx - 1 - pminc; 112 if (pad->_maxy <= pminr + smaxr-sminr + 1) 113 smaxr = sminr + pad [all...] |
/illumos-gate/usr/src/lib/libfakekernel/common/ |
H A D | cred.c | 23 uint32_t pad[100]; member in struct:cred
|
/illumos-gate/usr/src/lib/libbc/libc/sys/common/ |
H A D | ftruncate.c | 45 long pad[4]; member in struct:fl
|
H A D | compat.h | 75 long pad[5]; /* reserved for future use */ member in struct:utmpx
|
/illumos-gate/usr/src/uts/common/xen/public/ |
H A D | nmi.h | 57 unsigned long pad; member in struct:xennmi_callback
|
/illumos-gate/usr/src/uts/sun4u/serengeti/sys/ |
H A D | sgsgn.h | 55 uint32_t pad; member in struct:__anon9969
|
/illumos-gate/usr/src/boot/lib/libstand/ |
H A D | rarp.c | 72 u_char pad[18]; /* 60 - sizeof(arp) */ member in struct:__anon90::__anon91 79 u_char pad[24]; /* extra space */ member in struct:__anon92::__anon93
|
H A D | arp.c | 83 u_char pad[18]; /* 60 - sizeof(...) */ member in struct:__anon43::__anon44 90 u_char pad[24]; /* extra space */ member in struct:__anon45::__anon46
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | ctime.c | 93 ct_numb(char *cp, int n, char pad) argument 99 *cp++ = pad;
|
/illumos-gate/usr/src/cmd/troff/ |
H A D | n7.c | 89 int pad, k; local 162 pad = 0; 164 pad += width(j); 176 pad += adsp; 180 pad -= resol; 183 pad += resol; 188 horiz(pad);
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | ipc.h | 56 int pad[4]; /* reserve area */ member in struct:ipc_perm
|
/illumos-gate/usr/src/head/ |
H A D | utmpx.h | 81 int pad[5]; /* reserved for future use */ member in struct:utmpx 115 int32_t pad[5]; /* reserved for future use */ member in struct:futmpx
|
/illumos-gate/usr/src/cmd/audio/utilities/ |
H A D | AudioTypeG72X.cc | 104 Double pad; local 135 pad = outhdr.Samples_to_Time( 139 outbuf = new AudioBuffer(length + pad, "(G72x conversion buffer)");
|
/illumos-gate/usr/src/cmd/time/ |
H A D | time.c | 58 static char *pad = "000 "; variable 163 c = (digit[i] != 0) ? digit[i]+'0' : (nonzero ? '0': pad[i]);
|
/illumos-gate/usr/src/psm/promif/ieee1275/common/ |
H A D | prom_printf.c | 99 int b, c, i, pad, width, ells; local 131 for (pad = ' '; c == '0'; c = *fmt++) 132 pad = '0'; 181 _printn(ul, b, width, pad, bp); 226 _printn(uint64_t n, int b, int width, int pad, char **bp) argument 238 *cp++ = (char)pad;
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | audit_core.c | 75 /* initialize the process audit data (pad) memory allocator */ 140 struct p_audit_data *pad; local 143 pad = P2A(p); 144 if (pad == NULL) { 151 if (pad->pad_flags & PAD_SETMASK) { 157 mutex_enter(&pad->pad_lock); 159 if (pad->pad_flags & PAD_SETMASK) { 162 mutex_exit(&pad->pad_lock); 171 ainfo->ai_mask = pad->pad_newmask; 175 pad 214 p_audit_data_t *pad; /* child process audit data */ local 286 p_audit_data_t *pad; local [all...] |