HomeSort by: relevance | last modified time | path
    Searched defs:orend (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/flex/dist/src/
nfa.c 465 int eps, orend; local
485 orend = finalst[first];
486 mkxtion (finalst[second], orend);
491 orend = finalst[second];
492 mkxtion (finalst[first], orend);
499 orend = finalst[first];
501 mkxtion (finalst[second], orend);
505 finalst[first] = orend;

Completed in 26 milliseconds