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

/freebsd-13-stable/contrib/ncurses/form/
H A Dfrm_driver.c1997 | Function : static int VSC_Generic(FORM *form, int nlines)
2006 VSC_Generic(FORM *form, int nlines) function
2085 returnCode(VSC_Generic(form, 1));
2101 returnCode(VSC_Generic(form, -1));
2117 returnCode(VSC_Generic(form, form->current->rows));
2133 returnCode(VSC_Generic(form, (form->current->rows + 1) / 2));
2149 returnCode(VSC_Generic(form, -(form->current->rows)));
2165 returnCode(VSC_Generic(form, -((form->current->rows + 1) / 2)));

Completed in 177 milliseconds