Home
last modified time | relevance | path

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

/dports/emulators/dps8m/dps8m-572f79bb4f0f84a8b16c3892c894c2b9ed64b458/src/simh/
H A Dscp.c9101 CONST EXPTAB *sim_exp_fnd (CONST EXPECT *exp, const char *match, int32 start_rule) function
9136 EXPTAB *ep = (EXPTAB *)sim_exp_fnd (exp, match, 0);
9140 ep = (EXPTAB *)sim_exp_fnd (exp, match, ep - exp->rules);
9278 CONST EXPTAB *ep = (CONST EXPTAB *)sim_exp_fnd (exp, match, 0);
9301 ep = (CONST EXPTAB *)sim_exp_fnd (exp, match, 1 + (ep - exp->rules));