Searched refs:pad (Results 1 - 25 of 313) sorted by relevance

1234567891011>>

/opensolaris-onvv-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dpecho_wc.c47 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...]
H A Dprefresh.c47 * Update newscr with the given pad then display to the terminal.
71 * Update newscr with the given pad. This allows newscr to
78 pnoutrefresh(pad, pminr, pminc, sminr, sminc, smaxr, smaxc)
79 WINDOW *pad;
88 pad, pminr, pminc, sminr, sminc, smaxr, smaxc
108 if (pad->_maxy <= pminr || pad->_maxx <= pminc
117 * beyond the bottom and right-hand edges of the pad.
119 if (pad->_maxx <= pminc + smaxc-sminc+1)
120 smaxc = sminc + pad
[all...]
/opensolaris-onvv-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dpecho_wc.c52 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 Dprefresh.c52 * 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...]
/opensolaris-onvv-gate/usr/src/lib/libcurses/screen/
H A Dnewpad.c50 WINDOW *pad; local
52 pad = newwin(l, nc, 0, 0);
53 if (pad != (WINDOW *) NULL)
54 pad->_flags |= _ISPAD;
55 return (pad);
H A Dpechochar.c48 * 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 Dpechowchar.c39 * 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 Dprefresh.c50 * 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...]
H A Dpnoutref.c50 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));
/opensolaris-onvv-gate/usr/src/lib/libeti/form/common/
H A Dfield_pad.c39 set_field_pad(FIELD *f, int pad) argument
41 if (!(isascii(pad) && isprint(pad)))
46 if (Pad(f) != pad) {
47 Pad(f) = pad;
/opensolaris-onvv-gate/usr/src/lib/libeti/menu/common/
H A Dmenupad.c40 set_menu_pad(MENU *m, int pad) argument
42 if (!isprint(pad)) {
46 Pad(m) = pad;
52 Pad(Dfl_Menu) = pad;
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Daudit_core.c75 /* 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...]
H A Daudit_memory.c33 /* process audit data (pad) cache */
101 p_audit_data_t *pad = vpad; local
103 mutex_init(&pad->pad_lock, NULL, MUTEX_DEFAULT, NULL);
112 p_audit_data_t *pad = vpad; local
114 mutex_destroy(&pad->pad_lock);
/opensolaris-onvv-gate/usr/src/lib/libast/common/tm/
H A Dtmxfmt.c45 number(register char* s, register char* e, register long n, register int p, int w, int pad) argument
51 if (p > 0 && (pad == 0 || pad == '0'))
60 switch (pad)
108 int pad; local
155 pad = 0;
165 pad = c;
176 pad = c;
263 cp = number(cp, ep, (long)(1900 + tm->tm_year) / 100, 2, width, pad);
266 cp = number(cp, ep, (long)tm->tm_mday, 2, width, pad);
[all...]
/opensolaris-onvv-gate/usr/src/lib/libplot/vt0/common/
H A Ddot.c40 struct {char pad, c; short xi, yi, dx; } p; member in struct:__anon4135
H A Dmove.c39 struct {char pad, c; short x, y; } p; member in struct:__anon4137
H A Dpoint.c40 struct {char pad, c; short x, y; } p; member in struct:__anon4138
/opensolaris-onvv-gate/usr/src/uts/common/xen/public/
H A Dnmi.h57 unsigned long pad; member in struct:xennmi_callback
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/asn1/
H A Dx_bignum.c113 int pad; local
117 if(BN_num_bits(bn) & 0x7) pad = 0;
118 else pad = 1;
120 if(pad) *cont++ = 0;
123 return pad + BN_num_bytes(bn);
H A Dx_long.c107 int clen, pad, i; local
122 /* If MSB of leading octet set we need to pad */
123 if(!(clen & 0x7)) pad = 1;
124 else pad = 0;
130 if(pad) *cont++ = (ltmp < 0) ? 0xff : 0;
137 return clen + pad;
/opensolaris-onvv-gate/usr/src/lib/libbc/libc/sys/common/
H A Dcompat.h75 long pad[5]; /* reserved for future use */ member in struct:utmpx
H A Dftruncate.c45 long pad[4]; member in struct:fl
/opensolaris-onvv-gate/usr/src/uts/sun4u/serengeti/sys/
H A Dsgsgn.h55 uint32_t pad; member in struct:__anon10057
/opensolaris-onvv-gate/usr/src/uts/intel/sys/
H A Dsynch32.h48 #define mutex_lockw lock.lock64.pad[7]
49 #define mutex_waiters lock.lock64.pad[6]
50 #define mutex_spinners lock.lock64.pad[5]
/opensolaris-onvv-gate/usr/src/uts/sparc/sys/
H A Dsynch32.h48 #define mutex_lockw lock.lock64.pad[4]
49 #define mutex_waiters lock.lock64.pad[7]
50 #define mutex_spinners lock.lock64.pad[5]

Completed in 209 milliseconds

1234567891011>>