OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_special_symbols
(Results
1 - 2
of
2
) sorted by null
/external/srec/srec/Semproc/src/
SymbolTable.c
45
(*ptr)->
num_special_symbols
= 0;
169
for (i = 0;i < self->
num_special_symbols
; i++)
258
ptr->
num_special_symbols
= 0;
275
for (i = 0;i < self->
num_special_symbols
;i++)
284
if (self->
num_special_symbols
< MAX_SPECIAL_SYMBOLS)
286
LSTRCPY(self->SpecialSymbols[self->
num_special_symbols
].key, key);
287
LSTRCPY(self->SpecialSymbols[self->
num_special_symbols
].value, value);
288
++self->
num_special_symbols
;
/external/srec/srec/Semproc/include/
SR_SymbolTable.h
82
size_t
num_special_symbols
;
member in struct:SymbolTable_t
Completed in 34 milliseconds