Home | History | Annotate | Download | only in src

Lines Matching defs:nodep

973     state_list **nodep = &first_state;
976 *nodep = states[i]->state_list = last_state = xmalloc (sizeof **nodep);
977 (*nodep)->state = states[i];
978 (*nodep)->recomputedAsSuccessor = false;
979 (*nodep)->lookaheads = NULL;
980 (*nodep)->lr0Isocore = *nodep;
981 (*nodep)->nextIsocore = *nodep;
982 nodep = &(*nodep)->next;
986 *nodep = NULL;