This function finds the matching sytax line for the actual line in a loop. It starts with the first syntax definition and goes on until there are no more syntax defintions, a fatal error has happened or the actual line is matched.
void ex_Command_r(peXobject pEx,
peNODE *Result,
int *piFailure
){
pEx is the execution object.
Result is the resulting node.
piFailure is the error code.