Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dtiget.ed52 _NUMELEMENTS(booloffsets), 0)) == -1) ? -1 : bool_array[offset]);
67 _NUMELEMENTS(numoffsets), 0)) == -1) ? -2 : num_array[offset]);
82 _NUMELEMENTS(stroffsets), 0)) == -1) ? (char *) -1 :
H A Dtifget.ed52 _NUMELEMENTS(booloffsets), 0)) == -1) ? -1 : bool_array[offset]);
67 _NUMELEMENTS(numoffsets), 0)) == -1) ? -2 : num_array[offset]);
82 _NUMELEMENTS(stroffsets), 0)) == -1) ? (char *) -1 :
H A Dtermcap.ed133 int n = _NUMELEMENTS(booloffsets);
152 int n = _NUMELEMENTS(numoffsets);
171 int n = _NUMELEMENTS(stroffsets);
H A Dcurshdr.h239 #define _NUMELEMENTS(x) (sizeof (x)/sizeof (x[0])) macro