Searched refs:newbytes (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
| H A D | display.c | 1668 int oldbytes, newbytes; in update_line() local 1701 newbytes = ret; in update_line() 1705 newbytes = 1; in update_line() 1717 while (newbytes < nmax && newwidth < oldwidth) in update_line() 1721 ret = mbrtowc (&wc, new+newbytes, mb_cur_max, &ps); in update_line() 1725 newbytes += 1; in update_line() 1733 newbytes += ret; in update_line() 1768 puts_face (new, new_face, newbytes); in update_line() 1777 if (newwidth != oldwidth || newbytes > oldbytes) in update_line() 1781 nd = newbytes; in update_line() [all …]
|
| /netbsd-src/usr.bin/gzip/ |
| H A D | unpack.c | 135 accepted_bytes(off_t *bytes_in, off_t newbytes) in accepted_bytes() argument 139 (*bytes_in) += newbytes; in accepted_bytes()
|
| /netbsd-src/sys/arch/mac68k/mac68k/ |
| H A D | macrom.c | 559 int newbytes; in mrg_SetPtrSize() local 564 : "=g" (ptr), "=g" (newbytes) : : "d0","a0"); in mrg_SetPtrSize() 567 printf("mrg: SetPtrSize(%p, %d) failed\n", ptr, newbytes); in mrg_SetPtrSize()
|