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

/opensolaris-onvv-gate/usr/src/lib/libcurses/screen/
H A Dinfotocap.c97 static char _newvalue[1024] = "!!! MUST CHANGE BY HAND !!!"; variable
115 newvalue = &_newvalue[BYHANDMSGLEN];
228 return (&_newvalue[BYHANDMSGLEN]);
231 (void) strcpy(&_newvalue[BYHANDMSGLEN], savevalue);
233 return (_newvalue);

Completed in 179 milliseconds