Searched refs:_pad (Results 1 - 25 of 29) sorted by relevance

12

/macosx-10.10.1/ncurses-44/ncurses/ncurses/widechar/
H A Dlib_pecho_wchar.c49 prefresh(pad, pad->_pad._pad_y,
50 pad->_pad._pad_x,
51 pad->_pad._pad_top,
52 pad->_pad._pad_left,
53 pad->_pad._pad_bottom,
54 pad->_pad._pad_right);
/macosx-10.10.1/ncurses-44/ncurses/ncurses/base/
H A Dlib_pad.c174 if (win->_pad._pad_y >= 0) {
175 displaced = pminrow - win->_pad._pad_y
176 - (sminrow - win->_pad._pad_top);
292 win->_pad._pad_y = pminrow;
293 win->_pad._pad_x = pmincol;
294 win->_pad._pad_top = sminrow;
295 win->_pad._pad_left = smincol;
296 win->_pad._pad_bottom = smaxrow;
297 win->_pad._pad_right = smaxcol;
314 prefresh(pad, pad->_pad
[all...]
H A Dlib_newwin.c270 win->_pad._pad_y = -1;
271 win->_pad._pad_x = -1;
272 win->_pad._pad_top = -1;
273 win->_pad._pad_bottom = -1;
274 win->_pad._pad_left = -1;
275 win->_pad._pad_right = -1;
H A Dlib_screen.c97 nwin->_pad = tmp._pad;
H A Dlib_window.c238 nwin->_pad = win->_pad;
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dtty_dev.h65 int _pad; member in struct:tty_dev_t
/macosx-10.10.1/xnu-2782.1.97/bsd/net/classq/
H A Dclassq_blue.h72 u_int32_t _pad; member in struct:blue_stats
H A Dclassq_red.h82 u_int32_t _pad; member in struct:red_stats
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Dip_fw2.h314 u_int8_t _pad; member in struct:_ipfw_insn_limit
381 u_int8_t _pad; /* padding */ member in struct:ip_fw
515 u_int8_t _pad; /* padding */ member in struct:ip_fw_32
546 u_int8_t _pad; /* padding */ member in struct:ip_fw_64
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Dmld6_var.h88 uint32_t _pad; member in struct:mld_ifinfo
H A Dnd6.h167 u_int8_t _pad[3]; member in struct:nd_ifinfo
/macosx-10.10.1/libresolv-57/
H A Dres_data.c93 * We use _pad (normally unused) to hold a version number.
96 x->_pad = 9;
145 _res_static->_pad = 9;
H A Dres_sendsigned.c57 nstatp->_pad = 9;
H A Dres_init.c156 res->_pad = 9;
557 statp->_pad = 9;
1396 if (statp->_pad >= 9)
1416 * _pad (normally unused) is a version number.
1420 if (statp->_pad >= 9)
1424 statp->_pad = 9;
H A Dresolv.h207 u_int _pad; /* make _u 64 bit aligned */ member in struct:__res_state
/macosx-10.10.1/xnu-2782.1.97/osfmk/mach/i386/
H A Dthread_status.h349 uint32_t _pad; member in struct:x86_64_intr_stack_frame
389 uint64_t _pad; member in struct:x86_saved_state64
/macosx-10.10.1/xnu-2782.1.97/pexpert/gen/
H A Dbootargs.c42 int32_t _pad : 8; member in struct:i24
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dpfvar.h488 u_int8_t _pad[3]; member in struct:pf_rule_uid
494 u_int8_t _pad[3]; member in struct:pf_rule_gid
507 u_int32_t _pad[2]; member in struct:pf_pooladdr
533 u_int32_t _pad[2]; member in struct:pf_pool
558 u_int32_t _pad; member in struct:pf_osfp_entry
688 u_int32_t _pad[2]; member in struct:pf_rule
1106 u_int32_t _pad[2]; member in struct:pfsync_state
1270 u_int32_t _pad; member in struct:pfr_astats
1289 u_int32_t _pad; member in struct:pfr_tstats
1389 u_int32_t _pad; member in struct:pfi_uif
1629 u_int32_t _pad; member in struct:hfsc_opts
1675 u_int32_t _pad[2]; member in struct:pf_altq
1792 u_int8_t _pad; member in struct:pfioc_state_kill
[all...]
H A Dif_var.h365 u_int32_t _pad; member in struct:if_data_internal
/macosx-10.10.1/libpthread-105.1.4/src/
H A Dinternal.h250 uint32_t _pad; member in struct:__anon9364
310 uint32_t _pad; member in struct:__anon9370
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dpthread_shims.h104 void* _pad[97]; member in struct:pthread_functions_s
234 void* _pad[87]; member in struct:pthread_callbacks_s
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dbtlog.c51 uint32_t _pad; member in struct:btlog_record
/macosx-10.10.1/xnu-2782.1.97/osfmk/mach/
H A Dmemory_object_types.h111 unsigned int _pad; /* pad to natural boundary */ member in struct:memory_object_control
/macosx-10.10.1/bind9-45.101/bind9/lib/lwres/
H A Dgetipnode.c674 char _pad[256]; /* leave space for IPv6 addresses */
/macosx-10.10.1/xnu-2782.1.97/osfmk/i386/
H A Dtrap.c278 kprintf(" isf._pad 0x%x\n", saved_state->isf._pad);

Completed in 244 milliseconds

12