Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dm-x.c164 int new_height, old_height = screenheight; variable
167 new_height = count;
173 new_height = screenheight;
175 sprintf (prompt, _("Set screen height to (%d): "), new_height);
188 new_height = atoi (line);
199 screenheight = new_height;