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

/haiku-fatelf/src/libs/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);
/haiku-fatelf/src/libs/ncurses/ncurses/base/
H A Dlib_pad.c165 if (win->_pad._pad_y >= 0) {
166 displaced = pminrow - win->_pad._pad_y
167 - (sminrow - win->_pad._pad_top);
283 win->_pad._pad_y = pminrow;
284 win->_pad._pad_x = pmincol;
285 win->_pad._pad_top = sminrow;
286 win->_pad._pad_left = smincol;
287 win->_pad._pad_bottom = smaxrow;
288 win->_pad._pad_right = smaxcol;
305 prefresh(pad, pad->_pad
[all...]
H A Dlib_newwin.c258 win->_pad._pad_y = -1;
259 win->_pad._pad_x = -1;
260 win->_pad._pad_top = -1;
261 win->_pad._pad_bottom = -1;
262 win->_pad._pad_left = -1;
263 win->_pad._pad_right = -1;
H A Dlib_screen.c91 nwin->_pad = tmp._pad;
H A Dlib_window.c237 nwin->_pad = win->_pad;
/haiku-fatelf/headers/private/drivers/
H A Ddvb.h257 uint32 _pad[32]; member in union:__anon661::__anon662
/haiku-fatelf/src/system/libroot/posix/malloc/
H A Dthreadheap.h62 double _pad[CACHE_LINE / sizeof(double)]; member in class:BPrivate::threadHeap
H A Dsuperblock.h142 double _pad[CACHE_LINE / sizeof(double)]; member in class:BPrivate::superblock
/haiku-fatelf/headers/os/storage/
H A DResources.h115 bool _pad[3]; member in class:BResources
/haiku-fatelf/headers/os/media/
H A DMediaDefs.h837 int32 _pad[22]; member in struct:media_encode_info
855 int32 _pad[27]; member in struct:encode_parameters
866 int32 _pad[26]; member in struct:media_decode_info
/haiku-fatelf/headers/posix/
H A Dresolv.h174 u_int _pad; /* make _u 64 bit aligned */ member in struct:__res_state
/haiku-fatelf/docs/develop/storage/resources/
H A DResourcesFormat.tex273 \item{\code{rh\_pad}:
375 \item{\code{rie\_pad}:
/haiku-fatelf/src/kits/network/libbind/irs/
H A Dgethostent.c642 char _pad[256]; /*%< leave space for IPv6 addresses */ member in union:__anon4618
/haiku-fatelf/headers/libs/ncurses/
H A Dcurses.h390 } _pad; member in struct:_win_st
/haiku-fatelf/src/libs/ncurses/include/
H A Dcurses.h390 } _pad; member in struct:_win_st
H A Dcurses.h.in390 } _pad;
H A Dcurses.head390 } _pad;

Completed in 242 milliseconds