HomeSort by: relevance | last modified time | path
    Searched defs:new_height (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl2/texinfo/dist/info/
m-x.c 164 int new_height, old_height = screenheight; local
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;

Completed in 61 milliseconds