Home
last modified time | relevance | path

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

1234567

/openbsd-src/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-src/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-src/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-src/usr.bin/tail/
H A Dread.c138 lines(struct tailfile *tf, off_t off) in lines() function
144 } *lines = NULL; in lines() local
/openbsd-src/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-src/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-src/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-src/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; cmd_display_menu_exec() local
398 enum box_lines lines = BOX_LINES_DEFAULT; cmd_display_popup_exec() local
[all...]
/plan9/sys/src/cmd/jpg/
H A Dreadyuv.c21 looksize(char *file, vlong size, int *pixels, int *lines, int *bits) in looksize()
82 int bits, lines, pixels; in Breadyuv() local
H A Dreadv210.c21 looksize(char *file, vlong size, int *pixels, int *lines, int *chunk) in looksize()
76 int chunk, lines, pixels; in BreadV210() local
/plan9/sys/src/libdraw/
H A Dscroll.c8 static int lines, pcnt; in mousescrollsize() local
/openbsd-src/sys/dev/wscons/
H A Dwsemulvar.h146 int lines; /* jump scroll lines */ global() member
166 wsemul_abort_jump_scroll(struct wsemul_abortstate * was,int lines) wsemul_abort_jump_scroll() argument
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-src/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-src/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-src/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-src/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DProcfs.cpp33 SmallVector<StringRef, 8> lines; in GetAvailableLogicalCoreIDs() local
/openbsd-src/gnu/llvm/llvm/utils/
H A Dchunk-print-before-all.py20 def print_chunk(lines, prefix, pass_name): argument
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
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/minidump/
H A DMinidumpTypes.cpp45 llvm::SmallVector<llvm::StringRef, 0> lines; in Parse() local
/openbsd-src/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()
/plan9/sys/src/cmd/
H A Dread.c47 lines(int fd, char *file) in lines() function
/plan9/sys/src/games/music/playlistfs/
H A Dvolume.c15 char *lines[32]; in volumeproc() local

1234567