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

  /src/lib/libcurses/
refresh.c 104 int pmaxy, pmaxx; local in function:pnoutrefresh
127 pmaxx = pbegx + smaxx - sbegx + 1;
132 if (pmaxx > pad->maxx - pad->begx)
133 pmaxx = pad->maxx - pad->begx;
140 pad->begx + sbegx, pmaxy, pmaxx);
refresh.c 104 int pmaxy, pmaxx; local in function:pnoutrefresh
127 pmaxx = pbegx + smaxx - sbegx + 1;
132 if (pmaxx > pad->maxx - pad->begx)
133 pmaxx = pad->maxx - pad->begx;
140 pad->begx + sbegx, pmaxy, pmaxx);
refresh.c 104 int pmaxy, pmaxx; local in function:pnoutrefresh
127 pmaxx = pbegx + smaxx - sbegx + 1;
132 if (pmaxx > pad->maxx - pad->begx)
133 pmaxx = pad->maxx - pad->begx;
140 pad->begx + sbegx, pmaxy, pmaxx);

Completed in 33 milliseconds