HomeSort by relevance Sort by last modified time
    Searched defs:TabWidth (Results 1 - 17 of 17) sorted by null

  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/
IIOwrite.c 61 INT32 TabWidth; // Each TAB expands into this number of spaces
73 TabWidth = (INT32)This->Termio.c_cc[VTABLEN];
74 if(TabWidth > MAX_TAB_WIDTH) {
75 TabWidth = MAX_TAB_WIDTH;
87 if(TabWidth > 0) {
90 SpaceIndex = CurColumn % TabWidth; // Number of spaces after a Tab Stop
91 numW = TabWidth - SpaceIndex; // Number of spaces to the next Tab Stop
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
globals.c 458 int TabWidth = 2; /* MR6 */ /* MR27 */
  /external/clang/include/clang/Format/
Format.h 615 unsigned TabWidth;
710 Standard == R.Standard && TabWidth == R.TabWidth &&
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Format/
Format.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Format/
Format.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Format/
Format.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Format/
Format.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Format/
Format.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Format/
Format.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Format/
Format.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Format/
Format.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Format/
Format.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Format/
Format.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Format/
Format.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Format/
Format.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Format/
Format.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Format/
Format.h     [all...]

Completed in 798 milliseconds