Searched refs:max_height (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dira-build.c324 int height, max_height;
329 max_height = level + 1;
336 if (height > max_height)
337 max_height = height;
339 return max_height;
322 int height, max_height; local
/haiku-buildtools/legacy/gcc/texinfo/info/
H A Dsession.c98 int max_height = 0; local
101 if (win->height > max_height)
103 max_height = win->height;

Completed in 139 milliseconds