Home
last modified time | relevance | path

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

/NextBSD/contrib/ncurses/form/
HDfrm_driver.c4340 size_t nMethods = (sizeof(Generic_Methods) / sizeof(Generic_Methods[0])); in form_driver() local
4343 if ((method >= nMethods) || !(BI->cmd)) in form_driver()
4546 size_t nMethods = (sizeof(Generic_Methods) / sizeof(Generic_Methods[0])); in form_driver_w() local
4549 if ((method >= nMethods) || !(BI->cmd)) in form_driver_w()