Home
last modified time | relevance | path

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

/netbsd-src/distrib/utils/more/
H A Doutput.c184 static char return_to_continue[] = "(press RETURN)"; variable
225 putstr(return_to_continue);
235 if ((s != NULL ? strlen(s) : 0) + sizeof(return_to_continue) +
/netbsd-src/external/bsd/less/dist/
H A Doutput.c621 static char return_to_continue[] = " (press RETURN)"; in error() local
639 putstr(return_to_continue); in error()
641 col += sizeof(return_to_continue) + so_e_width; in error()