Searched refs:optgroup (Results 1 – 1 of 1) sorted by relevance
283 char *optgroup; in getdfstab() local286 optgroup = strchr(resource, '@'); in getdfstab()287 if (optgroup != NULL) in getdfstab()288 *optgroup++ = '\0'; in getdfstab()289 if (optgroup != NULL) in getdfstab()290 item->group = strdup(optgroup); in getdfstab()