Searched refs:arcs_for_slot (Results 1 – 3 of 3) sorted by relevance
573 semgraph->arcs_for_slot[i] = NULL; in SR_SemanticGraph_LoadFromTextFiles()1071 token = arc_tokens_find_ilabel(impl->arc_token_list, impl->arcs_for_slot[slotID], wdID); in SR_SemanticGraph_AddWordToSlot()1087 token = impl->arcs_for_slot[slotID]; in SR_SemanticGraph_AddWordToSlot()1105 if(impl->arcs_for_slot[i] != NULL) { in SR_SemanticGraph_AddWordToSlot()1106 offset = impl->arcs_for_slot[i] - impl->arc_token_list; in SR_SemanticGraph_AddWordToSlot()1107 impl->arcs_for_slot[i] = tmp_arc_token_list + offset; in SR_SemanticGraph_AddWordToSlot()1110 token = impl->arcs_for_slot[slotID]; in SR_SemanticGraph_AddWordToSlot()1136 impl->arcs_for_slot[slotID] = tmp; in SR_SemanticGraph_AddWordToSlot()1193 tmp = impl->arcs_for_slot[slotid]; in SR_SemanticGraph_Reset()1195 impl->arcs_for_slot[slotid] = NULL; in SR_SemanticGraph_Reset()[all …]
277 …atok_use = arc_tokens_find_ilabel(semgraph->arc_token_list, semgraph->arcs_for_slot[atok->ilabel],… in checkpath_forwardByWordID()282 …for (a = semgraph->arcs_for_slot[atok->ilabel]; 0 && a; a = ARC_TOKEN_PTR(semgraph->arc_token_list… in checkpath_forwardByWordID()386 …atok_use = arc_tokens_find_ilabel(semgraph->arc_token_list, semgraph->arcs_for_slot[atok->ilabel],… in checkpath_forward()391 …for (a = semgraph->arcs_for_slot[atok->ilabel]; 0 && a; a = ARC_TOKEN_PTR(semgraph->arc_token_list… in checkpath_forward()
110 arc_token* arcs_for_slot[MAX_NUM_SLOTS]; member