Searched refs:dbx (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | overlap.c | 55 int sby, sbx, sey, sex, dby, dbx, dey, dex, local 64 sbx = Srcwin->_begx; dbx = Dstwin->_begx; 66 sex = sbx + Srcwin->_maxx; dex = dbx + Dstwin->_maxx; 68 if (sey < dby || sby > dey || sex < dbx || sbx > dex) 72 left = _MAX(sbx, dbx); right = _MIN(sex, dex); 75 dey = bottom - dby - 1; dex = right - dbx - 1; 76 dby = top - dby; dbx = left - dbx; 78 return (copywin(Srcwin, Dstwin, sby, sbx, dby, dbx, dey, dex, Overlay));
|
/illumos-gate/usr/src/cmd/sgs/rtld/i386/ |
H A D | boot_elf.s | 302 _elf_rtbndr = elf_rtbndr / Make dbx happy
|
/illumos-gate/usr/src/cmd/sgs/rtld.4.x/ |
H A D | rtldlib.s | 40 ! +14 break address for adb/dbx
|
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/ |
H A D | boot_elf.s | 83 .weak _elf_rtbndr ! keep dbx happy as it likes to
|
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/ |
H A D | boot_elf.s | 107 .weak _elf_rtbndr ! keep dbx happy as it likes to
|
Completed in 57 milliseconds