Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libcurses/screen/
H A Dpnoutref.c50 pnoutrefresh(WINDOW *pad, int pby, int pbx, int sby, int sbx, int sey, int sex) in pnoutrefresh() argument
52 return (_prefresh(wnoutrefresh, pad, pby, pbx, sby, sbx, sey, sex)); in pnoutrefresh()
H A Dllib-lcurses869 int pnoutrefresh(WINDOW *pad, int pby, int pbx, int sby, int sbx,
/titanic_50/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()