Home
last modified time | relevance | path

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

/netbsd/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/external/bsd/less/dist/
H A Doutput.c522 static char return_to_continue[] = " (press RETURN)"; local
544 putstr(return_to_continue);
546 col += sizeof(return_to_continue) + so_e_width;