Lines Matching defs:strategy
177 char *strategy = NULL;203 strategy = strchr(database, ':');204 if(strategy) {205 *strategy++ = (char)0;206 nthdef = strchr(strategy, ':');221 if(!strategy || (*strategy == (char)0)) {222 strategy = (char *)".";235 "%s " /* strategy */239 strategy,