OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newbytes
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/mac68k/mac68k/
macrom.c
559
int
newbytes
;
local
564
: "=g" (ptr), "=g" (
newbytes
) : : "d0","a0");
567
printf("mrg: SetPtrSize(%p, %d) failed\n", ptr,
newbytes
);
/src/external/gpl3/gdb/dist/readline/readline/
display.c
1689
int oldbytes,
newbytes
;
local
1722
newbytes
= ret;
1726
newbytes
= 1;
1738
while (
newbytes
< nmax && newwidth < oldwidth)
1742
ret = MBRTOWC (&wc, new+
newbytes
, mb_cur_max, &ps);
1746
newbytes
+= 1;
1754
newbytes
+= ret;
1779
/* 5. write the first
newbytes
of new, which takes newwidth. This is
1789
puts_face (new, new_face,
newbytes
);
1798
if (newwidth != oldwidth ||
newbytes
> oldbytes
[
all
...]
/src/external/gpl3/gdb.old/dist/readline/readline/
display.c
1668
int oldbytes,
newbytes
;
local
1701
newbytes
= ret;
1705
newbytes
= 1;
1717
while (
newbytes
< nmax && newwidth < oldwidth)
1721
ret = mbrtowc (&wc, new+
newbytes
, mb_cur_max, &ps);
1725
newbytes
+= 1;
1733
newbytes
+= ret;
1758
/* 5. write the first
newbytes
of new, which takes newwidth. This is
1768
puts_face (new, new_face,
newbytes
);
1777
if (newwidth != oldwidth ||
newbytes
> oldbytes
[
all
...]
Completed in 30 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026