Home
last modified time | relevance | path

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

/freebsd/usr.bin/col/
H A Dcol.c487 int tab_col, tab_size; in flush_line() local
492 tab_size = tab_col - last_col; in flush_line()
493 if (tab_size == 1) in flush_line()
497 nspace -= tab_size; in flush_line()
/freebsd/contrib/llvm-project/lldb/source/Plugins/REPL/Clang/
H A DClangREPL.h47 int tab_size) override;
H A DClangREPL.cpp80 int tab_size) { in GetDesiredIndentation() argument
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DREPL.h142 int tab_size) = 0; // LLDB_INVALID_OFFSET means no change
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp178 int tab_size = io_handler.GetDebugger().GetTabSize(); in IOHandlerFixIndentation() local
181 GetDesiredIndentation(lines, cursor_position, tab_size); in IOHandlerFixIndentation()
/freebsd/usr.sbin/bhyve/
H A Dpci_emul.c1248 uint32_t tab_size; in pci_emul_add_msixcap() local
1254 tab_size = msgnum * MSIX_TABLE_ENTRY_SIZE; in pci_emul_add_msixcap()
1257 tab_size = roundup2(tab_size, 4096); in pci_emul_add_msixcap()
1263 pi->pi_msix.pba_offset = tab_size; in pci_emul_add_msixcap()
1268 pci_populate_msixcap(&msixcap, msgnum, barnum, tab_size); in pci_emul_add_msixcap()
1272 tab_size + pi->pi_msix.pba_size); in pci_emul_add_msixcap()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h362 bool SetTabSize(uint64_t tab_size);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp680 bool Debugger::SetTabSize(uint64_t tab_size) { in SetTabSize() argument
682 return SetPropertyAtIndex(idx, tab_size); in SetTabSize()