Home
last modified time | relevance | path

Searched defs:num_lines (Results 1 – 13 of 13) 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
700 uint32_t num_lines; member in CommandObjectSourceList::CommandOptions
H A DCommandObjectExpression.cpp531 const size_t num_lines = lines.GetSize(); in IOHandlerIsInputComplete() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h310 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.c581 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.cpp1302 int num_lines = input.GetSize(); in GenerateFunction() local
1434 int num_lines = user_input.GetSize(); in GenerateTypeSynthClass() local
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp806 const size_t num_lines = help_delegate_up->GetNumLines(); in CreateHelpSubwindow() local
6240 const size_t num_lines = m_text.GetSize(); in WindowDelegateDraw() local
6259 const size_t num_lines = m_text.GetSize(); in WindowDelegateHandleChar() local
6916 const size_t num_lines = m_file_sp->GetNumLines(); in WindowDelegateDraw() local
7253 size_t num_lines = GetNumSourceLines(); in GetNumLines() local
7273 const size_t num_lines = GetNumLines(); in WindowDelegateHandleChar() local
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1914 size_t num_lines = in GetStatus() local
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_alloc.cpp2078 size_t num_lines, idx; in ___kmp_fast_allocate() local
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2551 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