Home
last modified time | relevance | path

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

/titanic_41/usr/src/head/
H A Dnl_types.h58 int __nsets; /* the number of sets in the catalogue */ member
/titanic_41/usr/src/cmd/gencat/
H A Dgencat.c458 for (i = 0; i < hdr.__nsets; ++set, ++i) {
505 for (i = 0; i < hdr.__nsets; ++set, ++i) {
539 if (i < _CAT_HDR_SIZE || hdr.__nsets < 0) {
543 if (hdr.__nsets == 0)
549 hdr.__mem < hdr.__nsets * _CAT_SET_HDR_SIZE ||
1070 hdrp->__nsets = nsets;
/titanic_41/usr/src/lib/libc/port/gen/
H A Dcatgets.c68 hi = p->__nsets - 1; in catgets()