Searched refs:max_y (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/sys/netpfil/ipfw/test/
H A Dmain.c39 int max_y; /* max random number in the generation */ member in struct:cfg_s
40 int cur_y, cur_fs; /* used in generation, between 0 and max_y - 1 */
325 c->max_y = prev ? prev->base_y + prev->y : 0;
333 DX(1,"%d flows on %d flowsets max_y %d", c->flows, c->flowsets, c->max_y);
592 if (c->cur_y >= c->max_y) { /* handle wraparound */
/freebsd-10.3-release/contrib/dialog/
H A Dutil.c1175 int max_y = SLINES - 1; local
1181 justify_text((WINDOW *) 0, prompt, max_y, max_x, &high, &wide);
1191 justify_text((WINDOW *) 0, prompt, max_y, max_x, &high, &wide);
1202 justify_text((WINDOW *) 0, prompt, max_y, max_x, &high, &wide);
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp3882 const int max_y = window_height - 1 - y; local
3883 const int num_visible_lines = max_y - min_y + 1;
3891 while (y <= max_y)

Completed in 117 milliseconds