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

/osnet-11/usr/src/lib/libcurses/screen/
H A Ddelscreen.c78 if (screen->cur_hash)
79 free((char *)screen->cur_hash);
H A Dcurshdr.h141 int *cur_hash; /* hash table of curscr */ member in struct:screen
230 #define _CURHASH SP->cur_hash
H A Dnewscreen.c246 if ((SP->cur_hash = (int *)calloc((unsigned)2 * LINES,
249 SP->virt_hash = SP->cur_hash + LINES;

Completed in 25 milliseconds