Searched refs:enum_p (Results 1 – 1 of 1) sorted by relevance
238 …lsx_enum_item const * enum_p = lsx_find_enum_text(argv[argn], synth_type, lsx_find_enum_item_case_… in getopts() local240 if (enum_p == NULL) { in getopts()247 chan->type = enum_p->value; in getopts()252 enum_p = lsx_find_enum_text(argv[argn], combine_type, lsx_find_enum_item_case_sensitive); in getopts()253 if (enum_p != NULL) { in getopts()254 chan->combine = enum_p->value; in getopts()