Searched refs:currscreen (Results 1 – 1 of 1) sorted by relevance
2262 unsigned short *currscreen; in vbell() 2273 currscreen = (unsigned short *) in vbell() 2275 if (currscreen == NULL) return; in vbell() 2276 gettext(1, 1, sc_width, sc_height, currscreen); in vbell() 2279 puttext(1, 1, sc_width, sc_height, currscreen); in vbell() 2280 free(currscreen); in vbell() 2252 unsigned short *currscreen; vbell() local