Searched refs:toptn (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.bin/menuc/
H A Dmdb.c130 optn_info *toptn; local
301 toptn = menus[i]->info->optns;
302 for (;toptn != NULL; j++, toptn = toptn->next) {
303 if (strlen(toptn->optact.code) == 0)
310 i, j, toptn->optact.code,
311 (toptn->doexit ? "1" : "0"));
327 for (j = 0, toptn = menus[i]->info->optns; toptn;
[all...]

Completed in 91 milliseconds