| /freebsd-13.1/contrib/ncurses/ncurses/base/ |
| H A D | lib_newwin.c | 151 || num_lines < 0 in NCURSES_SP_NAME() 156 if (num_lines == 0) in NCURSES_SP_NAME() 157 num_lines = SP_PARM->_lines_avail - begy; in NCURSES_SP_NAME() 166 for (i = 0; i < num_lines; i++) { in NCURSES_SP_NAME() 212 if (begy + num_lines > orig->_maxy + 1 in derwin() 216 if (num_lines == 0) in derwin() 217 num_lines = orig->_maxy + 1 - begy; in derwin() 236 for (i = 0; i < num_lines; i++) in derwin() 267 int num_lines, in NCURSES_SP_NAME() 313 : (num_lines == screen_lines(SP_PARM) in NCURSES_SP_NAME() [all …]
|
| /freebsd-13.1/lib/libc/locale/ |
| H A D | ldpart.c | 58 int saverr, fd, i, num_lines; in __part_load_locale() local 118 num_lines = split_lines(p, plim); in __part_load_locale() 119 if (num_lines >= locale_buf_size_max) in __part_load_locale() 120 num_lines = locale_buf_size_max; in __part_load_locale() 121 else if (num_lines >= locale_buf_size_min) in __part_load_locale() 122 num_lines = locale_buf_size_min; in __part_load_locale() 134 for (p = *locale_buf, i = 0; i < num_lines; i++) in __part_load_locale() 136 for (i = num_lines; i < locale_buf_size_max; i++) in __part_load_locale()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectSource.cpp | 95 num_lines = 0; in OptionParsingStarting() 110 uint32_t num_lines; member in CommandObjectSourceInfo::CommandOptions 142 uint32_t num_lines = m_options.num_lines; in DumpLinesInSymbolContexts() local 168 if (num_lines > 0 && num_matches > num_lines) in DumpLinesInSymbolContexts() 200 uint32_t num_lines = m_options.num_lines; in DumpFileLinesInCompUnit() local 241 if (num_lines > 0 && num_matches > num_lines) in DumpFileLinesInCompUnit() 696 num_lines = 0; in OptionParsingStarting() 712 uint32_t num_lines; member in CommandObjectSourceList::CommandOptions 880 if (m_options.num_lines == 0) in FindMatchingFunctions() 881 m_options.num_lines = 10; in FindMatchingFunctions() [all …]
|
| H A D | CommandObjectExpression.cpp | 508 const size_t num_lines = lines.GetSize(); in IOHandlerIsInputComplete() local 509 if (num_lines > 0 && lines[num_lines - 1].empty()) { in IOHandlerIsInputComplete()
|
| /freebsd-13.1/sys/contrib/octeon-sdk/ |
| H A D | cvmx-app-init.c | 483 unsigned num_lines; in cvmx_user_app_init() local 485 num_lines = tmp & 0x3f; in cvmx_user_app_init() 486 for (addr = 0; addr < CVMX_CACHE_LINE_SIZE * num_lines; addr += 8) in cvmx_user_app_init()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | IOHandler.h | 318 const size_t num_lines = lines.GetSize(); in IOHandlerIsInputComplete() local 319 if (num_lines > 0 && lines[num_lines - 1] == m_end_line) { in IOHandlerIsInputComplete()
|
| /freebsd-13.1/crypto/openssh/ |
| H A D | moduli.c | 578 char *checkpoint_file, unsigned long start_lineno, unsigned long num_lines) in prime_test() argument 593 if (num_lines == 0) in prime_test() 596 end_lineno = start_lineno + num_lines; in prime_test()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 810 bounds.size.height = num_lines + 2; in CreateHelpSubwindow() 4750 const size_t num_lines = m_text.GetSize(); in WindowDelegateDraw() local 4752 if (num_lines <= num_visible_lines) in WindowDelegateDraw() 4769 const size_t num_lines = m_text.GetSize(); in WindowDelegateHandleChar() local 4772 if (num_lines <= num_visible_lines) { in WindowDelegateHandleChar() 5701 size_t num_lines = GetNumSourceLines(); in GetNumLines() local 5702 if (num_lines == 0) in GetNumLines() 5703 num_lines = GetNumDisassemblyLines(); in GetNumLines() 5704 return num_lines; in GetNumLines() 5721 const size_t num_lines = GetNumLines(); in WindowDelegateHandleChar() local [all …]
|
| /freebsd-13.1/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_alloc.cpp | 1982 size_t num_lines, idx; in ___kmp_fast_allocate() local 1991 num_lines = (size + DCACHE_LINE - 1) / DCACHE_LINE; in ___kmp_fast_allocate() 1992 idx = num_lines - 1; in ___kmp_fast_allocate() 1996 num_lines = 2; // 1, 2 cache lines or less than cache line in ___kmp_fast_allocate() 1999 num_lines = 4; // 3, 4 cache lines in ___kmp_fast_allocate() 2002 num_lines = 16; // 5, 6, ..., 16 cache lines in ___kmp_fast_allocate() 2005 num_lines = 64; // 17, 18, ..., 64 cache lines in ___kmp_fast_allocate() 2040 size = num_lines * DCACHE_LINE; in ___kmp_fast_allocate()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Expression/ |
| H A D | REPL.cpp | 135 const size_t num_lines = lines.GetSize(); in IOHandlerIsInputComplete() local 136 if (num_lines == 1) { in IOHandlerIsInputComplete()
|
| /freebsd-13.1/usr.sbin/bsdconfig/share/ |
| H A D | strings.subr | 496 BEGIN { num_lines = 0 } 498 num_lines += split(" "$0, unused, /\\n/) 500 END { print num_lines }
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPython.cpp | 1392 int num_lines = input.GetSize(); in GenerateFunction() local 1393 if (num_lines == 0) { in GenerateFunction() 1421 for (int i = 0; i < num_lines; ++i) { in GenerateFunction() 1501 int num_lines = user_input.GetSize(); in GenerateTypeSynthClass() local 1523 for (int i = 0; i < num_lines; ++i) { in GenerateTypeSynthClass()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 2286 size_t num_lines = commands.GetSize(); in HandleCommands() local 2298 for (size_t idx = 0; idx < num_lines && !WasInterrupted(); idx++) { in HandleCommands() 2362 if (idx != num_lines - 1) in HandleCommands() 2382 if (idx != num_lines - 1) in HandleCommands()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | StackFrame.cpp | 1886 size_t num_lines = in GetStatus() local 1891 if (num_lines != 0) in GetStatus()
|
| /freebsd-13.1/contrib/ncurses/ncurses/ |
| H A D | llib-lncurses | 1640 int num_lines, 1648 int num_lines, 1657 int num_lines, 1675 int num_lines,
|
| H A D | llib-lncursest | 1649 int num_lines, 1657 int num_lines, 1666 int num_lines, 1684 int num_lines,
|
| H A D | llib-lncursestw | 2230 int num_lines, 2238 int num_lines, 2247 int num_lines, 2265 int num_lines,
|
| H A D | llib-lncursesw | 2221 int num_lines, 2229 int num_lines, 2238 int num_lines, 2256 int num_lines,
|
| /freebsd-13.1/contrib/netbsd-tests/lib/libcurses/slave/ |
| H A D | curses_commands.c | 5450 int beg_line, num_lines; in cmd_wredrawln() local 5467 if (sscanf(args[2], "%d", &num_lines) == 0) { in cmd_wredrawln() 5474 report_return(wredrawln(win, beg_line, num_lines)); in cmd_wredrawln()
|
| /freebsd-13.1/contrib/ncurses/ |
| H A D | NEWS | 11247 + correct maxx/maxy expression for num_columns/num_lines in derwin
|