Searched refs:max_y (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/sys/netpfil/ipfw/test/ |
| HD | main.c | 39 int max_y; /* max random number in the generation */ member 364 c->max_y = prev ? prev->base_y + prev->y : 0; in parse_flowsets() 372 DX(1,"%d flows on %d flowsets max_y %d", c->flows, c->flowsets, c->max_y); in parse_flowsets() 642 if (c->cur_y >= c->max_y) { /* handle wraparound */ in controller()
|
| /NextBSD/contrib/dialog/ |
| HD | util.c | 1175 int max_y = SLINES - 1; in auto_size_preformatted() local 1181 justify_text((WINDOW *) 0, prompt, max_y, max_x, &high, &wide); in auto_size_preformatted() 1191 justify_text((WINDOW *) 0, prompt, max_y, max_x, &high, &wide); in auto_size_preformatted() 1202 justify_text((WINDOW *) 0, prompt, max_y, max_x, &high, &wide); in auto_size_preformatted()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Core/ |
| HD | IOHandler.cpp | 4183 const int max_y = window_height - 1 - y; in WindowDelegateDraw() local 4184 const size_t num_visible_lines = max_y - min_y + 1; in WindowDelegateDraw() 4192 while (y <= max_y) in WindowDelegateDraw()
|