Home
last modified time | relevance | path

Searched defs:lines (Results 1 – 25 of 116) sorted by relevance

12345

/openbsd/gnu/llvm/llvm/utils/lint/
H A Dcommon_lint.py8 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 Dcpp_lint.py14 def VerifyIncludes(filename, lines): argument
77 def RunOnFile(self, filename, lines): argument
H A Dgeneric_lint.py12 def RunOnFile(self, filename, lines): argument
/openbsd/gnu/llvm/lldb/source/Core/
H A DIOHandler.cpp269 [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 DLinuxProcMaps.cpp125 llvm::StringRef lines(linux_map); in ParseLinuxMapRegions() local
148 llvm::StringRef lines(linux_smap); in ParseLinuxSMapRegions() local
/openbsd/usr.bin/tail/
H A Dread.c138 lines(struct tailfile *tf, off_t off) in lines() function
144 } *lines = NULL; in lines() local
/openbsd/usr.bin/vi/cl/
H A Dcl_read.c49 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 Dnodemenu.c91 int lines = 1; in format_node_info() local
135 char **lines = (char **)NULL; in get_visited_nodes() local
/openbsd/lib/libcrypto/ts/
H A Dts_rsp_print.c148 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 Dcmd-display-menu.c110 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 Dstatus.c376 u_int lines, i, n, width = c->tty.sx; in status_redraw() local
556 u_int lines, offset, messageline; in status_message_redraw() local
721 u_int i, lines, offset, left, start, width; in status_prompt_redraw() local
1735 u_int lines = status_line_size(c), height, i; in status_prompt_complete_list_menu() local
1794 u_int lines = status_line_size(c), height; in status_prompt_complete_window_menu() local
H A Dscreen-write.c392 u_int lines, int more, const struct grid_cell *gcp, const char *fmt, ...) in screen_write_text()
596 screen_write_box_border_set(enum box_lines lines, int cell_type, in screen_write_box_border_set()
633 enum box_lines lines, const struct grid_cell *border_gc) in screen_write_hline()
695 enum box_lines lines, const struct grid_cell *menu_gc, in screen_write_menu()
746 enum box_lines lines, const struct grid_cell *gcp, const char *title) in screen_write_box()
1389 screen_write_scrollup(struct screen_write_ctx *ctx, u_int lines, u_int bg) in screen_write_scrollup()
1414 screen_write_scrolldown(struct screen_write_ctx *ctx, u_int lines, u_int bg) in screen_write_scrolldown()
/openbsd/gnu/llvm/lldb/source/Host/common/
H A DEditline.cpp137 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 Dwsemulvar.h146 int lines; /* jump scroll lines */ member
166 wsemul_abort_jump_scroll(struct wsemul_abortstate *was, int lines) in wsemul_abort_jump_scroll()
H A Dwsemul_sun.c668 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/llvm/lldb/source/Expression/
H A DREPL.cpp138 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 DIOHandler.h235 const StringList &lines, in IOHandlerFixIndentation()
268 StringList &lines) { in IOHandlerIsInputComplete()
312 StringList &lines) override { in IOHandlerIsInputComplete()
/openbsd/gnu/llvm/llvm/utils/
H A Dupdate_mir_test_checks.py98 def find_triple_in_ir(lines, verbose=False): argument
157 def find_functions_with_one_bb(lines, verbose=False): argument
H A Dchunk-print-before-all.py20 def print_chunk(lines, prefix, pass_name): argument
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DProcfs.cpp33 SmallVector<StringRef, 8> lines; in GetAvailableLogicalCoreIDs() local
/openbsd/gnu/llvm/lldb/source/Plugins/Process/minidump/
H A DMinidumpTypes.cpp45 llvm::SmallVector<llvm::StringRef, 0> lines; in Parse() local
/openbsd/gnu/llvm/lldb/source/Utility/
H A DStringList.cpp152 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 Dshell.c120 sh_set_lines_and_columns (lines, cols) in sh_set_lines_and_columns() argument
/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_psr_regs.h166 #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
/openbsd/gnu/llvm/lldb/source/Plugins/REPL/Clang/
H A DClangREPL.cpp75 lldb::offset_t ClangREPL::GetDesiredIndentation(const StringList &lines, in GetDesiredIndentation()

12345