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

  /src/external/bsd/less/dist/
forwback.c 22 public int squished; variable
113 * If the screen is "squished", repaint it.
114 * "Squished" means the first displayed line is not at the top
120 if (!squished)
122 squished = 0;
345 squished = 1;
  /src/distrib/utils/more/
prim.c 58 static int squished; variable
86 * If the screen is "squished", repaint it.
87 * "Squished" means the first displayed line is not at the top
95 if (squished) {
96 squished = 0;
186 squished = 1;

Completed in 56 milliseconds