Searched refs:num_lines (Results 1 - 17 of 17) sorted by relevance

/freebsd-11.0-release/contrib/ncurses/ncurses/base/
H A Dlib_newwin.c135 int num_lines, int num_columns, int begy, int begx)
141 T((T_CALLED("newwin(%p, %d,%d,%d,%d)"), (void *) SP_PARM, num_lines, num_columns,
146 || num_lines < 0
151 if (num_lines == 0)
152 num_lines = SP_PARM->_lines_avail - begy;
157 num_lines, num_columns, begy, begx, 0);
161 for (i = 0; i < num_lines; i++) {
178 newwin(int num_lines, int num_columns, int begy, int begx) argument
183 num_lines, num_columns, begy, begx);
190 derwin(WINDOW *orig, int num_lines, in argument
134 newwin(NCURSES_SP_DCLx int num_lines, int num_columns, int begy, int begx) argument
261 _nc_makenew(NCURSES_SP_DCLx int num_lines, int num_columns, int begy, int begx, int flags) argument
[all...]
/freebsd-11.0-release/lib/libc/locale/
H A Dldpart.c56 int saverr, fd, i, num_lines; local
115 num_lines = split_lines(p, plim);
116 if (num_lines >= locale_buf_size_max)
117 num_lines = locale_buf_size_max;
118 else if (num_lines >= locale_buf_size_min)
119 num_lines = locale_buf_size_min;
131 for (p = *locale_buf, i = 0; i < num_lines; i++)
133 for (i = num_lines; i < locale_buf_size_max; i++)
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectSource.cpp74 num_lines = StringConvert::ToUInt32(option_arg, 0);
75 if (num_lines == 0)
113 num_lines = 0;
131 uint32_t num_lines; member in class:CommandObjectSourceInfo::CommandOptions
160 // If the num_lines option was specified, dont print more than num_lines entries.
167 uint32_t num_lines = m_options.num_lines; local
201 if (num_lines > 0 && num_matches > num_lines)
235 uint32_t num_lines = m_options.num_lines; local
821 uint32_t num_lines; member in class:CommandObjectSourceList::CommandOptions
[all...]
H A DCommandObjectCommands.cpp1028 const size_t num_lines = lines.GetSize(); variable
1030 for (size_t i=0; i<num_lines; ++i)
/freebsd-11.0-release/sys/dev/drm/
H A Dvia_dmablit.c110 for (cur_line = 0; cur_line < xfer->num_lines; ++cur_line) {
229 (xfer->num_lines * xfer->mem_stride -1)) - first_pfn + 1;
568 if (xfer->num_lines <= 0 || xfer->line_length <= 0) {
587 xfer->mem_stride *= xfer->num_lines;
590 xfer->num_lines = 1;
597 if (xfer->num_lines > 2048 ||
598 (xfer->num_lines*xfer->mem_stride > (2048*2048*4))) {
622 ((xfer->num_lines > 1) && ((xfer->mem_stride & 3) !=
630 ((xfer->num_lines > 1) &&
H A Dvia_drm.h264 u32 num_lines; member in struct:drm_via_dmablit
/freebsd-11.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-app-init.c483 unsigned num_lines; local
485 num_lines = tmp & 0x3f;
486 for (addr = 0; addr < CVMX_CACHE_LINE_SIZE * num_lines; addr += 8)
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DIOHandler.h461 const size_t num_lines = lines.GetSize(); variable
462 if (num_lines > 0 && lines[num_lines - 1] == m_end_line)
/freebsd-11.0-release/contrib/gdb/gdb/tui/
H A Dtui-regs.c76 int num_lines = (-1); local
80 num_lines = (TUI_DATA_WIN->detail.data_display_info.regs_content_count /
84 num_lines++;
86 return num_lines;
/freebsd-11.0-release/contrib/gcc/
H A Dgcov.c240 unsigned num_lines; member in struct:source_info
522 src->lines = XCNEWVEC (line_t, src->num_lines);
762 if (lineno >= src->num_lines)
763 src->num_lines = lineno + 1;
870 if (lineno >= src->num_lines)
871 src->num_lines = lineno + 1;
1573 for (ix = src->num_lines, line = src->lines; ix--; line++)
1823 line_num < src->num_lines; line_num++, line++)
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp1482 const size_t num_lines = help_delegate_ap->GetNumLines(); local
1501 if (num_lines + 2 < static_cast<size_t>(bounds.size.height))
1503 bounds.origin.y += (bounds.size.height - num_lines + 2)/2;
1504 bounds.size.height = num_lines + 2;
4159 const size_t num_lines = m_text.GetSize(); local
4161 if (num_lines <= num_visible_lines)
4179 const size_t num_lines = m_text.GetSize(); local
4182 if (num_lines <= num_visible_lines)
4198 if (m_first_visible_line + num_visible_lines < num_lines)
4215 if (m_first_visible_line + num_visible_lines < num_lines)
4846 const size_t num_lines = m_file_sp->GetNumLines(); variable
5197 size_t num_lines = GetNumSourceLines(); local
5223 const size_t num_lines = GetNumLines (); variable
[all...]
/freebsd-11.0-release/crypto/openssh/
H A Dmoduli.c577 char *checkpoint_file, unsigned long start_lineno, unsigned long num_lines)
593 if (num_lines == 0)
596 end_lineno = start_lineno + num_lines;
576 prime_test(FILE *in, FILE *out, u_int32_t trials, u_int32_t generator_wanted, char *checkpoint_file, unsigned long start_lineno, unsigned long num_lines) argument
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Expression/
H A DREPL.cpp178 const size_t num_lines = lines.GetSize(); local
179 if (num_lines == 1)
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1348 int num_lines = input.GetSize (); local
1349 if (num_lines == 0)
1373 for (int i = 0; i < num_lines; ++i)
1445 int num_lines = user_input.GetSize (); local
1466 for (int i = 0; i < num_lines; ++i)
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2408 size_t num_lines = commands.GetSize(); local
2426 for (size_t idx = 0; idx < num_lines; idx++)
2499 if (idx != num_lines - 1)
2535 if (idx != num_lines - 1)
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Target/
H A DStackFrame.cpp1538 size_t num_lines = target->GetSourceManager().DisplaySourceLinesWithLineNumbers (m_sc.line_entry.file, local
1544 if (num_lines != 0)
/freebsd-11.0-release/contrib/netbsd-tests/lib/libcurses/slave/
H A Dcurses_commands.c5450 int beg_line, num_lines; local
5467 if (sscanf(args[2], "%d", &num_lines) == 0) {
5474 report_return(wredrawln(win, beg_line, num_lines));

Completed in 287 milliseconds