Home
last modified time | relevance | path

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

/external/srec/srec/include/
Dastar.h125 arc_token* get_arc_for_word(arc_token* atoken, wordID word, void* context_void,
129 void* context_void, wordID terminal_word);
/external/srec/srec/crec/
Dastar.c68 void* context_void, in get_arc_for_word() argument
71 srec_context* context = (srec_context*)context_void; in get_arc_for_word()
87 return get_arc_for_word(&root_arc, word, context_void, terminal_word); in get_arc_for_word()
169 void* context_void, in get_arc_for_word_without_slot_annotation() argument
172 srec_context* context = (srec_context*)context_void; in get_arc_for_word_without_slot_annotation()
189 return get_arc_for_word_without_slot_annotation(&root_arc, word, context_void, terminal_word); in get_arc_for_word_without_slot_annotation()
228 tmp = get_arc_for_word_without_slot_annotation(tmp, word, context_void, terminal_word); in get_arc_for_word_without_slot_annotation()