Searched refs:lheight (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D20000427-1.c2 int lheight; variable
5 int oldw = lwidth, oldh = lheight;
7 lheight = FindNearestPowerOf2 (lheight);
8 while (lwidth/lheight > maxAspect) lheight += lheight;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D20000427-1.c2 int lheight; variable
5 int oldw = lwidth, oldh = lheight;
7 lheight = FindNearestPowerOf2 (lheight);
8 while (lwidth/lheight > maxAspect) lheight += lheight;
/netbsd-6-1-5-RELEASE/usr.sbin/isdn/isdnmonitor/
H A Dcurses.c63 int uheight, lheight; local
79 lheight = LINES - uheight - 6 + 1; /* rest of display */
95 if ((lower_w = newwin(lheight, COLS, UPPER_B+uheight+3, 0)) == NULL)
98 fprintf(stderr, "ERROR, curses init lower window, LINES = %d, lheight = %d, uheight = %d, terminating!", LINES, lheight, uheight);
/netbsd-6-1-5-RELEASE/usr.sbin/isdn/isdnd/
H A Dcurses.c57 int uheight, lheight; local
75 lheight = LINES - uheight - 6 + 1; /* rest of display */
89 if ((lower_w = newwin(lheight, COLS, UPPER_B+uheight+3, 0)) == NULL)
91 logit(LL_ERR, "ERROR, curses init lower window, LINES = %d, lheight = %d, uheight = %d, terminating!", LINES, lheight, uheight);

Completed in 116 milliseconds