Searched refs:pnum (Results 1 – 1 of 1) sorted by relevance
2152 int pnum, cnum; in onig_reduce_nested_quantifier() local2157 pnum = popular_quantifier_num(p); in onig_reduce_nested_quantifier()2159 if (pnum < 0 || cnum < 0) return ; in onig_reduce_nested_quantifier()2161 switch(ReduceTypeTable[cnum][pnum]) { in onig_reduce_nested_quantifier()
Completed in 14 milliseconds