Searched refs:repeat (Results 1 - 9 of 9) sorted by relevance
| /PHP_TRUNK/ext/ereg/regex/ |
| H A D | regcomp.c | 363 repeat(p, pos, count, count2); 541 repeat(p, pos, count, count2); 908 - repeat - generate code for a bounded repetition, recursively if needed 909 == static void repeat(register struct parse *p, sopno start, int from, int to); 912 repeat(p, start, from, to) function 939 repeat(p, start+1, 1, to); 959 repeat(p, copy, 1, to-1); 967 repeat(p, copy, from-1, to-1); 971 repeat(p, copy, from-1, to);
|
| H A D | regcomp.ih | 23 static void repeat(register struct parse *p, sopno start, int from, int to);
|
| /PHP_TRUNK/ext/mbstring/oniguruma/ |
| H A D | regexec.c | 571 stk->u.repeat.num = (id);\ 572 stk->u.repeat.pcode = (pat);\ 573 stk->u.repeat.count = 0;\ 724 STACK_AT(stk->u.repeat_inc.si)->u.repeat.count--;\ 746 STACK_AT(stk->u.repeat_inc.si)->u.repeat.count--;\ 766 STACK_AT(stk->u.repeat_inc.si)->u.repeat.count--;\ 936 if (k->u.repeat.num == (id)) {\ 2541 stkp->u.repeat.count++; 2542 if (stkp->u.repeat.count >= reg->repeat_range[mem].upper) { 2543 /* end of repeat [all...] |
| H A D | regint.h | 707 int num; /* repeat id */ 708 } repeat; member in union:_OnigStackType::__anon242
|
| H A D | regparse.c | 2285 } repeat; member in union:__anon255::__anon256 2387 tok->u.repeat.lower = low; 2388 tok->u.repeat.upper = up; 3154 tok->u.repeat.lower = 0; 3155 tok->u.repeat.upper = REPEAT_INFINITE; 3162 tok->u.repeat.lower = 1; 3163 tok->u.repeat.upper = REPEAT_INFINITE; 3170 tok->u.repeat.lower = 0; 3171 tok->u.repeat.upper = 1; 3176 tok->u.repeat [all...] |
| /PHP_TRUNK/ext/pcre/pcrelib/ |
| H A D | pcre_compile.c | 428 "nothing to repeat\0" 430 "operand of unlimited repeat could match the empty string\0" /** DEAD **/ 431 "internal error: unexpected repeat\0" 715 * Check for counted repeat * 1292 * Read repeat counts * 1296 after is_counted_repeat() has confirmed that a repeat-count quantifier exists, 1778 because they all imply an unlimited repeat. */ 2345 below and from compile_branch() when checking for an unlimited repeat of a 2510 default: /* Non-repeat => class must match */ 3768 When we hit a repeat whos [all...] |
| /PHP_TRUNK/ |
| H A D | run-tests.php | 503 $repeat = substr($argv[$i],0,1) == '-'; variable 505 while ($repeat) { 513 if ($repeat) { 532 $repeat = false; variable 644 // repeat check with full switch 647 $repeat = true; variable
|
| /PHP_TRUNK/win32/ |
| H A D | time.c | 151 int repeat = TIME_ONESHOT; 159 repeat = TIME_PERIODIC; 164 realtimer = timeSetEvent(timeout, 100, (LPTIMECALLBACK) setitimer_timeout, (UINT) msg, repeat); 168 virttimer = timeSetEvent(timeout, 100, (LPTIMECALLBACK) setitimer_timeout, (UINT) msg, repeat); 172 proftimer = timeSetEvent(timeout, 100, (LPTIMECALLBACK) setitimer_timeout, (UINT) msg, repeat);
|
| /PHP_TRUNK/Zend/ |
| H A D | zend_builtin_functions.c | 672 repeat: 685 goto repeat;
|
Completed in 33 milliseconds