Searched refs:subs (Results 1 – 5 of 5) sorted by relevance
296 regmatch_t *subs; in php_ereg() local346 efree(subs); in php_ereg()352 match_len = (int) (subs[0].rm_eo - subs[0].rm_so); in php_ereg()372 efree(subs); in php_ereg()406 regmatch_t *subs; in php_ereg_replace() local447 efree(subs); in php_ereg_replace()493 && subs[walk[1] - '0'].rm_so <= subs[walk[1] - '0'].rm_eo) { in php_ereg_replace()507 if (subs[0].rm_so == subs[0].rm_eo) { in php_ereg_replace()540 efree(subs); in php_ereg_replace()659 if (subs[0].rm_so == 0 && subs[0].rm_eo) { in php_split()[all …]
33 regmatch_t subs[NS]; local93 subs[0].rm_so = startoff;104 len = (int)(subs[0].rm_eo - subs[0].rm_so);105 if (subs[0].rm_so != -1) {108 argv[optind] + subs[0].rm_so);111 argv[optind] + subs[0].rm_so);114 if (subs[i].rm_so != -1)116 (int)(subs[i].rm_eo - subs[i].rm_so),117 argv[optind] + subs[i].rm_so);214 regmatch_t subs[NSUBS]; local[all …]
112 static function getSubFuncs(CLICommand $cmdclass, $prefix, array $subs)120 foreach($subs as $sub) {
1598 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF1654 sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file1656 sed "${ac_end}q" conftest.subs > conftest.s$ac_file
5073 regmatch_t *subs; local5087 subs = (regmatch_t *)ecalloc(sizeof(regmatch_t), re.re_nsub+1);5089 regerr = regexec(&re, str, re.re_nsub+1, subs, 0);5101 efree(subs);
Completed in 39 milliseconds