OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:next_base_chars
(Results
1 - 2
of
2
) sorted by null
/external/srec/srec/include/
srec_context.h
59
char*
next_base_chars
; /* before any additions */
member in struct:__anon15482
/external/srec/srec/crec/
srec_context.c
548
wmap->
next_base_chars
= wmap->next_chars;
624
int offset = wmap->
next_base_chars
- wmap->chars;
633
wmap->
next_base_chars
= wmap->chars + (wmap->
next_base_chars
- old_wmap_chars);
635
wmap->next_chars = wmap->
next_base_chars
;
696
wmap->
next_base_chars
= wmap->chars + (wmap->
next_base_chars
- old_wmap__chars);
799
wmap->
next_base_chars
= wmap->chars + (wmap->
next_base_chars
- old_chars);
[
all
...]
Completed in 2555 milliseconds