Home
last modified time | relevance | path

Searched defs:num_lines (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_newwin.c183 newwin(int num_lines, int num_columns, int begy, int begx) in newwin()
195 derwin(WINDOW *orig, int num_lines, int num_columns, int begy, int begx) in derwin()
/freebsd/lib/libc/locale/
H A Dldpart.c55 int saverr, fd, i, num_lines; in __part_load_locale() local
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSource.cpp113 uint32_t num_lines; member in CommandObjectSourceInfo::CommandOptions
144 uint32_t num_lines = m_options.num_lines; in DumpLinesInSymbolContexts() local
199 uint32_t num_lines = m_options.num_lines; in DumpFileLinesInCompUnit() local
691 uint32_t num_lines; member in CommandObjectSourceList::CommandOptions
H A DCommandObjectExpression.cpp523 const size_t num_lines = lines.GetSize(); in IOHandlerIsInputComplete() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h304 const size_t num_lines = lines.GetSize(); in IOHandlerIsInputComplete() local
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp143 const size_t num_lines = lines.GetSize(); in IOHandlerIsInputComplete() local
/freebsd/crypto/openssh/
H A Dmoduli.c536 char *checkpoint_file, unsigned long start_lineno, unsigned long num_lines) in prime_test()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1282 int num_lines = input.GetSize(); in GenerateFunction() local
1417 int num_lines = user_input.GetSize(); in GenerateTypeSynthClass() local
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp807 const size_t num_lines = help_delegate_up->GetNumLines(); in CreateHelpSubwindow() local
6242 const size_t num_lines = m_text.GetSize(); in WindowDelegateDraw() local
6261 const size_t num_lines = m_text.GetSize(); in WindowDelegateHandleChar() local
6917 const size_t num_lines = m_file_sp->GetNumLines(); in WindowDelegateDraw() local
7239 size_t num_lines = GetNumSourceLines(); in GetNumLines() local
7259 const size_t num_lines = GetNumLines(); in WindowDelegateHandleChar() local
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp2060 size_t num_lines = in GetStatus() local
/freebsd/sys/dev/mmc/
H A Dmmcspi.c2282 unsigned int num_lines; in mmcspi_dump_data() local
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_alloc.cpp2567 size_t num_lines, idx; in ___kmp_fast_allocate() local
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2703 size_t num_lines = commands.GetSize(); in HandleCommands() local
/freebsd/contrib/netbsd-tests/lib/libcurses/slave/
H A Dcurses_commands.c5450 int beg_line, num_lines; in cmd_wredrawln() local