Home
last modified time | relevance | path

Searched refs:act_pos (Results 1 – 1 of 1) sorted by relevance

/cts/tools/dasm/src/java_cup/
Dproduction.java292 int act_pos, /* position of the action */ in label_translate() argument
319 if (label_pos.intValue() > act_pos) in label_translate()
334 offset = (act_pos - label_pos.intValue())-1; in label_translate()
353 int act_pos, /* the position of the action on the RHS */ in action_translate() argument
393 label_translate(id_str, act_pos, label_map,label_types)); in action_translate()