Searched refs:subs (Results 1 – 5 of 5) sorted by relevance
226 int subs; in pcre2_substitute() local356 subs = 0; in pcre2_substitute()454 if (subs == INT_MAX) in pcre2_substitute()459 subs++; in pcre2_substitute()899 scb.subscount = subs; in pcre2_substitute()962 rc = subs; in pcre2_substitute()
291 if (c->subs) { in PHPDBG_HELP()293 for(c_sub = c->subs; c_sub->alias; c_sub++) { in PHPDBG_HELP()312 for(c_sub = c->subs; c_sub->alias; c_sub++) { in PHPDBG_HELP()
96 const phpdbg_command_t *subs; /* Sub Commands */ member
653 if (command->subs && (*top) && ((*top)->type == STR_PARAM)) { in phpdbg_stack_resolve()654 return phpdbg_stack_resolve(command->subs, command, top); in phpdbg_stack_resolve()
112 static function getSubFuncs(CLICommand $cmdclass, $prefix, array $subs)120 foreach($subs as $sub) {
Completed in 21 milliseconds