Searched defs:repeat (Results 1 - 4 of 4) 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);
|
| /PHP_TRUNK/ext/mbstring/oniguruma/ |
| 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/ |
| 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
|
Completed in 18 milliseconds