Home
last modified time | relevance | path

Searched defs:end_pos (Results 1 – 11 of 11) sorted by relevance

/freebsd-head/contrib/less/
HDjump.c31 POSITION end_pos; in jump_forw() local
HDch.c536 POSITION end_pos; in ch_end_buffer_seek() local
HDsearch.c616 POSITION end_pos = line_pos + end_off; in shift_visible() local
/freebsd-head/contrib/kyua/utils/fs/
HDpath.cpp124 const std::string::size_type end_pos = _repr.rfind('/'); in branch_path() local
/freebsd-head/crypto/openssh/
HDprogressmeter.c67 static off_t end_pos; /* ending position of transfer */ variable
/freebsd-head/contrib/llvm-project/lldb/source/Symbol/
HDLineTable.cpp123 entry_collection::iterator end_pos = m_entries.end(); in InsertSequence() local
201 entry_collection::const_iterator end_pos = m_entries.end(); in FindLineEntryByAddress() local
/freebsd-head/contrib/llvm-project/llvm/lib/Support/
HDPath.cpp141 size_t end_pos = filename_pos(path, style); in parent_path_end() local
284 size_t end_pos = Path.find_first_of(separators(S), Position); in operator ++() local
319 size_t end_pos = Position; in operator ++() local
469 size_t end_pos = parent_path_end(path, style); in parent_path() local
476 size_t end_pos = parent_path_end(StringRef(path.begin(), path.size()), style); in remove_filename() local
/freebsd-head/sys/dev/uart/
HDuart_dev_msm.h30 #define UART_DM_EXTR_BITS(value, start_pos, end_pos) \ argument
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
HDCPlusPlusNameParser.cpp738 unsigned end_pos = end_loc.getRawEncoding() + last_token.getLength(); in GetTextForRange() local
/freebsd-head/contrib/llvm-project/lldb/source/Target/
HDStackFrame.cpp771 size_t end_pos = var_expr.find_first_of(']'); in GetValueForVariableExpressionPath() local
/freebsd-head/contrib/libarchive/libarchive/
HDarchive_read_support_format_rar5.c181 uint16_t end_pos; member