Searched refs:iBefore (Results 1 – 1 of 1) sorted by relevance
6658 static int re_insert(ReCompiled *p, int iBefore, int op, int arg){ in re_insert() argument6661 for(i=p->nState; i>iBefore; i--){ in re_insert()6666 p->aOp[iBefore] = (char)op; in re_insert()6667 p->aArg[iBefore] = arg; in re_insert()6668 return iBefore; in re_insert()