HomeSort by relevance Sort by last modified time
    Searched full:next_atok (Results 1 - 2 of 2) sorted by null

  /external/srec/srec/crec/
text_parser.c 38 arc_token* next_atok; local
83 next_atok = get_arc_for_word(atok, wdID, context, context->beg_silence_word);
87 next_atok = get_arc_for_word_without_slot_annotation(atok, wd, context, context->beg_silence_word);
88 if (!next_atok) return PARSE_FAIL;
91 if (!next_atok) return PARSE_FAIL;
95 for (tmp = ARC_TOKEN_PTR(context->arc_token_list, next_atok->first_next_arc); tmp != NULL;
106 atok = next_atok;
srec_context.c     [all...]

Completed in 91 milliseconds