Lines Matching defs:whichone
386 returns the pointer and the whichone found, or NULL.
389 const apr_array_header_t * args, int *whichone)
402 *whichone = i;
424 int whichone = -1;
431 while ((ptr = next_substitution(ptr, macro->arguments, &whichone))) {
433 atab[whichone], rtab[whichone],
434 atab[whichone][0] == ESCAPE_ARG);
438 ptr += strlen(rtab[whichone]);
440 used->elts[whichone] = 1;