Home
last modified time | relevance | path

Searched refs:pby (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dpnoutref.c48 pnoutrefresh(WINDOW *pad, int pby, int pbx, int sby, int sbx, int sey, int sex) in pnoutrefresh() argument
50 return (_prefresh(wnoutrefresh, pad, pby, pbx, sby, sbx, sey, sex)); in pnoutrefresh()
/illumos-gate/usr/src/common/lzma/
H A DLzmaEnc.c855 const Byte *pby = p->matchFinder.GetPointerToCurrentPos(p->matchFinderObj) - 1; in ReadMatchDistances() local
861 const Byte *pby2 = pby - distance; in ReadMatchDistances()
862 for (; lenRes < numAvail && pby[lenRes] == pby2[lenRes]; lenRes++); in ReadMatchDistances()