Searched defs:nelt (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libcurses/screen/
H A Dputwin.c57 int maxx, nelt; local
61 nelt = sizeof (WINDOW) - sizeof (win->_y) - sizeof (win->_parent) -
65 if (fwrite((char *) &(win->_cury), 1, nelt, filep) != nelt)
H A Dgetwin.c54 short *save_fch, win_nums[SEPARATE_READ], maxy, maxx, nelt; local
60 nelt = sizeof (WINDOW) - sizeof (win->_y) - sizeof (win->_parent) -
77 if (fread(&(win->_flags), 1, nelt, filep) != nelt)
/osnet-11/usr/src/lib/libipp/
H A Dlibipp.c101 int nelt; member in struct:array_desc_t
440 ad.nelt = 0;
444 *neltp = ad.nelt;
504 ad.nelt = 0;
508 *neltp = ad.nelt;
533 int nelt)
537 assert(array[nelt] == NULL);
539 for (i = 0; i < nelt; i++)
636 uint_t nelt; local
653 &nelt)) !
531 ipp_free_array( char **array, int nelt) argument
[all...]

Completed in 15 milliseconds