Searched refs:tab_size (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/diff/src/
H A Dside.c51 size_t tab_size = tabsize; local
54 for (tab = from + tab_size - from % tab_size; tab <= to; tab += tab_size)
H A Dutil.c560 size_t tab_size = tabsize;
567 size_t spaces = tab_size - column % tab_size;
553 size_t tab_size = tabsize; local
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DREPL.h124 int tab_size) = 0; // LLDB_INVALID_OFFSET means no change
/freebsd-13-stable/usr.bin/col/
H A Dcol.c502 int tab_col, tab_size; local
507 tab_size = tab_col - last_col;
508 if (tab_size == 1)
512 nspace -= tab_size;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp169 int tab_size = io_handler.GetDebugger().GetTabSize(); local
172 GetDesiredIndentation(lines, cursor_position, tab_size);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h310 bool SetTabSize(uint32_t tab_size);
/freebsd-13-stable/usr.sbin/bhyve/
H A Dpci_emul.c845 uint32_t tab_size; local
851 tab_size = msgnum * MSIX_TABLE_ENTRY_SIZE;
854 tab_size = roundup2(tab_size, 4096);
860 pi->pi_msix.pba_offset = tab_size;
865 pci_populate_msixcap(&msixcap, msgnum, barnum, tab_size);
869 tab_size + pi->pi_msix.pba_size);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp451 bool Debugger::SetTabSize(uint32_t tab_size) { argument
453 return m_collection_sp->SetPropertyAtIndexAsUInt64(nullptr, idx, tab_size);

Completed in 135 milliseconds