Searched refs:pby (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/lib/libcurses/screen/ |
H A D | pnoutref.c | 50 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 D | llib-lcurses | 869 int pnoutrefresh(WINDOW *pad, int pby, int pbx, int sby, int sbx,
|
/titanic_50/usr/src/common/lzma/ |
H A D | LzmaEnc.c | 855 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()
|