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

/macosx-10.10.1/ncurses-44/ncurses/form/
H A Dfrm_driver.c1889 | Function : static int VSC_Generic(FORM *form, int nlines)
1898 VSC_Generic(FORM *form, int nlines) function
1977 returnCode(VSC_Generic(form, 1));
1993 returnCode(VSC_Generic(form, -1));
2009 returnCode(VSC_Generic(form, form->current->rows));
2025 returnCode(VSC_Generic(form, (form->current->rows + 1) / 2));
2041 returnCode(VSC_Generic(form, -(form->current->rows)));
2057 returnCode(VSC_Generic(form, -((form->current->rows + 1) / 2)));

Completed in 73 milliseconds