Searched refs:no_op (Results 1 - 1 of 1) sorted by relevance

/haiku/src/build/libgnuregex/
H A Dregex.c248 no_op = 0,
536 case no_op:
537 printf ("/no_op");
2689 case no_op:
3534 case no_op:
3535 DEBUG_PRINT1 ("EXECUTING no_op.\n");
3962 /* We need to skip no_op's before we look for the
3966 while (p1 < pend && (re_opcode_t) *p1 == no_op)
4153 DEBUG_PRINT2 (" Setting two bytes from 0x%x to no_op.\n", p+2);
4154 p[2] = (unsigned char) no_op;
245 no_op = 0, enumerator in enum:__anon1
[all...]

Completed in 95 milliseconds