Lines Matching refs:next_cat
240 char *sensitivity, *cur_cat, *next_cat, *rngptr;291 next_cat = strchr(sensitivity, ':');292 if (next_cat)293 *(next_cat++) = '\0';302 while (next_cat != NULL) {303 cur_cat = next_cat;304 next_cat = strchr(next_cat, ',');305 if (next_cat != NULL)306 *(next_cat++) = '\0';