Home
last modified time | relevance | path

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

/external/srec/srec/crec/
Dsrec_context.c920 char *ilabel_str = 0, *olabel_str = 0; in FST_LoadGraph() local
1017 olabel_str = args[3]; in FST_LoadGraph()
1027 olabel_str = 0; in FST_LoadGraph()
1055 if(strstr(olabel_str, SLOTNAME_INDICATOR)!=NULL) in FST_LoadGraph()
1062 atoken->olabel = wordmap_find_index(fst->olabels, olabel_str); in FST_LoadGraph()
1072 …atoken->olabel_str = (atoken->olabel < fst->olabels->num_words ? fst->olabels->words[atoken->olabe… in FST_LoadGraph()
2017 IF_DEBUG_WDADD(arc->olabel_str = 0); in fst_free_arc()
2051 IF_DEBUG_WDADD(atoken->olabel_str = arc->olabel_str); in fst_push_arc_olabel()
2058 IF_DEBUG_WDADD(arc->olabel_str = fst->olabels->words[ arc->olabel]); in fst_push_arc_olabel()
2123 IF_DEBUG_WDADD(atoken->olabel_str = arc->olabel_str); in fst_pull_arc_olabel()
[all …]
/external/srec/srec/include/
Dsearch_network.h123 char* olabel_str; member