OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:buffer_sums
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/xterm/dist/
charsets.c
358
xw->work.
buffer_sums
= realloc(xw->work.
buffer_sums
,
363
xw->work.write_sums = xw->work.
buffer_sums
;
375
if (xw->work.
buffer_sums
!= NULL && xw->work.buffer_sets != NULL) {
376
xw->work.
buffer_sums
[sums] = (Char) ((eight < 32 || eight > 255)
ptyx.h
3412
Char *write_sums; /* if non-null, points to
buffer_sums
*/
3413
Char *
buffer_sums
; /* data for ->charSeen[] */
member in struct:_Work
3415
size_t sizeof_sums; /* allocated size of
buffer_sums
*/
screen.c
939
ld->charSeen[screen->cur_col + (int) n] = xw->work.
buffer_sums
[n];
Completed in 14 milliseconds
Indexes created Mon Aug 17 00:26:26 UTC 2026