Home
last modified time | relevance | path

Searched refs:helpstring (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/cscope-fast/
H A Ddisplay.c74 static char helpstring[] = "Press the ? key for help"; variable
165 (void) move(0, COLS - (int)sizeof (helpstring)); in display()
166 (void) addstr(helpstring); in display()