Home
last modified time | relevance | path

Searched refs:veslot (Results 1 – 2 of 2) sorted by relevance

/external/srec/srec/Semproc/src/
DSemanticGraphImpl.c1033 char veslot[MAX_WORD_LEN]; in SR_SemanticGraph_AddWordToSlot() local
1042 strcpy(veslot,SLOTNAME_INDICATOR); in SR_SemanticGraph_AddWordToSlot()
1043 strcat(veslot,_slot+1); in SR_SemanticGraph_AddWordToSlot()
1044 strcat(veslot,SLOTNAME_INDICATOR); in SR_SemanticGraph_AddWordToSlot()
1046 strcpy(veslot, _slot); in SR_SemanticGraph_AddWordToSlot()
1048 slotID = wordmap_find_rule_index(impl->ilabels, veslot); in SR_SemanticGraph_AddWordToSlot()
/external/srec/srec/crec/
Dsrec_context.c1198 char veslot[MAX_WORD_LEN]; in FST_AddWordToGrammar() local
1205 strcpy(veslot,SLOTNAME_INDICATOR); in FST_AddWordToGrammar()
1206 strcat(veslot,_slot+1); in FST_AddWordToGrammar()
1207 strcat(veslot,SLOTNAME_INDICATOR); in FST_AddWordToGrammar()
1209 strcpy(veslot, _slot); in FST_AddWordToGrammar()
1226 …if( fst->addWordCaching_lastslot_name==NULL || strcmp( fst->addWordCaching_lastslot_name, veslot))… in FST_AddWordToGrammar()
1228 fst->addWordCaching_lastslot_num = wordmap_find_rule_index(fst->olabels, veslot); in FST_AddWordToGrammar()
1234 pfprintf(PSTDOUT, L("error: slot '%s' not found among ["), veslot); in FST_AddWordToGrammar()