Home
last modified time | relevance | path

Searched refs:focusgroup (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/bsddialog/lib/
H A Dmenubox.c222 struct bsddialog_menugroup *groups, int *focusgroup, int *focusitem) in getfirst_with_default() argument
229 if (focusgroup == NULL || focusitem == NULL) in getfirst_with_default()
231 if (*focusgroup < 0 || *focusgroup >= ngroups) in getfirst_with_default()
233 if (groups[*focusgroup].type == BSDDIALOG_SEPARATOR) in getfirst_with_default()
235 if (*focusitem < 0 || *focusitem >= (int)groups[*focusgroup].nitems) in getfirst_with_default()
239 if (pritems[i].group == *focusgroup && in getfirst_with_default()