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

/opensolaris-onvv-gate/usr/src/lib/libcurses/screen/
H A Dsetupterm.c238 int snames, nbools, nints, nstrs, sstrtab; local
365 sstrtab = _Getshi();
368 printf("Size of string table = %d, %#o [%d, %#o].\n", sstrtab,
369 sstrtab, Vr2val, Vr2val);
413 if (sstrtab < sizeof (_frst_tblstr))
418 if ((strtab = (char *)malloc((unsigned)sstrtab)) == NULL) {
613 _Mprint(sstrtab, startstr);
644 (void) memcpy(strtab, ip, sstrtab);

Completed in 98 milliseconds