reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1539 p->strip[pos] = OP(p->strip[pos]) | value; 1616 switch (OP(s)) { 1633 if (OP(s) != O_QUEST && OP(s) != O_CH && 1633 if (OP(s) != O_QUEST && OP(s) != O_CH && 1634 OP(s) != OOR2) { 1638 } while (OP(s) != O_QUEST && OP(s) != O_CH); 1638 } while (OP(s) != O_QUEST && OP(s) != O_CH); 1648 } while (OP(s) != OEND); 1662 while (OP(s = *scan++) != OCHAR) 1688 switch (OP(s)) { 1698 } while (OP(s) != OEND);lib/Support/regengine.inc
316 switch (OP(m->g->strip[es])) { 322 while (OP(m->g->strip[es]) != O_CH) 329 switch (OP(m->g->strip[ss])) { 440 if (OP(m->g->strip[esub]) == OOR2) 505 switch (OP(s = m->g->strip[ss])) { 565 } while (OP(s = m->g->strip[ss]) != O_CH); 582 switch (OP(s)) { 634 if (OP(m->g->strip[esub]) == O_CH) 640 if (OP(m->g->strip[esub]) == OOR2) 865 switch (OP(s)) { 936 OP(s = g->strip[pc+look]) != O_CH; 944 if (OP(g->strip[pc+OPND(s)]) != O_CH) {