/openbsd/gnu/llvm/llvm/utils/lint/ |
H A D | common_lint.py | 8 def VerifyLineLength(filename, lines, max_length): argument 31 def VerifyTabs(filename, lines): argument 52 def VerifyTrailingWhitespace(filename, lines): argument 74 def RunOnFile(filename, lines): argument
|
H A D | cpp_lint.py | 14 def VerifyIncludes(filename, lines): argument 77 def RunOnFile(self, filename, lines): argument
|
H A D | generic_lint.py | 12 def RunOnFile(self, filename, lines): argument
|
/openbsd/gnu/llvm/lldb/source/Core/ |
H A D | IOHandler.cpp | 269 [this](Editline *editline, StringList &lines) { in IOHandlerEditline() 293 int cursor_position) { in IOHandlerEditline() 439 StringList &lines) { in IsInputCompleteCallback() 444 const StringList &lines, in FixIndentationCallback() 511 bool IOHandlerEditline::GetLines(StringList &lines, bool &interrupted) { in GetLines() 558 StringList lines; in Run() local
|
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Utility/ |
H A D | LinuxProcMaps.cpp | 125 llvm::StringRef lines(linux_map); in ParseLinuxMapRegions() local 148 llvm::StringRef lines(linux_smap); in ParseLinuxSMapRegions() local
|
/openbsd/usr.bin/tail/ |
H A D | read.c | 138 lines(struct tailfile *tf, off_t off) in lines() function 144 } *lines = NULL; in lines() local
|
/openbsd/usr.bin/vi/cl/ |
H A D | cl_read.c | 49 size_t lines, columns; in cl_event() local 277 cl_resize(SCR *sp, size_t lines, size_t columns) in cl_resize()
|
/openbsd/gnu/usr.bin/texinfo/info/ |
H A D | nodemenu.c | 91 int lines = 1; in format_node_info() local 135 char **lines = (char **)NULL; in get_visited_nodes() local
|
/openbsd/lib/libcrypto/ts/ |
H A D | ts_rsp_print.c | 148 int i, lines = 0; in TS_STATUS_INFO_print_bio() local 186 int lines = 0; in TS_status_map_print() local
|
/openbsd/usr.bin/tmux/ |
H A D | cmd-display-menu.c | 110 u_int line, ox, oy, sx, sy, lines, position; in cmd_display_menu_get_position() local 297 enum box_lines lines = BOX_LINES_DEFAULT; in cmd_display_menu_exec() local 398 enum box_lines lines = BOX_LINES_DEFAULT; in cmd_display_popup_exec() local
|
H A D | status.c | 376 u_int lines, i, n, width = c->tty.sx; in status_redraw() local 556 u_int lines, offset, messageline; in status_message_redraw() local 788 u_int i, lines, offset, left, start, width, n; in status_prompt_redraw() local 1816 u_int lines = status_line_size(c), height, i; in status_prompt_complete_list_menu() local 1875 u_int lines = status_line_size(c), height; in status_prompt_complete_window_menu() local
|
/openbsd/gnu/llvm/lldb/source/Host/common/ |
H A D | Editline.cpp | 137 EditLineStringType CombineLines(const std::vector<EditLineStringType> &lines) { in CombineLines() 455 StringList lines; in GetInputAsStringList() local 648 StringList lines = GetInputAsStringList(m_current_line_index + 1); in BreakLineCommand() local 689 auto lines = GetInputAsStringList(); in EndOrAddLineCommand() local 821 StringList lines = GetInputAsStringList(); in NextLineCommand() local 867 StringList lines = GetInputAsStringList(m_current_line_index + 1); in FixIndentationCommand() local 1542 bool Editline::GetLines(int first_line_number, StringList &lines, in GetLines()
|
/openbsd/sys/dev/wscons/ |
H A D | wsemulvar.h | 149 int lines; /* jump scroll lines */ member 169 wsemul_abort_jump_scroll(struct wsemul_abortstate *was, int lines) in wsemul_abort_jump_scroll()
|
H A D | wsemul_sun.c | 668 int lines; in wsemul_sun_output() local 835 u_int pos, lines; in wsemul_sun_jump_scroll() local 1098 wsemul_sun_scrollup(struct wsemul_sun_emuldata *edp, u_int lines) in wsemul_sun_scrollup()
|
/openbsd/gnu/usr.bin/perl/cpan/Test2-Suite/lib/Test2/Workflow/ |
H A D | BlockBase.pm | 45 sub lines { shift->info->{lines} } subroutine
|
/openbsd/gnu/llvm/lldb/source/Expression/ |
H A D | REPL.cpp | 138 bool REPL::IOHandlerIsInputComplete(IOHandler &io_handler, StringList &lines) { in IOHandlerIsInputComplete() 152 int REPL::CalculateActualIndentation(const StringList &lines) { in CalculateActualIndentation() 166 const StringList &lines, in IOHandlerFixIndentation()
|
/openbsd/gnu/llvm/lldb/include/lldb/Core/ |
H A D | IOHandler.h | 235 const StringList &lines, in IOHandlerFixIndentation() 268 StringList &lines) { in IOHandlerIsInputComplete() 312 StringList &lines) override { in IOHandlerIsInputComplete()
|
/openbsd/gnu/usr.bin/perl/cpan/Test2-Suite/lib/Test2/Compare/ |
H A D | Base.pm | 53 sub lines { subroutine
|
/openbsd/gnu/llvm/llvm/utils/ |
H A D | update_mir_test_checks.py | 98 def find_triple_in_ir(lines, verbose=False): argument 157 def find_functions_with_one_bb(lines, verbose=False): argument
|
H A D | chunk-print-before-all.py | 20 def print_chunk(lines, prefix, pass_name): argument
|
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Linux/ |
H A D | Procfs.cpp | 33 SmallVector<StringRef, 8> lines; in GetAvailableLogicalCoreIDs() local
|
/openbsd/gnu/llvm/lldb/source/Plugins/Process/minidump/ |
H A D | MinidumpTypes.cpp | 45 llvm::SmallVector<llvm::StringRef, 0> lines; in Parse() local
|
/openbsd/gnu/llvm/lldb/source/Utility/ |
H A D | StringList.cpp | 152 size_t StringList::SplitIntoLines(const std::string &lines) { in SplitIntoLines() 156 size_t StringList::SplitIntoLines(const char *lines, size_t len) { in SplitIntoLines()
|
/openbsd/gnu/lib/libreadline/ |
H A D | shell.c | 120 sh_set_lines_and_columns (lines, cols) in sh_set_lines_and_columns() argument
|
/openbsd/sys/dev/pci/drm/i915/display/ |
H A D | intel_psr_regs.h | 166 #define EDP_PSR2_IO_BUFFER_WAKE(lines) REG_FIELD_PREP(EDP_PSR2_IO_BUFFER_WAKE_MASK, \ argument 170 #define TGL_EDP_PSR2_IO_BUFFER_WAKE(lines) REG_FIELD_PREP(TGL_EDP_PSR2_IO_BUFFER_WAKE_MASK, \ argument 174 #define EDP_PSR2_FAST_WAKE(lines) REG_FIELD_PREP(EDP_PSR2_FAST_WAKE_MASK, \ argument 178 #define TGL_EDP_PSR2_FAST_WAKE(lines) REG_FIELD_PREP(TGL_EDP_PSR2_FAST_WAKE_MASK, \ argument
|