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