Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/diff/src/
HDside.c51 size_t tab_size = tabsize; in tab_from_to() local
54 for (tab = from + tab_size - from % tab_size; tab <= to; tab += tab_size) in tab_from_to()
HDutil.c553 size_t tab_size = tabsize; in output_1_line() local
560 size_t spaces = tab_size - column % tab_size; in output_1_line()
/freebsd-13-stable/usr.bin/col/
HDcol.c500 int tab_col, tab_size; in flush_line() local
505 tab_size = tab_col - last_col; in flush_line()
506 if (tab_size == 1) in flush_line()
510 nspace -= tab_size; in flush_line()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/REPL/Clang/
HDClangREPL.h47 int tab_size) override;
HDClangREPL.cpp80 int tab_size) { in GetDesiredIndentation() argument
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Expression/
HDREPL.h142 int tab_size) = 0; // LLDB_INVALID_OFFSET means no change
/freebsd-13-stable/usr.sbin/bhyve/
HDpci_emul.c1158 uint32_t tab_size; in pci_emul_add_msixcap() local
1164 tab_size = msgnum * MSIX_TABLE_ENTRY_SIZE; in pci_emul_add_msixcap()
1167 tab_size = roundup2(tab_size, 4096); in pci_emul_add_msixcap()
1173 pi->pi_msix.pba_offset = tab_size; in pci_emul_add_msixcap()
1178 pci_populate_msixcap(&msixcap, msgnum, barnum, tab_size); in pci_emul_add_msixcap()
1182 tab_size + pi->pi_msix.pba_size); in pci_emul_add_msixcap()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
HDREPL.cpp178 int tab_size = io_handler.GetDebugger().GetTabSize(); in IOHandlerFixIndentation() local
181 GetDesiredIndentation(lines, cursor_position, tab_size); in IOHandlerFixIndentation()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDDebugger.h357 bool SetTabSize(uint64_t tab_size);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
HDDebugger.cpp586 bool Debugger::SetTabSize(uint64_t tab_size) { in SetTabSize() argument
588 return SetPropertyAtIndex(idx, tab_size); in SetTabSize()