Searched refs:lastcase (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libexpr/
H A Dexlib.h130 Exnode_t* lastcase; /* last case block */ member in struct:Switch_s
H A Dexparse.y363 sw->lastcase = 0;
386 if (sw->lastcase)
387 sw->lastcase->data.select.next = $$;
390 sw->lastcase = $$;
H A DOexparse.c1212 sw->lastcase = 0;
1234 if (sw->lastcase)
1235 sw->lastcase->data.select.next = exval.expr;
1238 sw->lastcase = exval.expr;

Completed in 18 milliseconds