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

1234567891011>>

/illumos-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...]
/illumos-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...]
/illumos-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));
/illumos-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;
/illumos-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;
/illumos-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);
/illumos-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...]
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/arm/
H A Dexynos5250-arndale.dts43 pad0: pad@11400000 {
/illumos-gate/usr/src/uts/common/xen/public/
H A Dnmi.h57 unsigned long pad; member in struct:xennmi_callback
/illumos-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
/illumos-gate/usr/src/uts/sun4u/serengeti/sys/
H A Dsgsgn.h55 uint32_t pad; member in struct:__anon9969
/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dcred.c23 uint32_t pad[100]; member in struct:cred
/illumos-gate/usr/src/uts/intel/sys/
H A Dsynch32.h46 #define mutex_lockw lock.lock64.pad[7]
47 #define mutex_waiters lock.lock64.pad[6]
48 #define mutex_spinners lock.lock64.pad[5]
/illumos-gate/usr/src/uts/sparc/sys/
H A Dsynch32.h46 #define mutex_lockw lock.lock64.pad[4]
47 #define mutex_waiters lock.lock64.pad[7]
48 #define mutex_spinners lock.lock64.pad[5]
/illumos-gate/usr/src/psm/promif/ieee1275/common/
H A Dprom_printf.c99 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/intel/promif/
H A Dprom_printf.c102 int b, c, i, pad, width, ells; local
119 for (pad = ' '; c == '0'; c = *fmt++)
120 pad = '0';
170 _printn(ul, b, width, pad, emit, bp);
203 _printn(uint64_t n, int b, int width, int pad, void (*emit)(char, char **), argument
216 *cp++ = (char)pad;
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dvstafs.h78 char pad[16]; member in struct:fs_file

Completed in 310 milliseconds

1234567891011>>