OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:veslot
(Results
1 - 2
of
2
) sorted by null
/external/srec/srec/Semproc/src/
SemanticGraphImpl.c
1033
char
veslot
[MAX_WORD_LEN];
local
1042
strcpy(
veslot
,SLOTNAME_INDICATOR);
1043
strcat(
veslot
,_slot+1);
1044
strcat(
veslot
,SLOTNAME_INDICATOR);
1046
strcpy(
veslot
, _slot);
1048
slotID = wordmap_find_rule_index(impl->ilabels,
veslot
);
[
all
...]
/external/srec/srec/crec/
srec_context.c
1198
char
veslot
[MAX_WORD_LEN];
local
[
all
...]
Completed in 1193 milliseconds