Searched refs:hitem (Results 1 – 2 of 2) sorted by relevance
205 ITEM *hitem; in _nc_Draw_Menu() local227 hitem = item; in _nc_Draw_Menu()228 lasthor = (menu->opt & O_NONCYCLIC) ? (ITEM *)0 : hitem; in _nc_Draw_Menu()232 _nc_Post_Item(menu, hitem); in _nc_Draw_Menu()235 if (((hitem = hitem->right) != lasthor) && hitem) in _nc_Draw_Menu()252 while (hitem && (hitem != lasthor)); in _nc_Draw_Menu()
60 static struct hitem { struct255 struct hitem *p; in selecthost()270 hosts = (struct hitem *)malloc(sizeof (*p)); in selecthost()272 hosts = (struct hitem *)realloc(hosts, (nhosts+1)*sizeof (*p)); in selecthost()282 struct hitem *p; in checkhost()295 struct hitem *p; in showhosts()