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

/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Ddoupdate.c87 static unsigned long *nhash = (unsigned long *) 0; variable
150 new = m_malloc(lines * sizeof *nhash);
153 if (nhash != (unsigned long *) 0)
154 free(nhash);
155 nhash = (unsigned long *) new;
694 if (ohash[or] != nhash[nr]
815 __m_cc_hash(newscr, nhash, i);
821 nhash[i] = __m_screen->_hash[i];
858 __m_screen->_hash[i] = nhash[i];
888 __m_cc_hash(newscr, nhash, ro
[all...]
/osnet-11/usr/src/lib/libpkg/
H A DMakefile.com34 mappath.o ncgrpw.o nhash.o \
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Ddoupdate.c84 static unsigned int *nhash = NULL; variable
86 static unsigned long *nhash = NULL; variable
151 new = malloc(lines * sizeof (*nhash));
154 if (nhash != NULL)
155 free(nhash);
157 nhash = (unsigned int *) new;
159 nhash = (unsigned long *) new;
830 if (ohash[or] != nhash[nr]) {
945 __m_cc_hash(newscr, nhash, i);
951 nhash[
[all...]

Completed in 41 milliseconds