Searched refs:OP (Results 1 – 6 of 6) sorted by relevance
311 switch (OP(m->g->strip[es])) { in dissect()317 while (OP(m->g->strip[es]) != O_CH) in dissect()324 switch (OP(m->g->strip[ss])) { in dissect()423 assert(OP(m->g->strip[esub]) == OOR1); in dissect()428 assert(OP(m->g->strip[esub]) == OOR1); in dissect()430 assert(OP(m->g->strip[esub]) == OOR2); in dissect()433 if (OP(m->g->strip[esub]) == OOR2) in dissect()436 assert(OP(m->g->strip[esub]) == O_CH); in dissect()496 switch (OP(s = m->g->strip[ss])) { in backref()554 assert(OP(s) == OOR2); in backref()[all …]
555 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN); in p_simp_re()556 assert(OP(p->strip[p->pend[i]]) == ORPAREN); in p_simp_re()1365 p->strip[pos] = OP(p->strip[pos]) | value; in dofwd()1431 switch (OP(s)) { in findmust()1448 if (OP(s) != O_QUEST && OP(s) != O_CH && in findmust()1449 OP(s) != OOR2) { in findmust()1453 } while (OP(s) != O_QUEST && OP(s) != O_CH); in findmust()1463 } while (OP(s) != OEND); in findmust()1477 while (OP(s = *scan++) != OCHAR) in findmust()1503 switch (OP(s)) { in pluscount()[all …]
67 #define OP(n) ((n)&OPRMASK) macro
266 #define BOOST_DEFINE_BINARY_PREDICATE_OP_CONSTRAINT(OP,NAME) \271 bool constraints_() { return a OP b; } \276 #define BOOST_DEFINE_BINARY_OPERATOR_CONSTRAINT(OP,NAME) \281 Ret constraints_() { return a OP b; } \
224 "Utilização: %s [OPÇÃO]... {'script'-apenas-se-não-houver-outro-'script'} "
728 " --debug[=OP��ES] Imprime v�rios tipos de informa��es de "