HomeSort by relevance Sort by last modified time
    Searched defs:atoken (Results 1 - 6 of 6) sorted by null

  /external/srec/srec/Semproc/src/
SemanticGraphImpl.c 280 arc_token *atoken; local
475 atoken = &arc_token_list[i];
478 atoken->ilabel = ilabel;
479 atoken->olabel = olabel;
480 /* atoken->cost = cost; not used for now */
484 atoken->first_next_arc = (arc_token_lnk)into_node;
485 atoken->next_token_index = (arc_token_lnk)from_node;
501 atoken = &arc_token_list[i];
502 into_node = (nodeID)(int)atoken->first_next_arc; /* get the integer */
503 atoken->first_next_arc = /* converts the integer id to a arc_token pointer *
638 arc_token *atoken, *arc_token_list = impl->arc_token_list; local
    [all...]