HomeSort by relevance Sort by last modified time
    Searched refs:ARC_TOKEN_NULL (Results 1 - 4 of 4) sorted by null

  /external/srec/srec/Semproc/src/
SemanticGraphImpl.c 256 return ARC_TOKEN_NULL;
517 last_atoken->next_token_index = ARC_TOKEN_NULL;
522 last_atoken->next_token_index = ARC_TOKEN_NULL;
536 if (tmp->first_next_arc == ARC_TOKEN_NULL)
562 semgraph->arc_token_list[i].first_next_arc = ARC_TOKEN_NULL;
565 semgraph->arc_token_list[i].first_next_arc = ARC_TOKEN_NULL;
566 semgraph->arc_token_list[i].next_token_index = ARC_TOKEN_NULL;
668 if (atoken->next_token_index != ARC_TOKEN_NULL)
816 tmp->next_token_index = ARC_TOKEN_NULL;
817 tmp->first_next_arc = ARC_TOKEN_NULL;
    [all...]
  /external/srec/srec/include/
astar.h 55 #define ARC_TOKEN_NULL MAXarcID
  /external/srec/srec/crec/
astar.c 85 root_arc.next_token_index = ARC_TOKEN_NULL;
118 else if (tmp->first_next_arc == ARC_TOKEN_NULL && (tmp->ilabel == MAXwordID || tmp->ilabel == terminal_word))
126 if (tmp->ilabel == MAXwordID && tmp->first_next_arc == ARC_TOKEN_NULL)
136 if (atoken->first_next_arc == ARC_TOKEN_NULL)
141 if (tmp->ilabel == WORD_EPSILON_LABEL && tmp->next_token_index == ARC_TOKEN_NULL)
187 root_arc.next_token_index = ARC_TOKEN_NULL;
205 if (tmp->ilabel == MAXwordID && tmp->first_next_arc == ARC_TOKEN_NULL)
    [all...]
srec_context.c     [all...]

Completed in 314 milliseconds